Skip to Content.
Sympa Menu

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

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 (22c754432467f01cb55c655644671a57fe8c5ad9)
  • Date: Mon, 29 Jun 2009 15:04:04 -0500

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

archive/lzip/CONFLICTS | 1
archive/lzip/HISTORY | 3 +
archive/xz-utils/CONFLICTS | 1
archive/xz-utils/HISTORY | 3 +
dev/null |binary
devel/python/DEPENDS | 1
devel/python/HISTORY | 3 +
gnome2-apps/glabels2/BUILD | 1
gnome2-apps/glabels2/DEPENDS | 13 ----
gnome2-apps/glabels2/DETAILS | 22 +-------
gnome2-apps/glabels2/DOWNLOAD | 1
gnome2-apps/glabels2/HISTORY | 71
+-------------------------
gnome2-apps/glabels2/INSTALL | 1
gnome2-apps/glabels2/PRE_BUILD | 1
gnome2-apps/glabels2/TRIGGERS | 1
gnome2-apps/glabels2/glabels-2.0.4.tar.gz.sig | 0
kde4-apps/kwave4/DEPENDS | 2
kde4-apps/kwave4/DETAILS | 4 -
kde4-apps/kwave4/HISTORY | 4 +
printer/glabels/DEPENDS | 2
printer/glabels/HISTORY | 3 +
printer/gutenprint/FINAL | 1
printer/gutenprint/HISTORY | 3 +
23 files changed, 43 insertions(+), 99 deletions(-)

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

kwave4: => 0.8.3

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

gutenprint - add a message to FINAL

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

libisoburn: => 0.4.0

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

python - add optional depends gdbm

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

glabels - extra depends

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

deprecate gnome2-apps/glabels2 [replaced by glabels]

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

lzip - add conflicts xz-utils

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

xz-utils - add conflicts lzip

diff --git a/archive/lzip/CONFLICTS b/archive/lzip/CONFLICTS
new file mode 100755
index 0000000..12987ce
--- /dev/null
+++ b/archive/lzip/CONFLICTS
@@ -0,0 +1 @@
+conflicts xz-utils
diff --git a/archive/lzip/HISTORY b/archive/lzip/HISTORY
index 4c307c6..c815cdd 100644
--- a/archive/lzip/HISTORY
+++ b/archive/lzip/HISTORY
@@ -1,3 +1,6 @@
+2009-06-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * CONFLICTS: added, for xz-utils
+
2009-06-26 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.7

diff --git a/archive/xz-utils/CONFLICTS b/archive/xz-utils/CONFLICTS
index 2040ae7..98f127b 100755
--- a/archive/xz-utils/CONFLICTS
+++ b/archive/xz-utils/CONFLICTS
@@ -1 +1,2 @@
conflicts lzma-utils
+conflicts lzip
diff --git a/archive/xz-utils/HISTORY b/archive/xz-utils/HISTORY
index 831db61..e8eb6b6 100644
--- a/archive/xz-utils/HISTORY
+++ b/archive/xz-utils/HISTORY
@@ -1,3 +1,6 @@
+2009-06-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * CONFLICTS: add lzip (installs same files)
+
2009-03-23 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS, CONFLICTS: spell created, version 4.999.8beta, #13176

diff --git a/devel/python/DEPENDS b/devel/python/DEPENDS
index 76d7d7f..5411c95 100755
--- a/devel/python/DEPENDS
+++ b/devel/python/DEPENDS
@@ -1,3 +1,4 @@
+optional_depends gdbm "" "" "gnu db support(old)" &&
optional_depends db "" "" "for Sleepycat db support" &&
optional_depends sqlite "" "" "for SQLite db support" &&
optional_depends tk "" "" "for Tk support" &&
diff --git a/devel/python/HISTORY b/devel/python/HISTORY
index f0d18c7..28a477f 100644
--- a/devel/python/HISTORY
+++ b/devel/python/HISTORY
@@ -1,3 +1,6 @@
+2009-06-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add optional gdbm
+
2009-04-15 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.6.2

