[SM-Commit] GIT changes to master grimoire by Anton Brondz (ecfe7a23718d093eb1966e49faa1f5db3cf24307)

Anton Brondz scm at mail.sourcemage.org
Sun Aug 27 06:34:20 EDT 2006


GIT changes to master grimoire by Anton Brondz <dinolinux at sourcemage.org>:

 x11-toolkits/rep-gtk/DEPENDS |   12 ++++++++++--
 x11-toolkits/rep-gtk/DETAILS |    2 --
 x11-toolkits/rep-gtk/HISTORY |    4 ++++
 3 files changed, 14 insertions(+), 4 deletions(-)

New commits:
commit ecfe7a23718d093eb1966e49faa1f5db3cf24307
Author: Anton Brondz <dinolinux at sourcemage.org>
Commit: Anton Brondz <dinolinux at sourcemage.org>

    rep-gtk: added optional depends, removed MAINTAINER and UPDATED

diff --git a/x11-toolkits/rep-gtk/DEPENDS b/x11-toolkits/rep-gtk/DEPENDS
index 45ddf1f..741ba2f 100755
--- a/x11-toolkits/rep-gtk/DEPENDS
+++ b/x11-toolkits/rep-gtk/DEPENDS
@@ -1,2 +1,10 @@
-depends  libglade  &&
-depends  librep
+depends  librep &&
+
+optional_depends "libglade" \
+		 "--with-libglade" \
+		 "--without-libglade" \
+		 "for libglade support" &&
+optional_depends "libgnome" \
+		 "--with-gnome" \
+		 "--without-gnome" \
+		 "for GNOME support"
diff --git a/x11-toolkits/rep-gtk/DETAILS b/x11-toolkits/rep-gtk/DETAILS
index 933ab85..e1761cb 100755
--- a/x11-toolkits/rep-gtk/DETAILS
+++ b/x11-toolkits/rep-gtk/DETAILS
@@ -7,8 +7,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
       LICENSE[0]=GPL
         WEB_SITE=http://rep-gtk.sourceforge.net
          ENTERED=20010922
-         UPDATED=20010922
-      MAINTAINER=jon-sven at frisurf.no
         KEYWORDS="lisp x11 libs"
            SHORT="rep-gtk is a binding of GTK+ and GDK for the librep Lisp environment."
 cat << EOF
diff --git a/x11-toolkits/rep-gtk/HISTORY b/x11-toolkits/rep-gtk/HISTORY
index 1e8061c..1de09c1 100644
--- a/x11-toolkits/rep-gtk/HISTORY
+++ b/x11-toolkits/rep-gtk/HISTORY
@@ -1,3 +1,7 @@
+2006-08-27 Anton Brondz <dinolinux at sourcemage.org>
+	* DETAILS: removed MAINTAINER and UPDATED
+	* DEPENDS: changed libglade to optional, added optional dependency on libgnome
+
 2006-03-12 Karsten Behrmann <BearPerson at sourcemage.org>
 	* DETAILS: (automated) Add KEYWORDS
 



More information about the SM-Commit mailing list