This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

remove unreleased packages from ecos.db


The SDL and SMPEG ports were not really ready for release to the net,
they were done for a specific project. Hence they never made it to
anoncvs, and ecos.db should not mention them.

Bart

Index: ecos.db
===================================================================
RCS file: /cvs/ecos/ecos/packages/ecos.db,v
retrieving revision 1.68
diff -u -u -r1.68 ecos.db
--- ecos.db	19 Aug 2002 14:33:57 -0000	1.68
+++ ecos.db	27 Aug 2002 22:16:29 -0000
@@ -1712,26 +1712,11 @@
         using eCos as the underlying board support mechanism."
 }
 
-
 package CYGPKG_MICROWINDOWS {
 	alias 		{ "Microwindows" mw }
 	directory	services/gfx/mw
 	script		microwindows.cdl
         description     "Microwindows."
-}
-
-package CYGPKG_SDL {
-	alias 		{ "SDL" sdl }
-	directory	services/gfx/sdl
-	script		sdl.cdl
-        description     "SDL."
-}
-
-package CYGPKG_SMPEG {
-	alias 		{ "SMPEG" smpeg }
-	directory	services/gfx/smpeg
-	script		smpeg.cdl
-        description     "SMPEG."
 }
 
 package CYGPKG_HAL_SH_SH7750_DREAMCAST {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]