summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2012-12-13 20:16:07 +0000
committerThomas Sachau <tommy@gentoo.org>2012-12-13 20:16:07 +0000
commit77cd8dfe4aeb690c4a5e8d197edabd745058957b (patch)
tree5b882015a0aa929d99d22e6b147bdf6877ab36e4 /x11-wm
parentUse udev_newrules to install udev rules into correct path wrt #447116 by Alex... (diff)
downloadgentoo-2-77cd8dfe4aeb690c4a5e8d197edabd745058957b.tar.gz
gentoo-2-77cd8dfe4aeb690c4a5e8d197edabd745058957b.tar.bz2
gentoo-2-77cd8dfe4aeb690c4a5e8d197edabd745058957b.zip
Version bump, drop old
(Portage version: 2.2.0_alpha145-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/enlightenment/ChangeLog8
-rw-r--r--x11-wm/enlightenment/enlightenment-0.17.0_beta1.ebuild (renamed from x11-wm/enlightenment/enlightenment-0.17.0_alpha8.ebuild)10
2 files changed, 13 insertions, 5 deletions
diff --git a/x11-wm/enlightenment/ChangeLog b/x11-wm/enlightenment/ChangeLog
index fabdd8c9dcd2..ecca6b4615ed 100644
--- a/x11-wm/enlightenment/ChangeLog
+++ b/x11-wm/enlightenment/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-wm/enlightenment
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/ChangeLog,v 1.167 2012/12/08 20:19:30 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/ChangeLog,v 1.168 2012/12/13 20:16:07 tommy Exp $
+
+*enlightenment-0.17.0_beta1 (13 Dec 2012)
+
+ 13 Dec 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ -enlightenment-0.17.0_alpha8.ebuild, +enlightenment-0.17.0_beta1.ebuild:
+ Version bump, drop old
*enlightenment-0.17.0_beta (08 Dec 2012)
diff --git a/x11-wm/enlightenment/enlightenment-0.17.0_alpha8.ebuild b/x11-wm/enlightenment/enlightenment-0.17.0_beta1.ebuild
index 5e19554baa87..9dc40041961e 100644
--- a/x11-wm/enlightenment/enlightenment-0.17.0_alpha8.ebuild
+++ b/x11-wm/enlightenment/enlightenment-0.17.0_beta1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.17.0_alpha8.ebuild,v 1.2 2012/12/04 21:10:39 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.17.0_beta1.ebuild,v 1.1 2012/12/13 20:16:07 tommy Exp $
EAPI="2"
-MY_P=${P/_alpha/-alpha}
+MY_P=${P/_beta1/-gamma}
inherit enlightenment
@@ -24,13 +24,13 @@ __CONF_MODS="
__NORM_MODS="
@access +@backlight +@battery +@clock +@comp +@connman +@cpufreq +@dropshadow
+@everything +@fileman +@fileman-opinfo +@gadman +@ibar +@ibox +@illume2
- +@mixer +@msgbus +@notification +@pager +@quickaccess +@shot +@start
+ +@mixer +@msgbus +@notification +@pager +@quickaccess @shot +@start
+@syscon +@systray +@tasks +@temperature +@tiling +@winlist +@wizard +@xkbswitch"
IUSE_E_MODULES="
${__CONF_MODS//@/enlightenment_modules_conf-}
${__NORM_MODS//@/enlightenment_modules_}"
-IUSE="pam spell static-libs +udev ukit ${IUSE_E_MODULES}"
+IUSE="emotion pam spell static-libs +udev ukit ${IUSE_E_MODULES}"
RDEPEND="
pam? ( sys-libs/pam )
@@ -45,6 +45,7 @@ RDEPEND="
enlightenment_modules_shot? ( >=dev-libs/ecore-1.7.1[curl] )
|| ( >=media-libs/evas-1.7.1[eet,X,jpeg,png] >=media-libs/evas-1.7.1[eet,xcb,jpeg,png] )
>=dev-libs/eeze-1.7.1
+ emotion? ( >=media-libs/emotion-1.7.0 )
x11-libs/xcb-util-keysyms"
DEPEND="${RDEPEND}"
@@ -61,6 +62,7 @@ src_configure() {
--disable-elementary
$(use_enable doc)
--disable-device-hal
+ $(use_enable emotion)
--disable-mount-hal
$(use_enable nls)
$(use_enable pam)