Skip to Content.
Sympa Menu

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

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 (a2af6ed87219ea4b838a7e56db7a6702cda9d2e6)
  • Date: Thu, 23 Jul 2009 03:31:22 -0500

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

ChangeLog | 4 +++
dev/null |binary
libs/libedit/DETAILS | 4 +--
libs/libedit/HISTORY | 3 ++
printer/system-config-printer/DEPENDS | 5 +++
printer/system-config-printer/DETAILS | 18 ++++++++++++++
printer/system-config-printer/HISTORY | 38
++++++++++++++++++++++++++++++
printer/system-config-printer/tim.gpg |binary
python-pypi/system-config-printer/DEPENDS | 4 ---
python-pypi/system-config-printer/DETAILS | 17 -------------
python-pypi/system-config-printer/HISTORY | 32 -------------------------
python-pypi/system-config-printer/tim.gpg | 0
12 files changed, 70 insertions(+), 55 deletions(-)

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

system-config-printer-1.1.10

commit e8ac92035f83bdb285c649886f5142a98b0cdb52
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

move system-config-printer to printer section

commit 019d600778449028aa8f74423b340402ac60d481
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

system-config-printer: => 1.1.10

commit 23ed3a904b7f76dcb2a72f0063a6b1f65155aa6e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libedit: => 20090722-3.0

diff --git a/ChangeLog b/ChangeLog
index b45774a..d84830d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * move system-config-printer to printer section
+ entire build process has changed
+
2009-07-23 Vlad Glagolev <stealth AT sourcemage.org>
* net/openafs: new spell, open source implementation of the Andrew
file
system (AFS)
diff --git a/libs/libedit/DETAILS b/libs/libedit/DETAILS
index 296d07b..eb67944 100755
--- a/libs/libedit/DETAILS
+++ b/libs/libedit/DETAILS
@@ -1,6 +1,6 @@
SPELL=libedit
- VERSION=20090610-3.0
-
SOURCE_HASH=sha512:54fbde16723f7e411a847e66fb3b458d2808ee8b87b28d59a9626cf1b118086a7c4db44ba3ab3d62c7c10f5351b7bf0a1125e4e958095e437781ebb74e0310d8
+ VERSION=20090722-3.0
+
SOURCE_HASH=sha512:55add15c839641dec1124a36b2308af47a95d14d3a71767060a818698c96e5e1f23d86fcabcfad6693e81cee0387cb3450e2740ed7de23a9867ad3c66140f5ac
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://www.thrysoee.dk/editline/
diff --git a/libs/libedit/HISTORY b/libs/libedit/HISTORY
index ef7693c..8d7f87d 100644
--- a/libs/libedit/HISTORY
+++ b/libs/libedit/HISTORY
@@ -1,3 +1,6 @@
+2009-07-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 20090722-3.0
+
2009-06-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 20090610-3.0

diff --git a/printer/system-config-printer/DEPENDS
b/printer/system-config-printer/DEPENDS
new file mode 100755
index 0000000..aa5f272
--- /dev/null
+++ b/printer/system-config-printer/DEPENDS
@@ -0,0 +1,5 @@
+depends config &&
+depends notify-python &&
+depends pycups &&
+depends python &&
+optional_depends udev '--with-udev-rules' '' 'use udev for hardware
detection'
diff --git a/printer/system-config-printer/DETAILS
b/printer/system-config-printer/DETAILS
new file mode 100755
index 0000000..37286e4
--- /dev/null
+++ b/printer/system-config-printer/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=system-config-printer
+ VERSION=1.1.10
+ SOURCE=$SPELL-$VERSION.tar.bz2
+
SOURCE_HASH=sha512:e47eafaae4f1ae28e869c7f3b4021c17241d0cfdd80daf56ea4f552c9de1a6613bd1299f206b77b298db1fd17754f4bdfade09c6f10deb56304509289b182e8b
+ SOURCE2=$SOURCE.sig
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_URL[0]=http://cyberelk.net/tim/data/system-config-printer/1.1/$SOURCE
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+# SOURCE_GPG=tim.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+ WEB_SITE=http://cyberelk.net/tim/software/system-config-printer/
+ LICENSE[0]=GPL
+ ENTERED=20081113
+ KEYWORDS="printing"
+ SHORT="CUPS administration tool"
+cat << EOF
+a CUPS administration tool
+EOF
diff --git a/printer/system-config-printer/HISTORY
b/printer/system-config-printer/HISTORY
new file mode 100644
index 0000000..2283d94
--- /dev/null
+++ b/printer/system-config-printer/HISTORY
@@ -0,0 +1,38 @@
+2009-07-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.10
+ bypass invalid gpg
+ * DEPENDS: add optional udev
+ move entire spell to printer section
+
+2009-06-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.8
+
+2009-04-19 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on pycups and notify-python
+ Bug #15190
+
+2009-04-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.7
+
+2009-03-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.6
+
+2009-01-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.2
+
+2008-12-11 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add config
+
+2008-12-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.12
+
+2008-11-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.11
+
+2008-11-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add config
+
+2008-11-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.10
+ spell created
+
diff --git a/printer/system-config-printer/tim.gpg
b/printer/system-config-printer/tim.gpg
new file mode 100644
index 0000000..ccf19b9
Binary files /dev/null and b/printer/system-config-printer/tim.gpg differ
diff --git a/python-pypi/system-config-printer/DEPENDS
b/python-pypi/system-config-printer/DEPENDS
deleted file mode 100755
index e88cbaa..0000000
--- a/python-pypi/system-config-printer/DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-depends config &&
-depends notify-python &&
-depends pycups &&
-depends python
diff --git a/python-pypi/system-config-printer/DETAILS
b/python-pypi/system-config-printer/DETAILS
deleted file mode 100755
index 5fcfb43..0000000
--- a/python-pypi/system-config-printer/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
- SPELL=system-config-printer
- VERSION=1.1.8
- SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE2=$SOURCE.sig
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
SOURCE_URL[0]=http://cyberelk.net/tim/data/system-config-printer/1.1/$SOURCE
- SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
- SOURCE_GPG=tim.gpg:$SOURCE.sig:UPSTREAM_KEY
- SOURCE2_IGNORE=signature
- WEB_SITE=http://cyberelk.net/tim/software/system-config-printer/
- LICENSE[0]=GPL
- ENTERED=20081113
- KEYWORDS="printing"
- SHORT="CUPS administration tool"
-cat << EOF
-a CUPS administration tool
-EOF
diff --git a/python-pypi/system-config-printer/HISTORY
b/python-pypi/system-config-printer/HISTORY
deleted file mode 100644
index efaacbc..0000000
--- a/python-pypi/system-config-printer/HISTORY
+++ /dev/null
@@ -1,32 +0,0 @@
-2009-06-18 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.1.8
-
-2009-04-19 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: Depends on pycups and notify-python
- Bug #15190
-
-2009-04-15 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.1.7
-
-2009-03-15 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.1.6
-
-2009-01-15 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.1.2
-
-2008-12-11 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: add config
-
-2008-12-01 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.0.12
-
-2008-11-21 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.0.11
-
-2008-11-14 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: add config
-
-2008-11-13 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.0.10
- spell created
-
diff --git a/python-pypi/system-config-printer/tim.gpg
b/python-pypi/system-config-printer/tim.gpg
deleted file mode 100644
index ccf19b9..0000000
Binary files a/python-pypi/system-config-printer/tim.gpg and /dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a2af6ed87219ea4b838a7e56db7a6702cda9d2e6), Treeve Jelbert, 07/23/2009

Archive powered by MHonArc 2.6.24.

Top of Page