Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (5dd5460a43150d3cbfaddd6617c33b9b2ad9a513)

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 devel-xorg-modular grimoire by Eric Sandall (5dd5460a43150d3cbfaddd6617c33b9b2ad9a513)
  • Date: Fri, 4 Mar 2011 20:21:52 -0600

GIT changes to devel-xorg-modular grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

xorg-app/iceauth/DETAILS | 5 ++---
xorg-app/iceauth/HISTORY | 1 +
xorg-lib/libdmx/DETAILS | 12 ++++++------
xorg-lib/libdmx/HISTORY | 15 ++++++++++-----
xorg-lib/libdmx/libdmx-1.1.1.tar.bz2.sig |binary
5 files changed, 19 insertions(+), 14 deletions(-)

New commits:
commit 5dd5460a43150d3cbfaddd6617c33b9b2ad9a513
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libdmx: Removed PKG, cleanup

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

libdmx: Updated to 1.1.1
SOURCE matches upstream posted SHA1

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

iceauth: Removed PKG

diff --git a/xorg-app/iceauth/DETAILS b/xorg-app/iceauth/DETAILS
index 063bfa3..e40efc3 100755
--- a/xorg-app/iceauth/DETAILS
+++ b/xorg-app/iceauth/DETAILS
@@ -1,11 +1,10 @@
SPELL=iceauth
- PKG=iceauth
VERSION=1.0.4
#
SOURCE_HASH=sha512:6c9c4ef3ee5d85e9049dca43a83e921ff0e79e0f412b28a35271c1fd2b36a5c5de4f11a242fe477717142d3829037e5c944428c25373d59fa0db655e44a1e274
- SOURCE=${PKG}-${VERSION}.tar.bz2
+ SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
diff --git a/xorg-app/iceauth/HISTORY b/xorg-app/iceauth/HISTORY
index e36d0cd..17e3f2c 100644
--- a/xorg-app/iceauth/HISTORY
+++ b/xorg-app/iceauth/HISTORY
@@ -1,6 +1,7 @@
2011-03-04 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.0.4
SOURCE matches upstream posted SHA1
+ Removed PKG

2009-10-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.3
diff --git a/xorg-lib/libdmx/DETAILS b/xorg-lib/libdmx/DETAILS
index 2caebce..c682647 100755
--- a/xorg-lib/libdmx/DETAILS
+++ b/xorg-lib/libdmx/DETAILS
@@ -1,10 +1,10 @@
SPELL=libdmx
- PKG=libdmx
- VERSION=1.1.0
-
SOURCE_HASH=sha512:6d653b26e98cf0f0a7cedc300680619556d4c1ec9899968db1dcad3ab81e1634ba1c437ae4a5c6d0249597ba781d61e64fff9074dc325f38895f6994080ea74c
- SOURCE=${PKG}-${VERSION}.tar.bz2
+ VERSION=1.1.1
+#
SOURCE_HASH=sha512:6d653b26e98cf0f0a7cedc300680619556d4c1ec9899968db1dcad3ab81e1634ba1c437ae4a5c6d0249597ba781d61e64fff9074dc325f38895f6994080ea74c
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
@@ -12,6 +12,6 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
cat << EOF
libdmx provides access to the Distributed Multihead extenstion (DMX) of
the X protocol. DMX allows a single X server to be set up as a proxy
-spanning multple servers. This is not unlike Xinerama, only across
+spanning multple servers. This is not unlike Xinerama, only across
physical machines.
EOF
diff --git a/xorg-lib/libdmx/HISTORY b/xorg-lib/libdmx/HISTORY
index 24e0c74..dacdf2f 100644
--- a/xorg-lib/libdmx/HISTORY
+++ b/xorg-lib/libdmx/HISTORY
@@ -1,4 +1,9 @@
-2009-10-05 Treeve Jelbert <treeve AT sourcemage.org>
+2011-03-04 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.1.1
+ SOURCE matches upstream posted SHA1
+ Removed PKG
+
+2009-10-05 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.0

2008-03-17 Eric Sandall <sandalle AT sourcemage.org>
@@ -7,10 +12,10 @@
2008-03-16 Eric Sandall <sandalle AT sourcemage.org>
* CONFLICTS: Auto-conflicts with all prior monolithic X providers

-2007-08-03 Treeve Jelbert <treeve AT sourcemage.org>
+2007-08-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: update description & short (automated)

-2006-05-23 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+2006-05-23 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: version update xorg 7.1

2005-12-26 Robin Cook <rcook AT wyrms.net>
@@ -35,8 +40,8 @@
* CONFIGURE: added PIC configure option

2005-11-25 Robin Cook <rcook AT wyrms.net>
- * DEPENDS: added gawk, pkgconfig, and libtool
- minor cleanup
+ * DEPENDS: added gawk, pkgconfig, and libtool
+ minor cleanup

2005-11-25 Karsten Behrmann <BearPerson AT sourcemage.org>
* DEPENDS: auto-created or updated
diff --git a/xorg-lib/libdmx/libdmx-1.1.1.tar.bz2.sig
b/xorg-lib/libdmx/libdmx-1.1.1.tar.bz2.sig
new file mode 100644
index 0000000..93a3ff7
Binary files /dev/null and b/xorg-lib/libdmx/libdmx-1.1.1.tar.bz2.sig differ



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (5dd5460a43150d3cbfaddd6617c33b9b2ad9a513), Eric Sandall, 03/04/2011

Archive powered by MHonArc 2.6.24.

Top of Page