Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (7fd53f456e52a92b19aaab3ce97755d0ac226e5c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (7fd53f456e52a92b19aaab3ce97755d0ac226e5c)
  • Date: Tue, 21 Apr 2009 13:36:00 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

utils/hwdata/BUILD | 5 +----
utils/hwdata/DEPENDS | 1 +
utils/hwdata/DETAILS | 16 +++++++---------
utils/hwdata/FINAL | 2 --
utils/hwdata/HISTORY | 8 ++++++++
utils/hwdata/PRE_BUILD | 3 ---
6 files changed, 17 insertions(+), 18 deletions(-)

New commits:
commit 64a5231c218be52413fa02476a16aac84b6014c0
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

hwdata - git version

diff --git a/utils/hwdata/BUILD b/utils/hwdata/BUILD
index 39e284c..27ba77d 100755
--- a/utils/hwdata/BUILD
+++ b/utils/hwdata/BUILD
@@ -1,4 +1 @@
- mkdir -p $INSTALL_ROOT/usr/X11R6/lib/X11 && #doesn't hurt &&
- sedit '/mkdir -p $(prefix)\/X11R6\/lib\/X11/d' Makefile &&
- sedit '/ln -sf ..\/..\/..\/share\/hwdata\/Cards
$(prefix)\/X11R6\/lib\/X11\/Cards/d' Makefile &&
- sed -e s/'ln -s'/'ln -sf'/ -i Makefile
+true
diff --git a/utils/hwdata/DEPENDS b/utils/hwdata/DEPENDS
new file mode 100755
index 0000000..21f6e3f
--- /dev/null
+++ b/utils/hwdata/DEPENDS
@@ -0,0 +1 @@
+depends git
diff --git a/utils/hwdata/DETAILS b/utils/hwdata/DETAILS
index 7c2965e..fb7239c 100755
--- a/utils/hwdata/DETAILS
+++ b/utils/hwdata/DETAILS
@@ -1,13 +1,11 @@
SPELL=hwdata
- VERSION=0.220-1
-
SOURCE_HASH=sha512:39251c311f2566760b7272d91d9023ed97faf755c73fb8c41ddf4ec953fc08cac77fa86e2d3d0fdc1ec29f43c252eefbb67b614ae160a83bf2c373c9e986d961
- SOURCE=${SPELL}_${VERSION//-1/}.orig.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION//-1/}
- SOURCE_URL[0]=http://ftp.debian.org/debian/pool/main/h/hwdata/$SOURCE
- WEB_SITE=http://packages.debian.org/unstable/misc/hwdata.html
- SOURCE2=${SPELL}_$VERSION.diff.gz
- SOURCE2_URL[0]=http://ftp.debian.org/debian/pool/main/h/hwdata/$SOURCE2
-
SOURCE2_HASH=sha512:753677dc039da8a08a8c60df7a76016282657d56a62ea8e21b9a3f868c6ac00bbe8bea532c1866d2acd2af0a18c62d75f73f0cedeea8eecbfc1e947ce32b6487
+ VERSION=git
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=git://git.fedoraproject.org/hosted/hwdata.git
+ WEB_SITE=http://fedorahosted.org/hwdata/
ENTERED=20020707
LICENSE[0]="GPL"
LICENSE[1]="XCL"
diff --git a/utils/hwdata/FINAL b/utils/hwdata/FINAL
deleted file mode 100755
index c8b8537..0000000
--- a/utils/hwdata/FINAL
+++ /dev/null
@@ -1,2 +0,0 @@
-rm -f $BUILD_DIRECTORY/$SPELL-$VERSION.tar.gz &&
-rm -f $BUILD_DIRECTORY/$SPELL.spec
diff --git a/utils/hwdata/HISTORY b/utils/hwdata/HISTORY
index b832a9e..88340a8 100644
--- a/utils/hwdata/HISTORY
+++ b/utils/hwdata/HISTORY
@@ -1,3 +1,11 @@
+2009-04-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version git
+ new website and url
+ pull directly from master git site, as their do not seem to be any
recent tarballs
+ * DEPENDS: created, add git
+ * PRE_BUILD, FINAL: deleted
+ * BUILD: remove obsolete sedit's
+
2008-11-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.220-1

diff --git a/utils/hwdata/PRE_BUILD b/utils/hwdata/PRE_BUILD
deleted file mode 100755
index 746ef57..0000000
--- a/utils/hwdata/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
- default_pre_build &&
- cd $SOURCE_DIRECTORY &&
- zcat $SOURCE_CACHE/$SOURCE2 | patch -p1



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (7fd53f456e52a92b19aaab3ce97755d0ac226e5c), Treeve Jelbert, 04/21/2009

Archive powered by MHonArc 2.6.24.

Top of Page