mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
enlightenment: ebuild deprecated since it's maintained by efl
This commit is contained in:
parent
b51f222e04
commit
67d65960e5
6 changed files with 0 additions and 162 deletions
|
|
@ -1,14 +0,0 @@
|
|||
# ChangeLog for x11-wm/enlightenment
|
||||
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
26 Apr 2009; evadim <evadim@evadim.ru> enlightenment-9999:
|
||||
add excahge to dep's, fix headers
|
||||
|
||||
22 Dec 2008; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
|
||||
enlightenment-0.16.999.050.ebuild, enlightenment-9999.ebuild:
|
||||
Slotting enlightenment
|
||||
|
||||
30 Nov 2008; Mike Frysinger <vapier@gentoo.org>
|
||||
+enlightenment-0.16.999.050.ebuild:
|
||||
Version bump.
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
AUX batget_cpu_fix.patch 1822 RMD160 c5d950f4d642ba6b1cfd2ca258e50b72328d92d5 SHA1 0d60eb5a7f14442614247aef5930272c225d8af4 SHA256 865300d9fd118642ebb54ac85e88f4db4b7d1f260d14947de2ceaf68d1b8fbf8
|
||||
DIST enlightenment-0.16.999.050.tar.bz2 32818538 RMD160 8586c5d6c0f770f0509a7ff139c7c5deac890407 SHA1 e55dd88a1654776758d5bc47b2258e3f954b8150 SHA256 dc7b88db3dbd38c51d43bb5126f6f49ca422bc6ae28b7ccec46c571d31cfc3b4
|
||||
EBUILD enlightenment-0.16.999.050.ebuild 695 RMD160 9197c0137c962653a02b66d026616e7c65204bba SHA1 e2baf82196fcf3777a1cc93c3d8a8e6effde2f41 SHA256 5981ba0793f648727451071dafd11fd16d44b676c22ddd6e00808227588125d2
|
||||
EBUILD enlightenment-9999.ebuild 1004 RMD160 4ecf94eb81aa9a6aa927b75fb0cf5234d7927992 SHA1 47250f58d4f2674dc6f13c52240e03995aed471e SHA256 4bb55423b86bc95db44acae371030c4f2d555528e4d6ffc748db1daa540a857b
|
||||
MISC ChangeLog 472 RMD160 439311f83336c5cbc223b2eff3f36b510a8aee47 SHA1 ed8ff9487ffbf9a803c2dbd8070bf301a565141c SHA256 c4b364db1ec5cae55f19dcede1bb8897cf63ed34df371420025a6992e6cd2a10
|
||||
MISC metadata.xml 385 RMD160 72c1e50eb2917fa53368e21cf2b17b22909693df SHA1 844d94d709b55712907a5ff6c7346be818b6c2d2 SHA256 eb246ff3c4f604521486626623e67ae3ca5f228cd7557e087a15d719c8e32b9e
|
||||
|
|
@ -1,31 +0,0 @@
|
|||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
E_SNAP_DATE="2008-09-25"
|
||||
inherit enlightenment
|
||||
|
||||
DESCRIPTION="the e17 window manager"
|
||||
|
||||
SLOT="0.17"
|
||||
IUSE="pam dbus"
|
||||
|
||||
RDEPEND=">=x11-libs/ecore-0.9.9.050
|
||||
>=media-libs/edje-0.9.9.050
|
||||
>=dev-libs/eet-1.1.0
|
||||
>=dev-libs/efreet-0.5.0.050
|
||||
>=dev-libs/embryo-0.9.9.050
|
||||
>=x11-libs/evas-0.9.9.050
|
||||
pam? ( sys-libs/pam )
|
||||
dbus? ( >=x11-libs/e_dbus-0.5.0.050 )"
|
||||
DEPEND="${RDEPEND}
|
||||
x11-proto/xproto
|
||||
sys-devel/libtool"
|
||||
|
||||
pkg_setup() {
|
||||
if ! built_with_use x11-libs/evas png ; then
|
||||
eerror "Re-emerge evas with USE=png"
|
||||
die "Re-emerge evas with USE=png"
|
||||
fi
|
||||
enlightenment_pkg_setup
|
||||
}
|
||||
|
|
@ -1,45 +0,0 @@
|
|||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
ESVN_URI_APPEND="e"
|
||||
inherit enlightenment eutils
|
||||
|
||||
DESCRIPTION="the e17 window manager"
|
||||
|
||||
SLOT="0.17"
|
||||
IUSE="pam exchange"
|
||||
|
||||
RDEPEND=">=x11-libs/ecore-9999
|
||||
>=media-libs/edje-9999
|
||||
>=dev-libs/eet-9999
|
||||
>=dev-libs/efreet-9999
|
||||
>=dev-libs/embryo-9999
|
||||
>=dev-libs/eina-9999
|
||||
>=x11-libs/evas-9999
|
||||
>=x11-libs/e_dbus-9999
|
||||
pam? ( sys-libs/pam )
|
||||
exchange? ( >=app-misc/exchange-9999 )"
|
||||
|
||||
# Masked modules due to theirs merge into 'e' tree, forcing against them, to
|
||||
# prevent any collisions
|
||||
DEPEND="${RDEPEND}
|
||||
!x11-plugins/e_modules-systray
|
||||
x11-proto/xproto
|
||||
sys-devel/libtool"
|
||||
|
||||
pkg_setup() {
|
||||
if ! built_with_use x11-libs/evas png ; then
|
||||
eerror "Re-emerge evas with USE=png"
|
||||
die "Re-emerge evas with USE=png"
|
||||
fi
|
||||
enlightenment_pkg_setup
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
epatch "${FILESDIR}/batget_cpu_fix.patch"
|
||||
export MY_ECONF="
|
||||
$(use_enable exchange conf-theme)
|
||||
"
|
||||
enlightenment_src_compile
|
||||
}
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
--- src/modules/battery/batget.c.orig 2009-11-25 13:05:31.000000000 +0100
|
||||
+++ src/modules/battery/batget.c 2009-11-25 13:08:11.000000000 +0100
|
||||
@@ -459,9 +459,9 @@
|
||||
{
|
||||
EINA_LIST_FREE(events, sysev)
|
||||
{
|
||||
- if (sysev->fd_handler)
|
||||
- ecore_main_fd_handler_del(sysev->fd_handler);
|
||||
- if (sysev->fd >= 0) close(sysev->fd);
|
||||
+// if (sysev->fd_handler)
|
||||
+// ecore_main_fd_handler_del(sysev->fd_handler);
|
||||
+// if (sysev->fd >= 0) close(sysev->fd);
|
||||
free(sysev->name);
|
||||
free(sysev);
|
||||
}
|
||||
@@ -500,9 +500,9 @@
|
||||
{
|
||||
events = eina_list_remove(events, sysev);
|
||||
|
||||
- if (sysev->fd_handler)
|
||||
- ecore_main_fd_handler_del(sysev->fd_handler);
|
||||
- if (sysev->fd >= 0) close(sysev->fd);
|
||||
+// if (sysev->fd_handler)
|
||||
+// ecore_main_fd_handler_del(sysev->fd_handler);
|
||||
+// if (sysev->fd >= 0) close(sysev->fd);
|
||||
free(sysev->name);
|
||||
free(sysev);
|
||||
|
||||
@@ -664,14 +664,14 @@
|
||||
|
||||
sysev = E_NEW(Sys_Class_Power_Supply_Uevent, 1);
|
||||
sysev->name = name;
|
||||
- snprintf(buf, sizeof(buf), "/sys/class/power_supply/%s/uevent", name);
|
||||
- sysev->fd = open(buf, O_RDONLY);
|
||||
- if (sysev->fd >= 0)
|
||||
- sysev->fd_handler = ecore_main_fd_handler_add(sysev->fd,
|
||||
- ECORE_FD_READ,
|
||||
- linux_sys_class_power_supply_cb_event_fd_active,
|
||||
- sysev,
|
||||
- NULL, NULL);
|
||||
+// snprintf(buf, sizeof(buf), "/sys/class/power_supply/%s/uevent", name);
|
||||
+// sysev->fd = open(buf, O_RDONLY);
|
||||
+// if (sysev->fd >= 0)
|
||||
+// sysev->fd_handler = ecore_main_fd_handler_add(sysev->fd,
|
||||
+// ECORE_FD_READ,
|
||||
+// linux_sys_class_power_supply_cb_event_fd_active,
|
||||
+// sysev,
|
||||
+// NULL, NULL);
|
||||
events = eina_list_append(events, sysev);
|
||||
linux_sys_class_power_supply_sysev_init(sysev);
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>no-herd</herd>
|
||||
<maintainer>
|
||||
<email>enlightenment@gentoo.org</email>
|
||||
</maintainer>
|
||||
|
||||
<use>
|
||||
<flag name='exchange'>
|
||||
Add support for <pkg>app-misc/exchange</pkg> - the enlightened way to exchange stuffs!
|
||||
</flag>
|
||||
</use>
|
||||
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue