[SM-Commit] GIT changes to master grimoire by Elisamuel Resto (b4c964181616dd3fc87de65443d945fa07f5d927)

Elisamuel Resto scm at sourcemage.org
Sat Sep 20 12:32:36 EDT 2008


GIT changes to master grimoire by Elisamuel Resto <ryuji at sourcemage.org>:

 gnome2-apps/orca/DEPENDS                    |    1 -
 gnome2-apps/orca/HISTORY                    |    3 +++
 gnome2-libs/at-spi/DEPENDS                  |    1 -
 gnome2-libs/at-spi/HISTORY                  |    3 +++
 gnome2-libs/eel2/DEPENDS                    |    3 +--
 gnome2-libs/eel2/HISTORY                    |    3 +++
 gnome2-libs/gnome-applets2/DEPENDS          |    1 -
 gnome2-libs/gnome-applets2/HISTORY          |    3 +++
 gnome2-libs/gnome-media2/DEPENDS            |    1 -
 gnome2-libs/gnome-media2/HISTORY            |    3 +++
 gnome2-libs/gnome2-profile/DEPENDS          |    1 -
 gnome2-libs/gnome2-profile/HISTORY          |    3 +++
 gnome2-libs/gtkhtml2/DEPENDS                |    1 -
 gnome2-libs/gtkhtml2/HISTORY                |    3 +++
 gnome2-libs/libgtkhtml/DEPENDS              |    1 -
 gnome2-libs/libgtkhtml/HISTORY              |    3 +++
 gnome2-libs/profile-gnome2-platform/DEPENDS |    1 -
 gnome2-libs/profile-gnome2-platform/HISTORY |    3 +++
 net/chrony/BUILD                            |    9 +++++----
 net/chrony/HISTORY                          |    3 +++
 net/chrony/INSTALL                          |   11 ++++++-----
 21 files changed, 42 insertions(+), 19 deletions(-)

New commits:
commit b4c964181616dd3fc87de65443d945fa07f5d927
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    gnome2-libs/profile-gnome2-platform: stop depending on gail, the new gtk+2 2.14 provides it now

commit 08def9c1f01d71ff5333f5685cadfb4e2389d3b6
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    gnome2-libs/libgtkhtml: stop depending on gail, the new gtk+2 2.14 provides it now

commit ebaa7f184be8b2b5f66751b7bd9ec7dc0a0f1fbe
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    gnome2-libs/gtkhtml2: stop depending on gail, the new gtk+2 2.14 provides it now

commit b7cc56f78e9664bbfade8bc32e4d6bdf9a20564b
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    gnome2-libs/gnome-media2: stop depending on gail, the new gtk+2 2.14 provides it now

commit 56901eb228c781fc5a04b20a22954859ddf3a6f8
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    gnome2-libs/gnome-applets2: stop depending on gail, the new gtk+2 2.14 provides it now

commit 1ec199034a109a884045dc25082c77e6844c806b
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    gnome2-libs/gnome2-profile: stop depending on gail, the new gtk+2 2.14 provides it now

commit f06845d436c8d906042135aaa83040ef6b945734
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    gnome2-libs/eel2: stop depending on gail, the new gtk+2 2.14 provides it now

commit 5efbef4b6b581a424853c33cb4510773bc89f7c2
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    gnome2-libs/at-spi: stop depending on gail, the new gtk+2 2.14 provides it now

commit 713a2aefe8089ad38c2e7a2d3d07b2c7d1bfed43
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    gnome2-apps/orca: stop depending on gail, the new gtk+2 2.14 provides it now

commit 759da9a49652b48a87df9900c7da6577932d0cbe
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    net/chrony: fixed installation of man pages

diff --git a/gnome2-apps/orca/DEPENDS b/gnome2-apps/orca/DEPENDS
index e327f88..74c30e4 100755
--- a/gnome2-apps/orca/DEPENDS
+++ b/gnome2-apps/orca/DEPENDS
@@ -3,7 +3,6 @@ depends gtk+2          &&
 depends libbonobo      &&
 depends atk            &&
 depends at-spi         &&
