Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (27d850596c2a5f36d8e5bcb52a0668840edf10ba)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (27d850596c2a5f36d8e5bcb52a0668840edf10ba)
  • Date: Fri, 16 Feb 2007 11:52:09 -0600

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 2 ++
disk/genisoimage/CONFLICTS | 3 +--
disk/genisoimage/HISTORY | 3 +++
doc/ri/BUILD | 1 -
doc/ri/DETAILS | 30 ------------------------------
doc/ri/HISTORY | 15 ---------------
doc/ri/INSTALL | 1 -
doc/ri/PRE_BUILD | 1 -
doc/ri/TRIGGERS | 1 -
e/e-profile/BUILD | 1 -
e/e-profile/DEPENDS | 1 -
e/e-profile/DETAILS | 14 --------------
e/e-profile/HISTORY | 30 ------------------------------
e/e-profile/INSTALL | 1 -
e/e-profile/PRE_BUILD | 1 -
e/e-profile/TRIGGERS | 1 -
e/e16-docs/CONFLICTS | 1 -
e/e16-docs/HISTORY | 3 +++
e/e_module-alarm/CONFLICTS | 2 --
e/e_module-alarm/HISTORY | 3 +++
e/e_module-devian/BUILD | 1 -
e/e_module-devian/DEPENDS | 6 ------
e/e_module-devian/DETAILS | 20 --------------------
e/e_module-devian/HISTORY | 30 ------------------------------
e/e_module-devian/INSTALL | 1 -
e/e_module-devian/PRE_BUILD | 1 -
e/e_module-devian/TRIGGERS | 1 -
e/e_module-eveil/BUILD | 1 -
e/e_module-eveil/DEPENDS | 1 -
e/e_module-eveil/DETAILS | 15 ---------------
e/e_module-eveil/EXPORTS | 1 -
e/e_module-eveil/HISTORY | 13 -------------
e/e_module-eveil/INSTALL | 1 -
e/e_module-eveil/PRE_BUILD | 1 -
e/e_module-eveil/REPAIR^none^EXPORTS | 1 -
e/e_module-eveil/TRIGGERS | 1 -
e/enlightenment-docs/BUILD | 1 -
e/enlightenment-docs/DEPENDS | 1 -
e/enlightenment-docs/DETAILS | 15 ---------------
e/enlightenment-docs/HISTORY | 19 -------------------
e/enlightenment-docs/INSTALL | 1 -
e/enlightenment-docs/PRE_BUILD | 1 -
e/enlightenment-docs/TRIGGERS | 1 -
e/enlightenment/CONFLICTS | 1 -
e/enlightenment/HISTORY | 3 +++
45 files changed, 15 insertions(+), 238 deletions(-)

New commits:
commit 27d850596c2a5f36d8e5bcb52a0668840edf10ba
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

more CD

diff --git a/ChangeLog b/ChangeLog
index 10f996f..e17693c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
* audio-libs/libmusepack: removed, deprecation complete
* crypto/util-linux-crypto, disk/bonfire: removed, deprecation
complete
* audio-plugins/libvisual-gforce: removed, deprecation complete
+ * disk/mkisofs, doc/ri, e-profile: removed, deprecation complete
+ * e/e_module-eveil, e/enlightenment-docs: removed, deprecation
complete