diff --git a/gnome2-apps/glabels2/BUILD b/gnome2-apps/glabels2/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/gnome2-apps/glabels2/BUILD
@@ -0,0 +1 @@
+true
diff --git a/gnome2-apps/glabels2/DEPENDS b/gnome2-apps/glabels2/DEPENDS
index 0d51d61..e44e428 100755
--- a/gnome2-apps/glabels2/DEPENDS
+++ b/gnome2-apps/glabels2/DEPENDS
@@ -1,12 +1 @@
-depends gtk+2 &&
-depends libxml2 &&
-depends libgnomeprint &&
-depends libgnomeprintui &&
-depends libgnomecanvas &&
-depends libgnomeui &&
-depends glib2 &&
-depends libgnome &&
-depends libbonobo &&
-depends libbonoboui &&
-depends libglade2 &&
-depends rarian
+depends glabels
diff --git a/gnome2-apps/glabels2/DETAILS b/gnome2-apps/glabels2/DETAILS
index d7ef229..03da9ce 100755
--- a/gnome2-apps/glabels2/DETAILS
+++ b/gnome2-apps/glabels2/DETAILS
@@ -1,20 +1,8 @@
SPELL=glabels2
- VERSION=2.0.4
- SOURCE=glabels-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/glabels-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/glabels/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
- LICENSE[0]="GPL"
- WEB_SITE=http://snaught.com/glabels
- ENTERED=20020907
- UPDATED=20040818
- KEYWORDS="gnome2"
- SHORT="a GNOME2-based label and business card creation program"
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
cat << EOF
-gLabels is a lightweight program for creating labels and business
-cards for the GNOME desktop environment. It is designed to work
-with various laser/ink-jet peel-off label and business card
-sheets that you'll find at most office supply stores. gLabels is
-free software and is distributed under the terms of the
-GNU General Public License (GPL).
+deprecated spell [replaced by glabels]
EOF
+
diff --git a/gnome2-apps/glabels2/DOWNLOAD b/gnome2-apps/glabels2/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/gnome2-apps/glabels2/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/gnome2-apps/glabels2/HISTORY b/gnome2-apps/glabels2/HISTORY
index 803fdd8..25d070f 100644
--- a/gnome2-apps/glabels2/HISTORY
+++ b/gnome2-apps/glabels2/HISTORY
@@ -1,67 +1,4 @@
-2007-09-22 Robin Cook <rcook AT wyrms.net>
- * DEPENDS: changed scrollkeeper to rarian
-
-2006-07-06 Thomas Orgis <sobukus AT sourcemage.org>
- * DEPENDS: libglade -> libglade2
-
-2006-07-06 Thomas Orgis <sobukus AT sourcemage.org>
- * DEPENDS: added more dependencies
-
-2006-05-23 Robin Cook <rcook AT wyrms.net>
- * DETAILS: updated VERSION to 2.0.4
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-11-29 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2004-08-18 Robin Cook <rcook AT wyrms.net>
- * DETAILS: updated VERSION to 2.0.1
- updated MD5
-
-2004-08-11 Robin Cook <rcook AT wyrms.net>
- * DETAILS: updated VERSION to 2.0.0
- updated MD5
-
-2004-03-27 Robin Cook <rcook AT wyrms.net>
- * DETAILS: updated VERSION to 1.93.3
- updated MD5
- removed MAINTAINER
-
-2004-01-19 Robin Cook <rcook AT wyrms.net>
- * DETAILS: updated VERSION to 1.93.2
- updated MD5
-
-2003-12-24 Robin Cook <rcook AT wyrms.net>
- * DETAILS: updated VERSION to 1.93.1
- updated MD5
-
-2003-12-07 Robin Cook <rcook AT wyrms.net>
- * DETAILS: updated VERSION to 1.93.0
- updated MD5
-
-2003-11-15 Robin Cook <rcook AT wyrms.net>
- * DETAILS: updated VERSION to 1.92.3
- updated MD5
-
-2003-10-30 Robin Cook <rcook AT wyrms.net>
- * DETAILS: updated VERSION to 1.92.1
- updated MD5
- updated SOURCE_URL[0] to new URL
-
-2003-09-09 Robin Cook <rcook AT wyrms.net>
- * DETAILS: updated VERSION to 1.92.0
- updated MD5
-
-2003-02-16 Robin Cook <rcook AT wyrms.net>
- * DETAILS: updated VERSION to 1.91.1
- updated MD5
-
-2003-01-01 Robin Cook <rcook AT wyrms.net>
- * DETAILS: updated VERSION to 1.91.0
- updated MD5
-
-2002-10-08 Eric Schabell <eschabell AT sourcemage.org>
- * Initial spell
-
+2009-06-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0
+ PATCHLEVEL=9999
+ spell deprecated [replaced by glabels]
diff --git a/gnome2-apps/glabels2/INSTALL b/gnome2-apps/glabels2/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/gnome2-apps/glabels2/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/gnome2-apps/glabels2/PRE_BUILD b/gnome2-apps/glabels2/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/gnome2-apps/glabels2/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/gnome2-apps/glabels2/TRIGGERS b/gnome2-apps/glabels2/TRIGGERS
new file mode 100755
index 0000000..f0be777
--- /dev/null
+++ b/gnome2-apps/glabels2/TRIGGERS
@@ -0,0 +1 @@
+on_cast glabels2 dispel_self
diff --git a/gnome2-apps/glabels2/glabels-2.0.4.tar.gz.sig
b/gnome2-apps/glabels2/glabels-2.0.4.tar.gz.sig
deleted file mode 100644
index 299ef23..0000000
Binary files a/gnome2-apps/glabels2/glabels-2.0.4.tar.gz.sig and /dev/null
differ
diff --git a/kde4-apps/kwave4/DEPENDS b/kde4-apps/kwave4/DEPENDS
index e81f702..35bb2b5 100755
--- a/kde4-apps/kwave4/DEPENDS
+++ b/kde4-apps/kwave4/DEPENDS
@@ -4,6 +4,6 @@ depends fftw &&
optional_depends alsa-lib '' '-DWITH_ALSA=OFF' 'playback/recording' &&
optional_depends flac '' '-DWITH_FLAC=OFF' 'FLAC import/export' &&
optional_depends libvorbis '' '-DWITH_OGG=OFF' 'Ogg/Vorbis import/export)'
&&
-#optional_depends fftw '' '-DWITH_GSL=OFF' 'Sonagram plugin / FFT' &&
+optional_depends fftw '' '-DWITH_GSL=OFF' 'Sonagram plugin / FFT' &&
optional_depends libmad '' '-DWITH_MP3=OFF' 'MP3 import/export' &&
optional_depends doxygen '' '-DWITH_DOC=OFF' 'build documentation'
diff --git a/kde4-apps/kwave4/DETAILS b/kde4-apps/kwave4/DETAILS
index add8f9d..1f46502 100755
--- a/kde4-apps/kwave4/DETAILS
+++ b/kde4-apps/kwave4/DETAILS
@@ -1,7 +1,7 @@
SPELL=kwave4
SPELLX=kwave
- VERSION=0.8.2
-
SOURCE_HASH=sha512:17091592f9778f6211351c2ae90840d5f66ec85e5867cb014364e9d8a21aafd22517a812127cbcd574937619fdbf78e0531d48b872c7dab82ff2b134711228aa
+ VERSION=0.8.3
+
SOURCE_HASH=sha512:5a789199059b56e41e0b4eaa82434d7c478c6d33ee25bc3c43118af0ebdff893a11886984f213381760aa4f0bfd68c492e785e2478aa566d992ecba37b86fb12
SOURCE=${SPELLX}-${VERSION}-1.tar.bz2
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELLX}/${SOURCE}
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELLX}-${VERSION}
diff --git a/kde4-apps/kwave4/HISTORY b/kde4-apps/kwave4/HISTORY
index fd0dad4..566010c 100644
--- a/kde4-apps/kwave4/HISTORY
+++ b/kde4-apps/kwave4/HISTORY
@@ -1,3 +1,7 @@
+2009-06-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.8.3
+ * DEPENDS: activate fftw
+
2009-04-27 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.8.2

