Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test grimoire by Robin Cook

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test grimoire by Robin Cook
  • Date: Wed, 17 May 2006 17:14:12 -0500

GIT changes to test grimoire by Robin Cook <rcook AT wyrms.net>:

dev/null
|binary
gnome2-apps/epiphany-extensions/BUILD |
3 ---
gnome2-apps/epiphany-extensions/CONFIGURE |
5 +----
gnome2-apps/epiphany-extensions/DETAILS |
2 +-
gnome2-apps/epiphany-extensions/HISTORY |
5 +++++
gnome2-apps/epiphany-extensions/epiphany-extensions-2.14.0.1.tar.bz2.sig |
0
gnome2-apps/epiphany-extensions/epiphany-extensions-2.14.1.1.tar.bz2.sig
|binary
gnome2-apps/epiphany/DETAILS |
2 +-
gnome2-apps/epiphany/HISTORY |
3 +++
gnome2-apps/epiphany/epiphany-2.14.1.1.tar.bz2.sig
|binary
gnome2-apps/epiphany/epiphany-2.14.1.tar.bz2.sig |
0
11 files changed, 11 insertions(+), 9 deletions(-)

New commits:
commit f588362b18b9e18581bf5948050ff864f74e211d
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

epiphany-extensions: updated to 2.14.1.1
deleted tabsmenu extension that has been removed.

commit 3e1b14cd5caeb93210f4ff6d6e329cf1fa9c3f53
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

epiphany: update to 2.14.1.1

diff --git a/gnome2-apps/epiphany-extensions/BUILD
b/gnome2-apps/epiphany-extensions/BUILD
index 383b53b..159b3b0 100755
--- a/gnome2-apps/epiphany-extensions/BUILD
+++ b/gnome2-apps/epiphany-extensions/BUILD
@@ -88,9 +88,6 @@ fi
if [ "${EPIPHANY_TABGROUP}" == "y" ]; then
OPTS="${OPTS}tab-groups,"
fi &&
-if [ "${EPIPHANY_TABSMENU}" == "y" ]; then
- OPTS="${OPTS}tabsmenu,"
-fi &&
if [ "${EPIPHANY_TABSTATE}" == "y" ]; then
OPTS="${OPTS}tab-states"
fi
diff --git a/gnome2-apps/epiphany-extensions/CONFIGURE
b/gnome2-apps/epiphany-extensions/CONFIGURE
index 4b3fc71..e058e48 100755
--- a/gnome2-apps/epiphany-extensions/CONFIGURE
+++ b/gnome2-apps/epiphany-extensions/CONFIGURE
@@ -23,8 +23,5 @@ config_query EPIPHANY_SELECTSTYLE "Build
config_query EPIPHANY_SIDEBAR "Build sidebar extension?" y &&
config_query EPIPHANY_SMARTBOOK "Build smart-bookmarks extension?" y &&
config_query EPIPHANY_TABGROUP "Build tab-groups extension?" y &&
-config_query EPIPHANY_TABSTATE "Build tab-states extension?" y &&
-config_query EPIPHANY_TABSMENU "Build tabsmenu extension?" y
+config_query EPIPHANY_TABSTATE "Build tab-states extension?" y

-#config_query EPIPHANY_BOOKTRAY "Build bookmarks-tray extension?" n &&
-#config_query EPIPHANY_NETMON "Build net-monitor extension?" y &&
diff --git a/gnome2-apps/epiphany-extensions/DETAILS
b/gnome2-apps/epiphany-extensions/DETAILS
index 6567d86..a9063f2 100755
--- a/gnome2-apps/epiphany-extensions/DETAILS
+++ b/gnome2-apps/epiphany-extensions/DETAILS
@@ -1,5 +1,5 @@
SPELL=epiphany-extensions
- VERSION=2.14.0.1
+ VERSION=2.14.1.1
BRANCH=$(echo $VERSION|cut -d . -f 1,2)
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/gnome2-apps/epiphany-extensions/HISTORY
b/gnome2-apps/epiphany-extensions/HISTORY
index 0983dae..6e0c406 100644
--- a/gnome2-apps/epiphany-extensions/HISTORY
+++ b/gnome2-apps/epiphany-extensions/HISTORY
@@ -1,3 +1,8 @@
+2006-05-17 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.14.1.1
+ * CONFIGURE: removed tabsmenu extension option
+ * BUILD: removed tabsmenu extension option
+
2006-03-12 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.14.0.1

diff --git
a/gnome2-apps/epiphany-extensions/epiphany-extensions-2.14.0.1.tar.bz2.sig
b/gnome2-apps/epiphany-extensions/epiphany-extensions-2.14.0.1.tar.bz2.sig
deleted file mode 100644
index 24ce72e..0000000
Binary files
a/gnome2-apps/epiphany-extensions/epiphany-extensions-2.14.0.1.tar.bz2.sig
and /dev/null differ
diff --git
a/gnome2-apps/epiphany-extensions/epiphany-extensions-2.14.1.1.tar.bz2.sig
b/gnome2-apps/epiphany-extensions/epiphany-extensions-2.14.1.1.tar.bz2.sig
new file mode 100644
index 0000000..7062064
Binary files /dev/null and
b/gnome2-apps/epiphany-extensions/epiphany-extensions-2.14.1.1.tar.bz2.sig
differ
diff --git a/gnome2-apps/epiphany/DETAILS b/gnome2-apps/epiphany/DETAILS
index 9b4c88f..7f9cf11 100755
--- a/gnome2-apps/epiphany/DETAILS
+++ b/gnome2-apps/epiphany/DETAILS
@@ -1,5 +1,5 @@
SPELL=epiphany
- VERSION=2.14.1
+ VERSION=2.14.1.1
BRANCH=$(echo $VERSION|cut -d . -f 1,2)
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/gnome2-apps/epiphany/HISTORY b/gnome2-apps/epiphany/HISTORY
index 133bc2d..5fe5f31 100644
--- a/gnome2-apps/epiphany/HISTORY
+++ b/gnome2-apps/epiphany/HISTORY
@@ -1,3 +1,6 @@
+2006-05-16 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.14.1.1
+
2006-04-18 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.14.1

diff --git a/gnome2-apps/epiphany/epiphany-2.14.1.1.tar.bz2.sig
b/gnome2-apps/epiphany/epiphany-2.14.1.1.tar.bz2.sig
new file mode 100644
index 0000000..76caa1f
Binary files /dev/null and
b/gnome2-apps/epiphany/epiphany-2.14.1.1.tar.bz2.sig differ
diff --git a/gnome2-apps/epiphany/epiphany-2.14.1.tar.bz2.sig
b/gnome2-apps/epiphany/epiphany-2.14.1.tar.bz2.sig
deleted file mode 100644
index ccbb755..0000000
Binary files a/gnome2-apps/epiphany/epiphany-2.14.1.tar.bz2.sig and /dev/null
differ




Archive powered by MHonArc 2.6.24.

Top of Page