Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/eet

Dir     : e17/libs/eet


Modified Files:
        README.in configure.in 


Log Message:


up eet to alpha status. see email to e-devel.

===================================================================
RCS file: /cvs/e/e17/libs/eet/README.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- README.in   3 Mar 2005 05:25:31 -0000       1.5
+++ README.in   28 Mar 2008 14:37:29 -0000      1.6
@@ -1,5 +1,15 @@
 Eet @VERSION@
 
+******************************************************************************
+***
+*** THIS IS AN ALPHA RELEASE - PLEASE REPORT ANY PROBLEMS TO:
+*** [EMAIL PROTECTED]
+***
+*** We want to weed out any build, porting, compatability or functionality
+*** bugs
+***
+******************************************************************************
+
 Eet is a tiny library designed to write an arbitary set of chunks of
 data to a file and optionally compress each chunk (very much like a
 zip file) and allow fast random-access reading of the file later
@@ -17,7 +27,7 @@
 
   ./configure
   make
-(as root unless youa re installing in your users directories):
+(do this as root unless you are installing in your users directories):
   make install
       
 ------------------------------------------------------------------------------
@@ -30,14 +40,3 @@
 You will find rpm packages in your system /usr/src/redhat/* dirs (note you may
 not need to use sudo or root if you have your own ~/.rpmrc. see rpm documents
 for more details)
-
-DEB: To build deb packages:
-
-  tar zvf @[EMAIL PROTECTED]@[EMAIL PROTECTED]
-  cd @[EMAIL PROTECTED]@VERSION@
-  dpkg-buildpackage -us -uc -rfakeroot
-  cd ..
-  rm -rf @[EMAIL PROTECTED]@VERSION@
-
-You will find all the debian source, binary etc. packages put in the directory
-where you first untarred the source tarball.
===================================================================
RCS file: /cvs/e/e17/libs/eet/configure.in,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -3 -r1.86 -r1.87
--- configure.in        8 Mar 2008 07:28:12 -0000       1.86
+++ configure.in        28 Mar 2008 14:37:29 -0000      1.87
@@ -1,7 +1,7 @@
 # get rid of that stupid cache mechanism
 rm -f config.cache
 
-AC_INIT(eet, 0.9.10.042, [EMAIL PROTECTED])
+AC_INIT(eet, 0.9.99900, [EMAIL PROTECTED])
 AC_PREREQ(2.52)
 AC_CONFIG_SRCDIR(configure.in)
 AC_CANONICAL_BUILD



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to