-depends gail           &&
 depends libgail-gnome  &&
 depends eel2           &&
 depends gnome-speech   &&
diff --git a/gnome2-apps/orca/HISTORY b/gnome2-apps/orca/HISTORY
index 9d56cb6..d68bead 100644
--- a/gnome2-apps/orca/HISTORY
+++ b/gnome2-apps/orca/HISTORY
@@ -1,3 +1,6 @@
+2008-09-20 Elisamuel Resto <ryuji at sourcemage.org>
+	* DEPENDS: stop depending on gail, since gtk+2 provides it now
+
 2008-08-03 Robin Cook <rcook at wyrms.net>
 	* DETAILS: updated VERSION to 2.22.3
 
diff --git a/gnome2-libs/at-spi/DEPENDS b/gnome2-libs/at-spi/DEPENDS
index ae2cd33..2f1dd98 100755
--- a/gnome2-libs/at-spi/DEPENDS
+++ b/gnome2-libs/at-spi/DEPENDS
@@ -1,4 +1,3 @@
-depends gail       &&
 depends libbonobo  &&
 depends libxtst    &&
 depends expat      &&
diff --git a/gnome2-libs/at-spi/HISTORY b/gnome2-libs/at-spi/HISTORY
index 8db940c..e4912d8 100644
--- a/gnome2-libs/at-spi/HISTORY
+++ b/gnome2-libs/at-spi/HISTORY
@@ -1,3 +1,6 @@
+2008-09-20 Elisamuel Resto <ryuji at sourcemage.org>
+	* DEPENDS: stop depenting on gail, since gtk+2 provides it now
+
 2008-04-08 Robin Cook <rcook at wyrms.net>
 	* DETAILS: updated VERSION to 1.22.1
 
diff --git a/gnome2-libs/eel2/DEPENDS b/gnome2-libs/eel2/DEPENDS
index 5e207e2..e026969 100755
--- a/gnome2-libs/eel2/DEPENDS
+++ b/gnome2-libs/eel2/DEPENDS
@@ -7,5 +7,4 @@ depends  libglade2      &&
 depends  libgnome       &&
 depends  libxml2        &&
 depends  gconf2         &&
-depends  glib2          &&
-depends  gail
+depends  glib2
diff --git a/gnome2-libs/eel2/HISTORY b/gnome2-libs/eel2/HISTORY
index 712373e..3c3f683 100644
--- a/gnome2-libs/eel2/HISTORY
+++ b/gnome2-libs/eel2/HISTORY
@@ -1,3 +1,6 @@
+2008-09-20 Elisamuel Resto <ryuji at sourcemage.org>
+	* DEPENDS: stop depending on gail, since gtk+2 provides it now
+
 2008-07-24 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 2.22.2
 
diff --git a/gnome2-libs/gnome-applets2/DEPENDS b/gnome2-libs/gnome-applets2/DEPENDS
index a7f2d93..1a9a8d3 100755
--- a/gnome2-libs/gnome-applets2/DEPENDS
+++ b/gnome2-libs/gnome-applets2/DEPENDS
@@ -1,6 +1,5 @@
 depends which        &&
 depends gnome-panel  &&
-depends gail         &&
 depends libgtop2     &&
 depends rarian       &&
 depends libxklavier  &&
diff --git a/gnome2-libs/gnome-applets2/HISTORY b/gnome2-libs/gnome-applets2/HISTORY
index 81d8d94..d0e356d 100644
--- a/gnome2-libs/gnome-applets2/HISTORY
+++ b/gnome2-libs/gnome-applets2/HISTORY
@@ -1,3 +1,6 @@
+2008-09-20 Elisamuel Resto <ryuji at sourcemage.org>
+	* DEPENDS: stop depending on gail, since gtk+2 provides it now
+
 2008-07-26 Robin Cook <rcook at wyrms.net>
 	* DETAILS: updated VERSION to 2.22.3
 