diff --git a/printer/glabels/DEPENDS b/printer/glabels/DEPENDS
index 857444c..543aa91 100755
--- a/printer/glabels/DEPENDS
+++ b/printer/glabels/DEPENDS
@@ -2,5 +2,7 @@ depends pkgconfig &&
depends gtk+2 &&
depends libxml2 &&
depends libglade2 &&
+depends libgnomeui &&
+depends libgnome &&
depends shared-mime-info &&
depends desktop-file-utils
diff --git a/printer/glabels/HISTORY b/printer/glabels/HISTORY
index 9538870..1969bb1 100644
--- a/printer/glabels/HISTORY
+++ b/printer/glabels/HISTORY
@@ -1,3 +1,6 @@
+2009-06-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add libgnomeui, libgnome
+
2009-05-01 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.25

diff --git a/printer/gutenprint/FINAL b/printer/gutenprint/FINAL
index efeec50..3b4ad18 100755
--- a/printer/gutenprint/FINAL
+++ b/printer/gutenprint/FINAL
@@ -1,3 +1,4 @@
if spell_ok cups;then
cups-genppdupdate
+ message You will need to restart the CUPS server
fi
diff --git a/printer/gutenprint/HISTORY b/printer/gutenprint/HISTORY
index 8c5f2dc..18642d3 100644
--- a/printer/gutenprint/HISTORY
+++ b/printer/gutenprint/HISTORY
@@ -1,3 +1,6 @@
+2009-06-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * FINAL: add a message
+
2009-06-17 Treeve Jelbert <treeve AT sourcemage.org>
* FINAL: added, to update cups ppd files




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (22c754432467f01cb55c655644671a57fe8c5ad9), Treeve Jelbert, 06/29/2009

Archive powered by MHonArc 2.6.24.

Top of Page