Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (11d90f8b1c1b2a987429dd6391a90ad42abc29a0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (11d90f8b1c1b2a987429dd6391a90ad42abc29a0)
  • Date: Thu, 21 May 2015 21:34:25 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

dev/null |binary
devel/git/DETAILS | 6 +++---
devel/git/HISTORY | 3 +++
devel/gitk/DEPENDS | 2 --
devel/gitk/DETAILS | 33 +++++++--------------------------
devel/gitk/DOWNLOAD | 1 +
devel/gitk/HISTORY | 5 +++++
devel/gitk/INSTALL | 2 +-
devel/gitk/PRE_BUILD | 1 +
devel/gitk/UP_TRIGGERS | 2 ++
10 files changed, 23 insertions(+), 32 deletions(-)

New commits:
commit 11d90f8b1c1b2a987429dd6391a90ad42abc29a0
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gitk: spell deprecated, part of git since long ago

commit 9eb8186cd6b51ac3ca081975c0e43496392ebd7d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

git 2.4.1

diff --git a/devel/git/DETAILS b/devel/git/DETAILS
index 0aa829e..e22aa42 100755
--- a/devel/git/DETAILS
+++ b/devel/git/DETAILS
@@ -1,6 +1,6 @@
SPELL=git
- VERSION=2.4.0
-
SOURCE_HASH=sha512:0114c5d0dbfeed46e0ba1c8c0da463c52cae6954238547502f44d9050af0d921906beea96ff2c5f56a7c822200d9daa0f1d040f883c701b88a23ec81ac777138
+ VERSION=2.4.1
+
SOURCE_HASH=sha512:3130f5fc2f408098f1012d7f5572d9a0bd57cf745cd233525ef226d329867e7fcc93d70823a9dcd9c7bc95db55ada4dbb32b0501e9fe5c2c5e11780c02e422cd
SECURITY_PATCH=2
SOURCE=$SPELL-$VERSION.tar.xz
# SOURCE2=$SOURCE.sign
@@ -12,7 +12,7 @@ if [[ $GIT_DOC == manpages || $GIT_DOC == both ]]; then
SOURCE3=$SPELL-manpages-$VERSION.tar.xz
# SOURCE4=$SOURCE3.sign
# SOURCE3_GPG=kernel.gpg:$SOURCE3.sign:UPSTREAM_KEY
-
SOURCE3_HASH=sha512:158bff66b9f73fc72d3ac6ac3246bebf831551c0ff1e9571913b952f5b891407ab4408ca2daa247869e50d43bb2e951eed6fdb3c39708c769630bbfc618f0efb
+
SOURCE3_HASH=sha512:b87b11c86f3e680f6a1d7cc0f7cdafda3adc49be725eb178b20ab33ae2e322d34f0aeca04ceca49f696226c9217962c1fd80d8e5169cda14783c50cbd81e0edf
SOURCE3_URL=$KERNEL_URL/pub/software/scm/git/$SOURCE3
# SOURCE4_URL=$KERNEL_URL/pub/software/scm/git/$SOURCE4
# SOURCE4_IGNORE=signature
diff --git a/devel/git/HISTORY b/devel/git/HISTORY
index 517d29d..3d434d2 100644
--- a/devel/git/HISTORY
+++ b/devel/git/HISTORY
@@ -1,3 +1,6 @@
+2015-05-21 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2.4.1
+
2015-05-01 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated spell to 2.4.0

diff --git a/devel/gitk/DEPENDS b/devel/gitk/DEPENDS
deleted file mode 100755
index 7223c36..0000000
--- a/devel/gitk/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends git &&
-depends tk
diff --git a/devel/gitk/DETAILS b/devel/gitk/DETAILS
index dc3ea7a..a4a3029 100755
--- a/devel/gitk/DETAILS
+++ b/devel/gitk/DETAILS
@@ -1,26 +1,7 @@
- SPELL=gitk
- VERSION=1.1
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL=http://ozlabs.org/~paulus/gitk/gitk-1.1.tar.gz
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
- LICENSE[0]=GPL
- WEB_SITE=http://ozlabs.org/~paulus/gitk/
- ENTERED=20050820
- KEYWORDS="git devel"
- SHORT="Tk commit viewer for git"
- DOCS="README"
-cat << EOF
-Gitk is a git commit viewer with the following features:
-
-* Clear and compact representation of the commit graph
-* Displays headline, author and date of each commit in the
- summary window
-* Displays the full details of one commit - the comments,
- list of files and colorized diff - in the details window
-* Find function for searching through commits
-* Displays the SHA1 ID of the selected commit and makes it
- the X selection so it can be pasted into other windows
-* Convenient key bindings for scanning through each commit
- in turn
-EOF
+ SPELL=gitk
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
+ cat << EOF
+ deprecated spell [replaced by git]
+ EOF
diff --git a/devel/gitk/DOWNLOAD b/devel/gitk/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/devel/gitk/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/devel/gitk/HISTORY b/devel/gitk/HISTORY
index ab699d4..8384246 100644
--- a/devel/gitk/HISTORY
+++ b/devel/gitk/HISTORY
@@ -1,3 +1,8 @@
+2015-05-21 Ismael Luceno <ismael AT sourcemage.org>
+ * spell deprecated [Included in Git since long ago]
+ * PATCHLEVEL=9999
+ * DETAILS: version 0
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/devel/gitk/INSTALL b/devel/gitk/INSTALL
index 708e513..27ba77d 100755
--- a/devel/gitk/INSTALL
+++ b/devel/gitk/INSTALL
@@ -1 +1 @@
-install -m 0755 -o root -g root gitk $INSTALL_ROOT/usr/bin/gitk
+true
diff --git a/devel/gitk/PRE_BUILD b/devel/gitk/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/devel/gitk/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/devel/gitk/UP_TRIGGERS b/devel/gitk/UP_TRIGGERS
new file mode 100755
index 0000000..9a38d61
--- /dev/null
+++ b/devel/gitk/UP_TRIGGERS
@@ -0,0 +1,2 @@
+up_trigger gitk dispel_self
+up_trigger git cast_self
diff --git a/devel/gitk/gitk-1.1.tar.gz.sig b/devel/gitk/gitk-1.1.tar.gz.sig
deleted file mode 100644
index b01f6da..0000000
Binary files a/devel/gitk/gitk-1.1.tar.gz.sig and /dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (11d90f8b1c1b2a987429dd6391a90ad42abc29a0), Ismael Luceno, 05/21/2015

Archive powered by MHonArc 2.6.24.

Top of Page