Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (0623334fd33006594ca0b3ba2b1938e8f82d733c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (0623334fd33006594ca0b3ba2b1938e8f82d733c)
  • Date: Fri, 12 Dec 2008 23:23:07 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

dev/null |binary
devel/mono-addins/DETAILS | 2 +-
devel/mono-addins/HISTORY | 3 +++
devel/mono-addins/mono-addins-0.3.1.tar.bz2.sig |binary
devel/mono-addins/mono-addins-0.3.tar.bz2.sig | 0
devel/monodevelop/DEPENDS | 2 --
devel/monodevelop/DETAILS | 2 +-
devel/monodevelop/HISTORY | 6 ++++++
devel/monodevelop/monodevelop-0.18.1.tar.bz2.sig | 0
devel/monodevelop/monodevelop-1.9.1.tar.bz2.sig |binary
gnome2-libs/gtksourceview1/BUILD | 2 ++
gnome2-libs/gtksourceview1/HISTORY | 4 ++++
12 files changed, 17 insertions(+), 4 deletions(-)

New commits:
commit 0623334fd33006594ca0b3ba2b1938e8f82d733c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

monodevelop: Updated to 1.9.1
Yes, this is an alpha version, but the current "stable" has
dependencies which do not compile.
No longer requires gecko-sharp-2 or gtksourceview-sharp-2

commit b0e6bb717c0ce4789bbfa00780f145d49a11719c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

mono-addins: Updated to 0.3.1

commit 6bd8b12cd2af3b728236840c3e36b06d006b1f53
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gtksourceview1:
Needs -D_GNU_SOURCE in CFLAGS to build
Fixes https://bugs.launchpad.net/ubuntu/+source/gtksourceview/+bug/299911

diff --git a/devel/mono-addins/DETAILS b/devel/mono-addins/DETAILS
index 3932421..8d0e221 100755
--- a/devel/mono-addins/DETAILS
+++ b/devel/mono-addins/DETAILS
@@ -1,5 +1,5 @@
SPELL=mono-addins
- VERSION=0.3
+ VERSION=0.3.1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
diff --git a/devel/mono-addins/HISTORY b/devel/mono-addins/HISTORY
index 92cfbe9..060b583 100644
--- a/devel/mono-addins/HISTORY
+++ b/devel/mono-addins/HISTORY
@@ -1,3 +1,6 @@
+2008-12-12 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.3.1
+
2008-01-31 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS, DEPENDS, PRE_SUB_DEPENDS, SUB_DEPENDS: Created

diff --git a/devel/mono-addins/mono-addins-0.3.1.tar.bz2.sig
b/devel/mono-addins/mono-addins-0.3.1.tar.bz2.sig
new file mode 100644
index 0000000..b9e6483
Binary files /dev/null and b/devel/mono-addins/mono-addins-0.3.1.tar.bz2.sig
differ
diff --git a/devel/mono-addins/mono-addins-0.3.tar.bz2.sig
b/devel/mono-addins/mono-addins-0.3.tar.bz2.sig
deleted file mode 100644
index 0beeb14..0000000
Binary files a/devel/mono-addins/mono-addins-0.3.tar.bz2.sig and /dev/null
differ
diff --git a/devel/monodevelop/DEPENDS b/devel/monodevelop/DEPENDS
index 20f8b68..e1d9afb 100755
--- a/devel/monodevelop/DEPENDS
+++ b/devel/monodevelop/DEPENDS
@@ -1,5 +1,3 @@
-depends gecko-sharp-2 &&
depends gtk-sharp-2 &&
-depends gtksourceview-sharp-2 &&
depends -sub GUI mono-addins &&
depends monodoc
diff --git a/devel/monodevelop/DETAILS b/devel/monodevelop/DETAILS
index 339d0b5..6650cd2 100755
--- a/devel/monodevelop/DETAILS
+++ b/devel/monodevelop/DETAILS
@@ -1,5 +1,5 @@
SPELL=monodevelop
- VERSION=0.18.1
+ VERSION=1.9.1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://go-mono.com/sources/$SPELL/$SOURCE
diff --git a/devel/monodevelop/HISTORY b/devel/monodevelop/HISTORY
index 21d0cc1..2a70ea6 100644
--- a/devel/monodevelop/HISTORY
+++ b/devel/monodevelop/HISTORY
@@ -1,3 +1,9 @@
+2008-12-11 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 1.9.1
+ Yes, this is an alpha version, but the current "stable" has
dependencies
+ which do not compile.
+ * DEPENDS: No longer requires gecko-sharp-2 or gtksourceview-sharp-2
+
2008-01-31 Eric Sandall <eric AT sandall.us>
* DETAILS: Updated to 0.18.1
SOURCE is now compressed with bzip2
diff --git a/devel/monodevelop/monodevelop-0.18.1.tar.bz2.sig
b/devel/monodevelop/monodevelop-0.18.1.tar.bz2.sig
deleted file mode 100644
index 0b7b5e3..0000000
Binary files a/devel/monodevelop/monodevelop-0.18.1.tar.bz2.sig and /dev/null
differ
diff --git a/devel/monodevelop/monodevelop-1.9.1.tar.bz2.sig
b/devel/monodevelop/monodevelop-1.9.1.tar.bz2.sig
new file mode 100644
index 0000000..10f3cfa
Binary files /dev/null and b/devel/monodevelop/monodevelop-1.9.1.tar.bz2.sig
differ
diff --git a/gnome2-libs/gtksourceview1/BUILD
b/gnome2-libs/gtksourceview1/BUILD
new file mode 100755
index 0000000..db2e102
--- /dev/null
+++ b/gnome2-libs/gtksourceview1/BUILD
@@ -0,0 +1,2 @@
+CFLAGS="-D_GNU_SOURCE $CFLAGS" &&
+default_build
diff --git a/gnome2-libs/gtksourceview1/HISTORY
b/gnome2-libs/gtksourceview1/HISTORY
index b4b1ff1..1a3262f 100644
--- a/gnome2-libs/gtksourceview1/HISTORY
+++ b/gnome2-libs/gtksourceview1/HISTORY
@@ -1,3 +1,7 @@
+2008-12-12 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Needs -D_GNU_SOURCE in CFLAGS to build
+ Fixes
https://bugs.launchpad.net/ubuntu/+source/gtksourceview/+bug/299911
+
2008-01-31 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS, DEPENDS: Created




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (0623334fd33006594ca0b3ba2b1938e8f82d733c), Eric Sandall, 12/13/2008

Archive powered by MHonArc 2.6.24.

Top of Page