summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-12-11 23:36:11 +0000
committerMike Frysinger <vapier@gentoo.org>2004-12-11 23:36:11 +0000
commiteef097431daee2b5984b3a4c669e7ff6c3e5f446 (patch)
treef2d828e253cbe22b4037bd76ddcfa604fb5ab38a /x11-wm
parentarm/hppa/ia64/s390 stable for security #71595 (diff)
downloadhistorical-eef097431daee2b5984b3a4c669e7ff6c3e5f446.tar.gz
historical-eef097431daee2b5984b3a4c669e7ff6c3e5f446.tar.bz2
historical-eef097431daee2b5984b3a4c669e7ff6c3e5f446.zip
tweak DEPEND / install
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/e/Manifest8
-rw-r--r--x11-wm/e/e-9999.ebuild25
2 files changed, 22 insertions, 11 deletions
diff --git a/x11-wm/e/Manifest b/x11-wm/e/Manifest
index 61b78949d286..dae5d8133df3 100644
--- a/x11-wm/e/Manifest
+++ b/x11-wm/e/Manifest
@@ -2,13 +2,13 @@
Hash: SHA1
MD5 acd2ae572746c4c09760801f94220c44 ChangeLog 305
-MD5 e1d40a3143895acd24b7ec68d959090f e-9999.ebuild 454
+MD5 26c6531e41e3264008688c743f0c2611 e-9999.ebuild 654
MD5 1fb0cef8c20e31d8fee121ebb2205588 metadata.xml 221
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-e-9999 0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.9.10 (GNU/Linux)
-iD8DBQFBu4FdroRuSHgZdywRAmaSAJ4sU4PkNZHJRhN9hVv7nUEMfGiNpQCgkv0n
-wX955giZ6nKmc+KfuTopXUo=
-=kDAV
+iD8DBQFBu4SAroRuSHgZdywRAq7dAJ0eqjw7xH6jD4nKTAHVLlyuMroZ3wCbBplS
+oXPLGL5WSOZyP2RMlAWEk2g=
+=LV5U
-----END PGP SIGNATURE-----
diff --git a/x11-wm/e/e-9999.ebuild b/x11-wm/e/e-9999.ebuild
index b6bb173f0c3b..d8701dc52f52 100644
--- a/x11-wm/e/e-9999.ebuild
+++ b/x11-wm/e/e-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/e/e-9999.ebuild,v 1.1 2004/12/11 23:22:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/e/e-9999.ebuild,v 1.2 2004/12/11 23:36:11 vapier Exp $
ECVS_MODULE="e17/apps/e"
inherit enlightenment
@@ -8,9 +8,20 @@ inherit enlightenment
DESCRIPTION="the e17 window manager"
DEPEND="sys-devel/libtool
- >=x11-libs/evas-9999
- >=x11-libs/ecore-9999
- >=media-libs/edje-9999
- >=dev-libs/eet-9999
- >=dev-libs/embryo-9999
- >=x11-libs/evas-9999"
+ x11-libs/evas
+ x11-libs/ecore
+ media-libs/edje
+ dev-libs/eet
+ dev-libs/embryo
+ x11-libs/evas"
+
+src_install() {
+ enlightenment_src_install
+ mv "${D}"/usr/bin/enlightenment{,-0.17}
+}
+
+pkg_postinst() {
+ ewarn "This version has been installed as"
+ ewarn "'enlightenment-0.17' to avoid conflict"
+ ewarn "with enlightenment 0.16 versions."
+}