diff --git a/gnome2-libs/gnome-media2/DEPENDS b/gnome2-libs/gnome-media2/DEPENDS
index 9cef346..25e4271 100755
--- a/gnome2-libs/gnome-media2/DEPENDS
+++ b/gnome2-libs/gnome-media2/DEPENDS
@@ -1,5 +1,4 @@
 depends libgnomeui         &&
-depends gail               &&
 depends sox                &&
 depends rarian             &&
 depends nautilus-cd-burner &&
diff --git a/gnome2-libs/gnome-media2/HISTORY b/gnome2-libs/gnome-media2/HISTORY
index db9a209..8eb6832 100644
--- a/gnome2-libs/gnome-media2/HISTORY
+++ b/gnome2-libs/gnome-media2/HISTORY
@@ -1,3 +1,6 @@
+2008-09-20 Elisamuel Resto <ryuji at sourcemage.org>
+	* DEPENDS: stop depending on gail, since gtk+2 provides it now
+
 2008-03-13 Robin Cook <rcook at wyrms.net>
 	* DETAILS: updated VERSION to 2.22.0
 
diff --git a/gnome2-libs/gnome2-profile/DEPENDS b/gnome2-libs/gnome2-profile/DEPENDS
index 492b9a4..3d17aea 100755
--- a/gnome2-libs/gnome2-profile/DEPENDS
+++ b/gnome2-libs/gnome2-profile/DEPENDS
@@ -8,7 +8,6 @@ depends atk                     &&
 depends audiofile               &&
 depends cairo                   &&
 depends esound                  &&
-depends gail                    &&
 depends glib2                   &&
 depends gnome-common2           &&
 depends gnome-mime-data2        &&
diff --git a/gnome2-libs/gnome2-profile/HISTORY b/gnome2-libs/gnome2-profile/HISTORY
index 38e66c4..16599ea 100644
--- a/gnome2-libs/gnome2-profile/HISTORY
+++ b/gnome2-libs/gnome2-profile/HISTORY
@@ -1,3 +1,6 @@
+2008-09-20 Elisamuel Resto <ryuji at sourcemage.org>
+	* DEPENDS: stop depending on gail, since gtk+2 provides it now
+
 2008-03-18 Eric Sandall <sandalle at sourcemage.org>
 	* DEPENDS: Switch X11-LIBS to the one and only xorg-libs
 
diff --git a/gnome2-libs/gtkhtml2/DEPENDS b/gnome2-libs/gtkhtml2/DEPENDS
index abf4327..71911ee 100755
--- a/gnome2-libs/gtkhtml2/DEPENDS
+++ b/gnome2-libs/gtkhtml2/DEPENDS
@@ -2,7 +2,6 @@ depends  autoconf        &&
 depends  automake        &&
 depends  libtool         &&
 depends  libbonobo       &&
-depends  gail            &&
 depends  libgnomeui      &&
 depends  libgnomeprintui &&
 depends  libglade2       &&
diff --git a/gnome2-libs/gtkhtml2/HISTORY b/gnome2-libs/gtkhtml2/HISTORY
index dd58076..64ea71c 100644
--- a/gnome2-libs/gtkhtml2/HISTORY
+++ b/gnome2-libs/gtkhtml2/HISTORY
@@ -1,3 +1,6 @@
+2008-09-20 Elisamuel Resto <ryuji at sourcemage.org>
+	* DEPENDS: stop depending on gail, since gtk+2 provides it now
+
 2008-07-30 Robin Cook <rcook at wyrms.net>
 	* DETAILS: updated VERSION to 3.18.3
 
diff --git a/gnome2-libs/libgtkhtml/DEPENDS b/gnome2-libs/libgtkhtml/DEPENDS
index a804d04..8d3b259 100755
--- a/gnome2-libs/libgtkhtml/DEPENDS
+++ b/gnome2-libs/libgtkhtml/DEPENDS
@@ -1,3 +1,2 @@
-depends gail       &&
 depends libxml2    &&
 depends gnome-vfs2