2007-02-16 Juuso Alasuutari <iuso AT sourcemage.org>
* audio-plugins/njl-plugins: New spell, LADSPA plugin collection.
diff --git a/disk/genisoimage/CONFLICTS b/disk/genisoimage/CONFLICTS
index 8a6b5c0..fdf8d25 100755
--- a/disk/genisoimage/CONFLICTS
+++ b/disk/genisoimage/CONFLICTS
@@ -1,4 +1,3 @@
conflicts cdrkit &&
conflicts dvdrtools &&
-conflicts cdrtools &&
-conflicts mkisofs y
+conflicts cdrtools
diff --git a/disk/genisoimage/HISTORY b/disk/genisoimage/HISTORY
index d675a4b..407ab3d 100644
--- a/disk/genisoimage/HISTORY
+++ b/disk/genisoimage/HISTORY
@@ -1,3 +1,6 @@
+2007-02-16 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * CONFLICTS: removed mkisofs, deprecation complete
+
2007-02-09 Treeve Jelbert <treeve AT pi.be>
* CONFIGURE, INSTALL: added
optionally create mkisofs as a symlink
diff --git a/doc/ri/BUILD b/doc/ri/BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/doc/ri/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/doc/ri/DETAILS b/doc/ri/DETAILS
deleted file mode 100755
index 691951c..0000000
--- a/doc/ri/DETAILS
+++ /dev/null
@@ -1,30 +0,0 @@
- SPELL=ri
- VERSION=0.8a
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
- WEB_SITE=http://www.pragmaticprogrammer.com/ruby/downloads/ri.html
- LICENSE[0]=GPL
- ENTERED=20030405
- UPDATED=20050606
- KEYWORDS="doc"
- SHORT="ri displays descriptions of Ruby's built-in methods,
classes, and modules."
-cat << EOF
-ri displays descriptions of Ruby's built-in methods, classes, and modules.
Type
-
- "ri each_with_index"
-
-and you get:
-
- --------------------------------------------------------
- enumObj.each_with_index {| obj, i | block } -> nil
- --------------------------------------------------------
-
- Calls block with two arguments, the item and its index,
- for each item in enumObj.
-
- hash = Hash.new
- %w(cat dog wombat).each_with_index {|item, index|
- hash[item] = index
- }
- hash #=> {"dog"=>1, "wombat"=>2, "cat"=>0}
-
-EOF
diff --git a/doc/ri/HISTORY b/doc/ri/HISTORY
deleted file mode 100644
index 9e076b5..0000000
--- a/doc/ri/HISTORY
+++ /dev/null
@@ -1,15 +0,0 @@
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-06-06 Martin Svehla <doc AT sourcemage.org>
- * Deprecated spell (is part of ruby now)
-
-2004-07-01 PhoboX <doc AT sourcemage.org>
- * DETAILS, BUILD, INSTALL: converted to build api2
-
-2003-04-08 Eric Sandall <eric AT sandall.us>
- * Added to doc (Bug #3024)
-
-2003-04-05 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * created the spell
-
diff --git a/doc/ri/INSTALL b/doc/ri/INSTALL
deleted file mode 100755
index 27ba77d..0000000
--- a/doc/ri/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/doc/ri/PRE_BUILD b/doc/ri/PRE_BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/doc/ri/PRE_BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/doc/ri/TRIGGERS b/doc/ri/TRIGGERS
deleted file mode 100755
index 9a90be6..0000000
--- a/doc/ri/TRIGGERS
+++ /dev/null
@@ -1 +0,0 @@
-on_cast ri dispel_self
diff --git a/e/e-profile/BUILD b/e/e-profile/BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/e/e-profile/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/e/e-profile/DEPENDS b/e/e-profile/DEPENDS
deleted file mode 100755
index 7cb6136..0000000
--- a/e/e-profile/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends enlightenment
diff --git a/e/e-profile/DETAILS b/e/e-profile/DETAILS
deleted file mode 100755
index 6cff080..0000000
--- a/e/e-profile/DETAILS
+++ /dev/null
@@ -1,14 +0,0 @@
- SPELL=e-profile
- VERSION=0.1
- WEB_SITE=http://www.enlightenment.org
- ENTERED=20040416
- PATCHLEVEL=2
- KEYWORDS="enlightenment"
- SHORT="The Enlightenment R17 Project profile"
-cat << EOF
-The Enlightenment R17 Project covers more than simple window management. It
-provides advanced graphical libraries, tools, and environments. Currently,
the
-project is made up of three different components: Enlightenment DR16, The
-Enlightenment Foundation Libraries, and Enlightenment DR17. This profile is
for
-the latter two.
-EOF
diff --git a/e/e-profile/HISTORY b/e/e-profile/HISTORY
deleted file mode 100644
index e7e3b14..0000000
--- a/e/e-profile/HISTORY
+++ /dev/null
@@ -1,30 +0,0 @@
-2006-04-12 Eric Sandall <eric AT sandall.us>
- * Deprecated in favour of using the enlightenment profile
- * DEPENDS: Depend only on enlightenment
- * TRIGGERS: On cast e-profile, dispel self
-
-2005-09-21 Eric Sandall <eric AT sandall.us>
- * DETAILS: Removed BUILD_API=2, section-wide now
-
-2005-09-20 Eric Sandall <eric AT sandall.us>
- * DEPENDS: Added optional dependency on eclair (media player)
- Added missing && after e17genmenu
-
-2005-09-05 Eric Sandall <eric AT sandall.us>
- * DEPENDS: Added optional dependency on e_utils
-
-2005-08-18 Eric Sandall <eric AT sandall.us>
- * DEPENDS: Added optional dependency on e_modules and e17genmenu
- Re-worded descriptions of optional_depends
-
-2005-01-03 Eric Sandall <eric AT sandall.us>
- * DETAILS: Added BUILD_API=2
- * BUILD: Converted to build_api 2
- * INSTALL: Added
-
-2004-07-26 Eric Sandall <eric AT sandall.us>
- * DEPENDS: Eterm renamed to eterm
-
-2004-04-16 Ladislav Hagara <hgr AT vabo.cz>
- * BUILD, DEPENDS, DETAILS, HISTORY, PRE_BUILD: created this spell
-
diff --git a/e/e-profile/INSTALL b/e/e-profile/INSTALL
deleted file mode 100755
index 27ba77d..0000000
--- a/e/e-profile/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/e/e-profile/PRE_BUILD b/e/e-profile/PRE_BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/e/e-profile/PRE_BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/e/e-profile/TRIGGERS b/e/e-profile/TRIGGERS
deleted file mode 100755
index 8b3b838..0000000
--- a/e/e-profile/TRIGGERS
+++ /dev/null
@@ -1 +0,0 @@
-on_cast e-profile dispel_self
diff --git a/e/e16-docs/CONFLICTS b/e/e16-docs/CONFLICTS
deleted file mode 100755
index 9853617..0000000
--- a/e/e16-docs/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts enlightenment-docs y
diff --git a/e/e16-docs/HISTORY b/e/e16-docs/HISTORY
index 5b221d1..d2d827a 100644
--- a/e/e16-docs/HISTORY
+++ b/e/e16-docs/HISTORY
@@ -1,3 +1,6 @@
+2007-02-16 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * CONFLICTS: removed, deprecation complete
+
2006-09-12 Ladislav Hagara <hgr AT vabo.cz>
* *: enlightenment-docs -> e16-docs
* DETAILS: 0.16.8-0.02, removed UPDATED
diff --git a/e/e_module-alarm/CONFLICTS b/e/e_module-alarm/CONFLICTS
deleted file mode 100755
index 036f08e..0000000
--- a/e/e_module-alarm/CONFLICTS
+++ /dev/null
@@ -1,2 +0,0 @@
-conflicts e_module-eveil y
-conflicts e_modules y
diff --git a/e/e_module-alarm/HISTORY b/e/e_module-alarm/HISTORY
index b3ab643..8bce644 100644
--- a/e/e_module-alarm/HISTORY
+++ b/e/e_module-alarm/HISTORY
@@ -1,3 +1,6 @@
+2007-02-16 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * CONFLICTS: removed, deprecation complete
+
2006-11-16 Eric Sandall <eric AT sandall.us>
* Copied from e_module-eveil
Modified to be alarm, not eveil
diff --git a/e/e_module-devian/BUILD b/e/e_module-devian/BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/e/e_module-devian/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/e/e_module-devian/DEPENDS b/e/e_module-devian/DEPENDS
deleted file mode 100755
index 5867b56..0000000
--- a/e/e_module-devian/DEPENDS
+++ /dev/null
@@ -1,6 +0,0 @@
-depends ecore &&
-depends edje &&
-depends eet &&
-depends e17 &&
-depends esmart &&
-depends evas
diff --git a/e/e_module-devian/DETAILS b/e/e_module-devian/DETAILS
deleted file mode 100755
index 2363133..0000000
--- a/e/e_module-devian/DETAILS
+++ /dev/null
@@ -1,20 +0,0 @@
- SPELL=e_module-devian
-if [[ "$E_MODULE_DEVIAN_CVS" == "y" ]]; then
- if [[ "$E_MODULE_DEVIAN_CVS_AUTOUPDATE" == "y" ]]; then
- VERSION=$(date +%Y%m%d)
- else
- VERSION=cvs
- fi
-else
- VERSION=0.1.7
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/dEvian-$VERSION
-fi
- LICENSE[0]=GPL
- PATCHLEVEL=2
- WEB_SITE=http://www.get-e.org/Resources/Modules/
- KEYWORDS="enlightenment"
- ENTERED=20060124
- SHORT='Enlightenment e17 desktop image tool'
-cat << EOF
-An Enlightenment 17 module to display images and rss feeds.
-EOF
diff --git a/e/e_module-devian/HISTORY b/e/e_module-devian/HISTORY
deleted file mode 100644
index 45db666..0000000
--- a/e/e_module-devian/HISTORY
+++ /dev/null
@@ -1,30 +0,0 @@
-2006-11-16 Eric Sandall ,eric AT sandall.us>
- * No longer an E17 module, deprecated
-
-2006-09-20 David Brown <dmlb2000 AT gmail.com
- * DETAILS: swapped out VERSION for cvs cause this doesn't
- work with update daily
-
-2006-08-29 Eric Sandall <eric AT sandall.us>
- * PREPARE: Query for CVS update and auto-update
- Default to CVS version to work with the rest of E17
- * DETAILS: Check for CVS update and auto-update
- CVS SOURCE uses -cvs suffix
- Set PATCHLEVEL=1
- Remove UPDATED
-
-2006-04-12 Eric Sandall <eric AT sandall.us>
- * DEPENDS: Depends on e17 (enlightenment is now a profile spell)
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2006-03-06 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 0.1.7
-
-2006-02-24 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 0.1.6
-
-2006-01-24 Eric Sandall <eric AT sandall.us>
- * DETAILS, PRE_BUILD, HISTORY: Created
-
diff --git a/e/e_module-devian/INSTALL b/e/e_module-devian/INSTALL
deleted file mode 100755
index 27ba77d..0000000
--- a/e/e_module-devian/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/e/e_module-devian/PRE_BUILD b/e/e_module-devian/PRE_BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/e/e_module-devian/PRE_BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/e/e_module-devian/TRIGGERS b/e/e_module-devian/TRIGGERS
deleted file mode 100755
index 138950e..0000000
--- a/e/e_module-devian/TRIGGERS
+++ /dev/null
@@ -1 +0,0 @@
-on_cast e_module-devian dispel_self
diff --git a/e/e_module-eveil/BUILD b/e/e_module-eveil/BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/e/e_module-eveil/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/e/e_module-eveil/DEPENDS b/e/e_module-eveil/DEPENDS
deleted file mode 100755
index 5bac05a..0000000
--- a/e/e_module-eveil/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends e_module-alarm
diff --git a/e/e_module-eveil/DETAILS b/e/e_module-eveil/DETAILS
deleted file mode 100755
index f7a08bc..0000000
--- a/e/e_module-eveil/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- SPELL=e_module-eveil
- if [[ "$E_MODULE_EVEIL_CVS_AUTOUPDATE" == "y" ]]; then
- VERSION=$(date +%Y%m%d)
- else
- VERSION=cvs
- fi
- PATCHLEVEL=1
- LICENSE[0]=BSD
- WEB_SITE=http://get-e.org/Resources/Modules/
- KEYWORDS="timer enlightenment"
- ENTERED=20060830
- SHORT='E17 reminder/timer module'
-cat << EOF
-An Enlightenment module to set reminders and timers.
-EOF
diff --git a/e/e_module-eveil/EXPORTS b/e/e_module-eveil/EXPORTS
deleted file mode 100755
index 7c1bfc0..0000000
--- a/e/e_module-eveil/EXPORTS
+++ /dev/null
@@ -1 +0,0 @@
-E_MODULE_EVEIL_CVS_AUTOUPDATE
diff --git a/e/e_module-eveil/HISTORY b/e/e_module-eveil/HISTORY
deleted file mode 100644
index 9aa7bd8..0000000
--- a/e/e_module-eveil/HISTORY
+++ /dev/null
@@ -1,13 +0,0 @@
-2006-11-16 Eric Sandall <eric AT sandall.us>
- * Deprecated in favor of e_module-alarm
-
-2006-09-20 David Brown <dmlb2000 AT gmail.com
- * DETAILS: swapped out VERSION for cvs cause this doesn't
- work with update daily
-
-2006-09-11 Eric Sandall <eric AT sandall.us>
- * DETAILS: Fixed quotation typo
-
-2006-08-30 Eric Sandall <eric AT sandall.us>
- * PREPARE, DETAILS, DEPENDS, PRE_BUILD: Created
-
diff --git a/e/e_module-eveil/INSTALL b/e/e_module-eveil/INSTALL
deleted file mode 100755
index 27ba77d..0000000
--- a/e/e_module-eveil/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/e/e_module-eveil/PRE_BUILD b/e/e_module-eveil/PRE_BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/e/e_module-eveil/PRE_BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/e/e_module-eveil/REPAIR^none^EXPORTS
b/e/e_module-eveil/REPAIR^none^EXPORTS
deleted file mode 100755
index 7c1bfc0..0000000
--- a/e/e_module-eveil/REPAIR^none^EXPORTS
+++ /dev/null
@@ -1 +0,0 @@
-E_MODULE_EVEIL_CVS_AUTOUPDATE
diff --git a/e/e_module-eveil/TRIGGERS b/e/e_module-eveil/TRIGGERS
deleted file mode 100755
index b32f616..0000000
--- a/e/e_module-eveil/TRIGGERS
+++ /dev/null
@@ -1 +0,0 @@
-on_cast e_module-eveil dispel_self
diff --git a/e/enlightenment-docs/BUILD b/e/enlightenment-docs/BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/e/enlightenment-docs/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/e/enlightenment-docs/DEPENDS b/e/enlightenment-docs/DEPENDS
deleted file mode 100755
index cb1fc15..0000000
--- a/e/enlightenment-docs/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends e16-docs
diff --git a/e/enlightenment-docs/DETAILS b/e/enlightenment-docs/DETAILS
deleted file mode 100755
index b4b2acf..0000000
--- a/e/enlightenment-docs/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- SPELL=enlightenment-docs
- VERSION=0.16.7
-# SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-# SOURCE_URL[0]=$SOURCEFORGE_URL/enlightenment/$SOURCE
- WEB_SITE=http://www.enlightenment.org/
-# MD5[0]=c2f8ba9eec78871ed4cb4fab177c723f
- PATCHLEVEL=1
- LICENSE[0]=BSD
- ENTERED=20040609
- KEYWORDS="enlightenment"
- SHORT="help docs for enlightenment"
-cat << EOF
-help docs for enlightenment
-EOF
diff --git a/e/enlightenment-docs/HISTORY b/e/enlightenment-docs/HISTORY
deleted file mode 100644
index 7afac82..0000000
--- a/e/enlightenment-docs/HISTORY
+++ /dev/null
@@ -1,19 +0,0 @@
-2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed UPDATED.
-
-2006-09-12 Ladislav Hagara <hgr AT vabo.cz>
- * *: deprecated in favour of e16-docs
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-09-21 Eric Sandall <eric AT sandall.us>
- * DETAILS: Removed BUILD_API=2, section-wide now
-
-2004-07-25 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 0.16.7, BUILD_API=2
- * BUILD: converted to BUILD_API=2
-
-2004-06-09 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS, BUILD, HISTORY: created this spell, version 0.16.7-0.03
-
diff --git a/e/enlightenment-docs/INSTALL b/e/enlightenment-docs/INSTALL
deleted file mode 100755
index 27ba77d..0000000
--- a/e/enlightenment-docs/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/e/enlightenment-docs/PRE_BUILD b/e/enlightenment-docs/PRE_BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/e/enlightenment-docs/PRE_BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/e/enlightenment-docs/TRIGGERS b/e/enlightenment-docs/TRIGGERS
deleted file mode 100755
index 7aca4cc..0000000
--- a/e/enlightenment-docs/TRIGGERS
+++ /dev/null
@@ -1 +0,0 @@
-on_cast enlightenment-docs dispel_self
diff --git a/e/enlightenment/CONFLICTS b/e/enlightenment/CONFLICTS
deleted file mode 100755
index 6dc4a82..0000000
--- a/e/enlightenment/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts e-profile y
diff --git a/e/enlightenment/HISTORY b/e/enlightenment/HISTORY
index a5f038c..2b2840e 100644
--- a/e/enlightenment/HISTORY
+++ b/e/enlightenment/HISTORY
@@ -1,3 +1,6 @@
+2007-02-16 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * CONFLICTS: removed, deprecation complete
+
2006-09-12 Ladislav Hagara <hgr AT vabo.cz>
* DEPENDS: added e16-docs




  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (27d850596c2a5f36d8e5bcb52a0668840edf10ba), Jaka Kranjc, 02/16/2007

Archive powered by MHonArc 2.6.24.

Top of Page