From: Perforce Review Daemon <p4review AT smee.org>
To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
Subject: [SM-Commit] PERFORCE change 79642 by Eric Sandall for review
Date: Mon, 22 May 2006 07:10:01 +0100 (BST)
Change 79642 by eric_sandall@sandalle-moby on 2006/05/22 07:06:12
@@ -1,3 +1,6 @@
+2006-05-20 Eric Sandall <eric AT sandall.us>
+ * Deprecated in favour of e_modules (this is now included)
+
2006-04-12 Eric Sandall <eric AT sandall.us>
* DEPENDS: Depends on e17 (enlightenment is now a profile spell)
@@ -1,3 +1,6 @@
+2006-05-20 Eric Sandall <eric AT sandall.us>
+ * Deprecated in favour of e_modules (this is now included)
+
2006-04-12 Eric Sandall <eric AT sandall.us>
* DEPENDS: Depends on e17 (enlightenment is now a profile spell)
@@ -1,3 +1,6 @@
+2006-05-20 Eric Sandall <eric AT sandall.us>
+ * Deprecated in favour of e_modules (this is now included)
+
2006-04-12 Eric Sandall <eric AT sandall.us>
* DEPENDS: Depends on e17 (enlightenment is now a profile spell)
@@ -1,3 +1,6 @@
+2006-05-20 Eric Sandall <eric AT sandall.us>
+ * Deprecated in favour of e_modules (this is now included)
+
2006-04-24 Eric Sandall <eric AT sandall.us>
* DETAILS,DEPENDS,PRE_BUILD,BUILD,HISTORY: Created
@@ -1,3 +1,6 @@
+2006-05-20 Eric Sandall <eric AT sandall.us>
+ * Deprecated in favour of e_modules (this is now included)
+
2006-04-12 Eric Sandall <eric AT sandall.us>
* DEPENDS: Depends on e17 (enlightenment is now a profile spell)
@@ -1,3 +1,6 @@
+2006-05-20 Eric Sandall <eric AT sandall.us>
+ * Deprecated in favour of e_modules (this is now included)
+
2006-04-12 Eric Sandall <eric AT sandall.us>
* DEPENDS: Depends on e17 (enlightenment is now a profile spell)
@@ -1,3 +1,6 @@
+2006-05-20 Eric Sandall <eric AT sandall.us>
+ * Deprecated in favour of e_modules (this is now included)
+
2006-04-12 Eric Sandall <eric AT sandall.us>
* DEPENDS: Depends on e17 (enlightenment is now a profile spell)
@@ -1,3 +1,6 @@
+2006-05-19 Eric Sandall <eric AT sandall.us>
+ * Deprecated in favour of e_modules (this is now included)
+
2006-04-12 Eric Sandall <eric AT sandall.us>
* DEPENDS: Depends on e17 (enlightenment is now a profile spell)
SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e:$SPELL
FORCE_DOWNLOAD=on
SOURCE_IGNORE=volatile
+ PATCHLEVEL=1
+ LICENSE[0]=BSD
+ KEYWORDS="enlightenment"
WEB_SITE=http://enlightenment.org/
ENTERED=20050703
- UPDATED=20050916
- LICENSE[0]=BSD
- KEYWORDS="enlightenment"
- SHORT="a collection of modules for enlightenment 0.17"
+ SHORT="A collection of modules for enlightenment 0.17"
cat << EOF
-e_modules is a collection of modules for enlightenment 0.17.
+e_modules is a collection of modules for enlightenment 0.17. Contains the
+following modules:
+ * calendar - A module to display a desktop calendar
+ * cpu - A module to monitor CPU load
+ * devian - A module to display images and RSS feeds
+ * emu - Experimental generic scriptable module for E17
+ * evolume - A module to control volume for some mixers
+ * flame - A module to display flames on the desktop
+ * language - A module to control active keyboard/keyboard layout/layout
+ variants
+ * mbar - A module to mount/unmount drives or devices
+ * mem - A module to monitor memory and swap usage
+ * moon - A module to display Moon phase information
+ * mount - A module to mount/unmount drives or devices
+ * net - A module to monitor traffic on a network device
+ * rain - A module to display rain on the desktop
+ * screenshot - A module to take screenshots, utilizing scrot or import
+ * slideshow - A module to cycle desktop backgrounds
+ * snow - A module to display snow on the desktop
+ * tclock - A module to display a digital clock on the desktop
+ * uptime - A module to monitor computer uptime
+ * weather - A module to display a weather forecast
+ * wlan - A module to monitor a wireless network device
EOF
@@ -1,3 +1,15 @@
+2006-05-19 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated PATCHLEVEL
+ Removed UPDATED
+ Added list of included modules in long description
+ Descriptions for modules snagged from
/usr/share/doc/e_modules/README :)
+ * CONFIGURE: Query on using imagemagick (import) or scrot for
screenshot
+ * DEPENDS: Added dependencies on ecore, edje, eet, and evas
+ Depend on imagemagick or scrot for screen capture
+ * CONFLICTS: Auto-conflicts with e_module-calendar, e_module-devian,
+ e_module-evolume, e_module-moon, e_module-mount,
e_module-screenshot,
+ e_module-slideshow, e_module-tclock (now included in e_modules)
+
2006-05-16 Eric Sandall <eric AT sandall.us>
* DEPENDS: Depends on exml (needed by language module)
@@ -1,3 +1,8 @@
+2006-05-19 Eric Sandall <eric AT sandall.us>
+ * DEPENDS: Don't depend on deprecated e_module-calendar,
e_module-devian,
+ e_module-evolume, e_module-mount, e_module-screenshot,
+ e_module-slideshow, or e_module-tclock (now included in e_modules)
+
2006-04-12 Eric Sandall <eric AT sandall.us>
* DETAILS,PREPARE,CONFIGURE,CONFLICTS,PRE_BUILD,BUILD,INSTALL,FINAL,
UP_TRIGGERS: Created Enlightenment profile package
[SM-Commit] PERFORCE change 79642 by Eric Sandall for review,
Perforce Review Daemon, 05/22/2006