diff --git a/gnome2-libs/libgtkhtml/HISTORY b/gnome2-libs/libgtkhtml/HISTORY
index 1c66b8e..0ffc31d 100644
--- a/gnome2-libs/libgtkhtml/HISTORY
+++ b/gnome2-libs/libgtkhtml/HISTORY
@@ -1,3 +1,6 @@
+2008-09-20 Elisamuel Resto <ryuji at sourcemage.org>
+	* DEPENDS: stop depending on gail, since gtk+2 provides it now
+
 2006-03-12 Karsten Behrmann <BearPerson at sourcemage.org>
 	* DETAILS: (automated) Add KEYWORDS
 
diff --git a/gnome2-libs/profile-gnome2-platform/DEPENDS b/gnome2-libs/profile-gnome2-platform/DEPENDS
index 414e513..cebd72a 100755
--- a/gnome2-libs/profile-gnome2-platform/DEPENDS
+++ b/gnome2-libs/profile-gnome2-platform/DEPENDS
@@ -5,7 +5,6 @@ depends atk
 depends audiofile
 depends cairo
 depends esound
-depends gail
 depends glib2
 depends gnome-common2
 depends gnome-mime-data2
diff --git a/gnome2-libs/profile-gnome2-platform/HISTORY b/gnome2-libs/profile-gnome2-platform/HISTORY
index bc99526..011257b 100644
--- a/gnome2-libs/profile-gnome2-platform/HISTORY
+++ b/gnome2-libs/profile-gnome2-platform/HISTORY
@@ -1,3 +1,6 @@
+2008-09-20 Elisamuel Resto <ryuji at sourcemage.org>
+	* DEPENDS: stop depending on gail, since gtk+2 provides it now
+
 2006-09-17 Robin Cook <rcook at wyrms.net>
 	* DETAILS: updated to 2.16.0
 	* DEPENDS: added gnome-vfs-monikers
diff --git a/net/chrony/BUILD b/net/chrony/BUILD
index 1fb2507..5f5cfb1 100755
--- a/net/chrony/BUILD
+++ b/net/chrony/BUILD
@@ -1,5 +1,6 @@
-./configure                     \
-  --prefix=${INSTALL_ROOT}/usr  \
-  $OPTS                         &&
-make                            &&
+./configure --prefix=${INSTALL_ROOT}/usr \
+            --mandir=${INSTALL_DIR}/usr/share/man \
+           --infodir=${INSTALL_DIR}/usr/share/info \
+                     ${OPTS} &&
+make &&
 make docs
diff --git a/net/chrony/HISTORY b/net/chrony/HISTORY
index 68f86c0..44fb3a2 100644
--- a/net/chrony/HISTORY
+++ b/net/chrony/HISTORY
@@ -1,3 +1,6 @@
+2008-09-20 Elisamuel Resto <ryuji at sourcemage.org>
+	* BUILD, INSTALL: fixed installing of man pages
+
 2007-12-06 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 1.23, sha1 -> sha512, removed UPDATED
 	* PRE_BUILD, gcc4.patch: removed
diff --git a/net/chrony/INSTALL b/net/chrony/INSTALL
index 23203e0..9440a04 100755
--- a/net/chrony/INSTALL
+++ b/net/chrony/INSTALL
@@ -1,7 +1,8 @@
-default_install    &&
-make install-docs  &&
+default_install &&
+make_single &&
+make install-docs &&
+make_normal &&
 
-if [ ! -f ${INSTALL_ROOT}/etc/chrony.conf ]
-then
-  cp  $SCRIPT_DIRECTORY/chrony.conf   ${INSTALL_ROOT}/etc/
+if [[ ! -f "${INSTALL_ROOT}/etc/chrony.conf" ]]; then
+    cp -v "${SCRIPT_DIRECTORY}/chrony.conf" "${INSTALL_ROOT}/etc/"
 fi



More information about the SM-Commit mailing list