modular smoke & cl-smoke prefix.
Thu Jan 7 22:00:39 CET 2010 Tobias Rautenkranz <tobias@rautenkranz.ch>
* modular smoke & cl-smoke prefix.
diff -rN -u old-qt.webkit/cl-smoke.qt.webkit.asd new-qt.webkit/cl-smoke.qt.webkit.asd
--- old-qt.webkit/cl-smoke.qt.webkit.asd 1970-01-01 01:00:00.000000000 +0100
+++ new-qt.webkit/cl-smoke.qt.webkit.asd 2014-10-21 14:54:48.000000000 +0200
@@ -0,0 +1,13 @@
+(defsystem :cl-smoke.qt.webkit
+ :name :cl-smoke.qt.webkit
+ :version (0 0 1)
+ :author "Tobias Rautenkranz"
+ :license "GPL with linking exception"
+ :description "QtWebkit Web browser engine."
+ :depends-on (:cl-smoke.qt.core :cl-smoke.qt.network :cl-smoke.qt.gui :cl-smoke.smoke)
+
+ :components
+ ((:module "src"
+ :components
+ ((:file "package")
+ (:file "qt.webkit" :depends-on ("package"))))))
diff -rN -u old-qt.webkit/qt.webkit.asd new-qt.webkit/qt.webkit.asd
--- old-qt.webkit/qt.webkit.asd 2014-10-21 14:54:48.000000000 +0200
+++ new-qt.webkit/qt.webkit.asd 1970-01-01 01:00:00.000000000 +0100
@@ -1,18 +0,0 @@
-(defpackage qt.webkit-system
- (:use :cl :asdf))
-
-(in-package qt.webkit-system)
-
-(asdf:defsystem :qt.webkit
- :name :qt.webkit
- :version (0 0 1)
- :author "Tobias Rautenkranz"
- :license "GPL with linking exception"
- :description "QtWebkit Web browser engine."
- :depends-on (:qt :smoke)
-
- :components
- ((:module "src"
- :components
- ((:file "package")
- (:file "qt.webkit" :depends-on ("package"))))))