From 696534887da161b8eb7a12851d69d4d320644375 Mon Sep 17 00:00:00 2001 From: Thomas Sachau Date: Wed, 25 Dec 2013 13:52:46 +0000 Subject: Version bump, drop old --- x11-wm/enlightenment/Manifest | 2 +- x11-wm/enlightenment/enlightenment-0.18.0.ebuild | 92 ------------------------ x11-wm/enlightenment/enlightenment-0.18.1.ebuild | 92 ++++++++++++++++++++++++ 3 files changed, 93 insertions(+), 93 deletions(-) delete mode 100644 x11-wm/enlightenment/enlightenment-0.18.0.ebuild create mode 100644 x11-wm/enlightenment/enlightenment-0.18.1.ebuild diff --git a/x11-wm/enlightenment/Manifest b/x11-wm/enlightenment/Manifest index d9d5474..9b8df7f 100644 --- a/x11-wm/enlightenment/Manifest +++ b/x11-wm/enlightenment/Manifest @@ -1 +1 @@ -DIST enlightenment-0.18.0.tar.bz2 27615555 SHA256 462045795f624e0639bf064135441c2f4b1104b7a0f39616dd8a7c490532a317 SHA512 e61f55f10e4b916c8797c1787f11c83ee2139c6c637680782a4e43058adf5576fb29e3b61e4e82ade6528e5a06ea09339e33b877d98911eaeaa786e804f52483 WHIRLPOOL 270f1b1a525e37bc6e36653e2b0f0206db29161126c046b539d3cada1ee72b2ab39dd2254730b5deb44c7ad0c55972f2c8a31e06011fd69320fb0f44243ddedb +DIST enlightenment-0.18.1.tar.bz2 27615664 SHA256 13e36f3dc9b8bb6113c94fbc34971b2de24c5e7cfea8e21d42bb45065f1a0f86 SHA512 f6fb669feef0d7f4b6cacd3d812397999611a989f2b1fef4d4a6220380a72c6a2b4c6c30bb58b1b3a9faf76649d18393fde8a57137967c4fb493ccb056c8213b WHIRLPOOL 2d134d8040a77cd8ddf6606eac2a563ce057d2e091e3daa6280a9bb97c97c088460237d61e4198b6a7e0cbeda9244f6271d25eb3005b7e2d18c00ed990376bc8 diff --git a/x11-wm/enlightenment/enlightenment-0.18.0.ebuild b/x11-wm/enlightenment/enlightenment-0.18.0.ebuild deleted file mode 100644 index 1b35b9b..0000000 --- a/x11-wm/enlightenment/enlightenment-0.18.0.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.1.ebuild b/x11-wm/enlightenment/enlightenment-0.18.1.ebuild new file mode 100644 index 0000000..1b35b9b --- /dev/null +++ b/x11-wm/enlightenment/enlightenment-0.18.1.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