Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (7bb28529056819d7e0d082cd1ca3a57cdd3e3e5a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vasil Yonkov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (7bb28529056819d7e0d082cd1ca3a57cdd3e3e5a)
  • Date: Sun, 3 Jan 2010 12:47:18 -0600

GIT changes to master grimoire by Vasil Yonkov <spirtbrat AT sourcemage.org>:

ChangeLog | 3 ++
gnome2-apps/anjuta-extras/BUILD | 5 +++
gnome2-apps/anjuta-extras/CONFIGURE | 5 +++
gnome2-apps/anjuta-extras/DEPENDS | 7 +++++
gnome2-apps/anjuta-extras/DETAILS | 18
+++++++++++++
gnome2-apps/anjuta-extras/HISTORY | 2 +
gnome2-apps/anjuta-extras/anjuta-extras-2.28.0.tar.bz2.sig |binary
7 files changed, 40 insertions(+)

New commits:
commit 7bb28529056819d7e0d082cd1ca3a57cdd3e3e5a
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

gnome2-apps/anjuta-extras: new spell, anjuta-extras module contains
plugins
blessed by the developers that do not ship
with the
official module because of various reasons.

diff --git a/ChangeLog b/ChangeLog
index 4186e7b..189b832 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@
* gnome2-apps/pyrenamer: new spell,
With pyRenamer you can change the name of several files at the
same time easily.
+ * gnome2-apps/anjuta-extras: new spell,
+ anjuta-extras module contains plugins blessed by the developers
that
+ do not ship with the official module because of various reasons.

2010-01-02 Vasil Yonkov <spirtbrat AT sourcemage.org>
* gnome2-apps/hamster-applet: new spell,
diff --git a/gnome2-apps/anjuta-extras/BUILD b/gnome2-apps/anjuta-extras/BUILD
new file mode 100755
index 0000000..e75b854
--- /dev/null
+++ b/gnome2-apps/anjuta-extras/BUILD
@@ -0,0 +1,5 @@
+OPTS="$ANJ_SCINTILLA \
+ $ANJ_VALGRIND \
+ $OPTS" &&
+
+default_build
diff --git a/gnome2-apps/anjuta-extras/CONFIGURE
b/gnome2-apps/anjuta-extras/CONFIGURE
new file mode 100755
index 0000000..863cc65
--- /dev/null
+++ b/gnome2-apps/anjuta-extras/CONFIGURE
@@ -0,0 +1,5 @@
+config_query_option ANJ_SCINTILLA "Build the Scintilla based editor" y
\
+ "--enable-plugin-scintilla" "--disable-plugin-scintilla"
&&
+
+config_query_option ANJ_VALGRIND "Build the Valgrind plugin" y
\
+ "--enable-plugin-valgrind" "--disable-plugin-valgrind"
diff --git a/gnome2-apps/anjuta-extras/DEPENDS
b/gnome2-apps/anjuta-extras/DEPENDS
new file mode 100755
index 0000000..1b432df
--- /dev/null
+++ b/gnome2-apps/anjuta-extras/DEPENDS
@@ -0,0 +1,7 @@
+depends anjuta &&
+depends libgnomecanvas &&
+
+optional_depends graphviz \
+ "--enable-graphviz" \
+ "--disable-graphviz" \
+ "for Profiler and Class-inheritance plugins"
diff --git a/gnome2-apps/anjuta-extras/DETAILS
b/gnome2-apps/anjuta-extras/DETAILS
new file mode 100755
index 0000000..0aeae4d
--- /dev/null
+++ b/gnome2-apps/anjuta-extras/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=anjuta-extras
+ VERSION=2.28.0
+ BRANCH=${VERSION:0:4}
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:UPSTREAM_HASH"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://projects.gnome.org/anjuta/index.shtml";
+ LICENSE[0]=GPL
+ ENTERED=20100103
+ SHORT="anjuta-extras module contains plugins blessed by the
developers that do not ship with the official module because of various
reasons."
+cat << EOF
+Anjuta-extras module contains plugins blessed by the developers that do
+not ship with the official module because of various reasons. The package
+contains the following plugins:
+
+ * Valgrind * Profiler * Class-inheritance * Scintilla * Scratchbox
+EOF
diff --git a/gnome2-apps/anjuta-extras/HISTORY
b/gnome2-apps/anjuta-extras/HISTORY
new file mode 100644
index 0000000..ceca131
--- /dev/null
+++ b/gnome2-apps/anjuta-extras/HISTORY
@@ -0,0 +1,2 @@
+2010-01-03 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS: spell created
diff --git a/gnome2-apps/anjuta-extras/anjuta-extras-2.28.0.tar.bz2.sig
b/gnome2-apps/anjuta-extras/anjuta-extras-2.28.0.tar.bz2.sig
new file mode 100644
index 0000000..6dd3820
Binary files /dev/null and
b/gnome2-apps/anjuta-extras/anjuta-extras-2.28.0.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (7bb28529056819d7e0d082cd1ca3a57cdd3e3e5a), Vasil Yonkov, 01/03/2010

Archive powered by MHonArc 2.6.24.

Top of Page