summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2011-08-27 08:49:22 +0000
committerThomas Sachau <tommy@gentoo.org>2011-08-27 08:49:22 +0000
commit0907ac502c62ace78e91236143e61ca52e8738b1 (patch)
tree4d35a85667b560a676fac91114b2098f35e60e40 /x11-wm
parentDrop obsolete modules (diff)
downloadenlightenment-0907ac502c62ace78e91236143e61ca52e8738b1.tar.gz
enlightenment-0907ac502c62ace78e91236143e61ca52e8738b1.tar.bz2
enlightenment-0907ac502c62ace78e91236143e61ca52e8738b1.zip
Drop old versions, they required hal, which is no more in the main tree
(Portage version: 2.2.0_alpha51-r1/svn/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/enlightenment/ChangeLog4
-rw-r--r--x11-wm/enlightenment/enlightenment-0.16.999.54504.ebuild102
-rw-r--r--x11-wm/enlightenment/enlightenment-0.16.999.55225.ebuild102
3 files changed, 4 insertions, 204 deletions
diff --git a/x11-wm/enlightenment/ChangeLog b/x11-wm/enlightenment/ChangeLog
index b0e72e0..2306ac9 100644
--- a/x11-wm/enlightenment/ChangeLog
+++ b/x11-wm/enlightenment/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 27 Aug 2011; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ -enlightenment-0.16.999.54504.ebuild, -enlightenment-0.16.999.55225.ebuild:
+ Drop old versions, they required hal, which is no more in the main tree
+
10 Jan 2011; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
enlightenment-9999.ebuild:
Make hal and udev optional, but reqire one of them as the configure script
diff --git a/x11-wm/enlightenment/enlightenment-0.16.999.54504.ebuild b/x11-wm/enlightenment/enlightenment-0.16.999.54504.ebuild
deleted file mode 100644
index 4e7f3e3..0000000
--- a/x11-wm/enlightenment/enlightenment-0.16.999.54504.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-E_SNAP_DATE="2010-11-12"
-
-inherit enlightenment
-
-DESCRIPTION="Enlightenment DR17 window manager"
-
-SLOT="0.17"
-
-# The @ is just an anchor to expand from
-__EVRY_MODS="+@apps +@calc +@files +@settings +@windows"
-__CONF_MODS="
- +@applications +@borders +@clientlist +@colors +@desk +@desklock +@desks
- +@dialogs +@display +@dpms +@edgebindings +@engine +@fonts +@icon-theme
- +@imc +@interaction +@intl +@keybindings +@menus +@mime +@mouse
- +@mousebindings +@mouse-cursor +@paths +@performance +@profiles +@scale
- +@screensaver +@shelves +@startup +@theme +@transitions +@wallpaper
- +@wallpaper2 +@window-display +@window-focus +@window-manipulation
- +@window-remembers +@winlist"
-__NORM_MODS="
- +@battery +@clock +@comp +@connman +@cpufreq +@dropshadow +@fileman
- +@fileman_opinfo +@gadman +@ibar +@ibox @illume +@illume2 +@mixer
- +@msgbus @ofono +@pager +@start +@syscon +@systray +@temperature
- +@winlist +@wizard"
-IUSE_E_MODULES="+e_modules_everything ${__EVRY_MODS//@/e_modules_everything-}
- ${__CONF_MODS//@/e_modules_conf-}
- ${__NORM_MODS//@/e_modules_}"
-
-IUSE="acpi bluetooth hal pam spell static-libs +udev ${IUSE_E_MODULES}"
-
-KEYWORDS="~amd64 ~x86"
-# XXX: missing USE=hal depend ?
-RDEPEND="
- pam? ( sys-libs/pam )
- >=dev-libs/efreet-1.0.0_beta
- >=dev-libs/eina-1.0.0_beta
- >=dev-libs/ecore-1.0.0_beta[X,evas,inotify]
- >=media-libs/edje-1.0.0_beta
- >=dev-libs/e_dbus-1.0.0_beta[hal,libnotify]
- e_modules_connman? ( >=dev-libs/e_dbus-1.0.0_beta[connman] )
- e_modules_ofono? ( >=dev-libs/e_dbus-1.0.0_beta[ofono] )
- >=media-libs/evas-1.0.0_beta[eet,X,jpeg,png]
- bluetooth? ( net-wireless/bluez )
- udev? ( dev-libs/eeze )
- spell? ( app-text/aspell )
- e_modules_everything-calc? ( sys-devel/bc )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/quickstart.diff
- enlightenment_src_prepare
-}
-
-src_configure() {
- export MY_ECONF="
- --disable-install-sysactions
- $(use_enable acpi conf-acpibindings)
- $(use_enable bluetooth bluez)
- $(use_enable doc)
- --disable-exchange
- $(use_enable hal device-hal)
- $(use_enable nls)
- $(use_enable pam)
- $(use_enable spell everything-aspell)
- $(use_enable udev device-udev)
- "
- local u c
- for u in ${IUSE_E_MODULES} ; do
- u=${u#+}
- c=${u#e_modules_}
- MY_ECONF+=" $(use_enable ${u} ${c})"
- done
- #enable e_modules_everything, if any of the everything modules is enabled
- for u in ${__EVRY_MODS} ; do
- u=${u#+}
- c=${u//@/e_modules_everything-}
- if use ${c} ; then
- MY_ECONF+=" --enable-everything"
- ewarn "You enabled everything modules without"
- ewarn "enabling everything itself. Enabling everything"
- continue
- fi
- done
- if use e_modules_illume2 && use e_modules_illume ; then
- ewarn "You enabled both illume2 and illume modules,"
- ewarn "but only one of them can be active."
- ewarn "illume will be disabled"
- fi
- use e_modules_illume2 && MY_ECONF+=" --disable-illume"
- enlightenment_src_configure
-}
-
-src_install() {
- enlightenment_src_install
- insinto /etc/enlightenment
- newins "${FILESDIR}"/gentoo-sysactions.conf sysactions.conf || die
-}
diff --git a/x11-wm/enlightenment/enlightenment-0.16.999.55225.ebuild b/x11-wm/enlightenment/enlightenment-0.16.999.55225.ebuild
deleted file mode 100644
index d7448cc..0000000
--- a/x11-wm/enlightenment/enlightenment-0.16.999.55225.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-E_SNAP_DATE="2010-12-03"
-
-inherit enlightenment
-
-DESCRIPTION="Enlightenment DR17 window manager"
-
-SLOT="0.17"
-
-# The @ is just an anchor to expand from
-__EVRY_MODS="+@apps +@calc +@files +@settings +@windows"
-__CONF_MODS="
- +@applications +@borders +@clientlist +@colors +@desk +@desklock +@desks
- +@dialogs +@display +@dpms +@edgebindings +@engine +@fonts +@icon-theme
- +@imc +@interaction +@intl +@keybindings +@menus +@mime +@mouse
- +@mousebindings +@mouse-cursor +@paths +@performance +@profiles +@scale
- +@screensaver +@shelves +@startup +@theme +@transitions +@wallpaper
- +@wallpaper2 +@window-display +@window-focus +@window-manipulation
- +@window-remembers +@winlist"
-__NORM_MODS="
- +@battery +@clock +@comp +@connman +@cpufreq +@dropshadow +@fileman
- +@fileman_opinfo +@gadman +@ibar +@ibox @illume +@illume2 +@mixer
- +@msgbus @ofono +@pager +@start +@syscon +@systray +@temperature
- +@winlist +@wizard"
-IUSE_E_MODULES="+e_modules_everything ${__EVRY_MODS//@/e_modules_everything-}
- ${__CONF_MODS//@/e_modules_conf-}
- ${__NORM_MODS//@/e_modules_}"
-
-IUSE="acpi bluetooth hal pam spell static-libs +udev ${IUSE_E_MODULES}"
-
-KEYWORDS="~amd64 ~x86"
-# XXX: missing USE=hal depend ?
-RDEPEND="
- pam? ( sys-libs/pam )
- >=dev-libs/efreet-1.0.0_beta
- >=dev-libs/eina-1.0.0_beta[mempool-chained]
- >=dev-libs/ecore-1.0.0_beta[X,evas,inotify]
- >=media-libs/edje-1.0.0_beta
- >=dev-libs/e_dbus-1.0.0_beta[hal,libnotify]
- e_modules_connman? ( >=dev-libs/e_dbus-1.0.0_beta[connman] )
- e_modules_ofono? ( >=dev-libs/e_dbus-1.0.0_beta[ofono] )
- >=media-libs/evas-1.0.0_beta[eet,X,jpeg,png]
- bluetooth? ( net-wireless/bluez )
- udev? ( dev-libs/eeze )
- spell? ( app-text/aspell )
- e_modules_everything-calc? ( sys-devel/bc )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/quickstart.diff
- enlightenment_src_prepare
-}
-
-src_configure() {
- export MY_ECONF="
- --disable-install-sysactions
- $(use_enable acpi conf-acpibindings)
- $(use_enable bluetooth bluez)
- $(use_enable doc)
- --disable-exchange
- $(use_enable hal device-hal)
- $(use_enable nls)
- $(use_enable pam)
- $(use_enable spell everything-aspell)
- $(use_enable udev device-udev)
- "
- local u c
- for u in ${IUSE_E_MODULES} ; do
- u=${u#+}
- c=${u#e_modules_}
- MY_ECONF+=" $(use_enable ${u} ${c})"
- done
- #enable e_modules_everything, if any of the everything modules is enabled
- for u in ${__EVRY_MODS} ; do
- u=${u#+}
- c=${u//@/e_modules_everything-}
- if use ${c} ; then
- MY_ECONF+=" --enable-everything"
- ewarn "You enabled everything modules without"
- ewarn "enabling everything itself. Enabling everything"
- continue
- fi
- done
- if use e_modules_illume2 && use e_modules_illume ; then
- ewarn "You enabled both illume2 and illume modules,"
- ewarn "but only one of them can be active."
- ewarn "illume will be disabled"
- fi
- use e_modules_illume2 && MY_ECONF+=" --disable-illume"
- enlightenment_src_configure
-}
-
-src_install() {
- enlightenment_src_install
- insinto /etc/enlightenment
- newins "${FILESDIR}"/gentoo-sysactions.conf sysactions.conf || die
-}