Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael E. Luceno (2989508d113a359c6433188504389ed941fde5aa)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Ismael E. Luceno" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael E. Luceno (2989508d113a359c6433188504389ed941fde5aa)
  • Date: Thu, 15 Nov 2007 22:59:05 -0600

GIT changes to master grimoire by Ismael E. Luceno <ismael.luceno AT gmail.com>:

.gitignore | 5 +-
audio-libs/libao/DEPENDS~ | 16 ------
audio-libs/libao/HISTORY~ | 26 -----------
audio-libs/libid3tag/DEPENDS~ | 2
audio-libs/libid3tag/HISTORY~ | 29 ------------
chat-im/gaim-encryption-1.x/HISTORY~ | 81
-----------------------------------
6 files changed, 3 insertions(+), 156 deletions(-)

New commits:
commit 940e8fa703d8e080c0266035cb9f933572289927
Author: Ismael E. Luceno <ismael.luceno AT gmail.com>
Commit: Ismael E. Luceno <ismael.luceno AT gmail.com>

add *~ to .gitignore

Conflicts:

.gitignore

commit 647bb66add2e7d308f88363df6159f223a795ebe
Author: Ismael E. Luceno <ismael.luceno AT gmail.com>
Commit: Ismael E. Luceno <ismael.luceno AT gmail.com>

remove some backup files

diff --git a/.gitignore b/.gitignore
index 43d5106..09225da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
-provides.index
-codex.index
GRIMOIRE
+codex.index
+provides.index
+*~
diff --git a/audio-libs/libao/DEPENDS~ b/audio-libs/libao/DEPENDS~
deleted file mode 100755
index 362d0db..0000000
--- a/audio-libs/libao/DEPENDS~
+++ /dev/null
@@ -1,16 +0,0 @@
-optional_depends "nas" \
- "--enable-nas" \
- "--disable-nas" \
- "for nas output support" &&
-optional_depends "alsa-lib" \
- "--enable-alsa09" \
- "--disable-alsa09" \
- "for alsa output support" &&
-optional_depends "esound" \
- "--enable-esd" \
- "--disable-esdtest" \
- "for esd output support" &&
-optional_depends "arts" \
- "--enable-arts" \
- "--disable-arts" \
- "for arts output support"
diff --git a/audio-libs/libao/HISTORY~ b/audio-libs/libao/HISTORY~
deleted file mode 100644
index 33e8ab5..0000000
--- a/audio-libs/libao/HISTORY~
+++ /dev/null
@@ -1,26 +0,0 @@
-2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed BUILD_API=2.
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-09-24 George Sherwood <george AT beernabeer.com>
- * DETAILS: Update to 0.8.6, BUILD_API=2, delete MAINTAINER
- * DETAILS: update SOURCE_URL
- * BUILD: Seems patch isn't needed.
-
-2003-11-27 hgg <hgreig AT bigpond.net.au>
- * DEPENDS: change the esound NO line to disable-esdtest, configure is
broken in that respect
-
-2003-11-22 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * DETAILS: updated to 0.8.4, changed website and SOURCE_URL to use
- http://www.xiph.org/ao/
- * DEPENDS: added optional_depends on nas, esound, alsa-lib and arts
- * BUILD, alsa-1.0.patch: added patch to compile with alsa 1.0(pre1)
-
-2002-07-25 Unet <unet AT sourcemage.org>
- * DETAILS: Updated to 0.8.3
-
-2002-06-12 Unet <unet AT sourcemage.org>
- * DETAILS, HISTORY: Created this.
-
diff --git a/audio-libs/libid3tag/DEPENDS~ b/audio-libs/libid3tag/DEPENDS~
deleted file mode 100755
index 58b8ec7..0000000
--- a/audio-libs/libid3tag/DEPENDS~
+++ /dev/null
@@ -1,2 +0,0 @@
-depends libtool &&
-depends zlib
diff --git a/audio-libs/libid3tag/HISTORY~ b/audio-libs/libid3tag/HISTORY~
deleted file mode 100644
index ddc15ae..0000000
--- a/audio-libs/libid3tag/HISTORY~
+++ /dev/null
@@ -1,29 +0,0 @@
-2006-08-15 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed UPDATED (deprecated in favor of
- PATCHLEVEL).
-
-2006-06-05 Juuso Alasuutari <iuso AT sourcemage.org>
- * CONFIGURE: Deleted, reverted previous edit.
- * BUILD: Deleted, reverted previous edit.
-
-2006-05-31 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: Removed BUILD_API=2, added PATCHLEVEL, tidied
- SOURCE_URL.
- * CONFIGURE: Added, configure options for building shared &
- static libs, debugging, and profiling.
- * DEPENDS: Added, depends libtool & zlib.
- * BUILD: Added, use configure options.
-
-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-25 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated to 1.15.1b (thanks to ethx)
- Added BUILD_API=2
-
-2003-11-22 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * DEPENDS, DETAILS, HISTORY: created the spell
-
diff --git a/chat-im/gaim-encryption-1.x/HISTORY~
b/chat-im/gaim-encryption-1.x/HISTORY~
deleted file mode 100644
index bd14e6d..0000000
--- a/chat-im/gaim-encryption-1.x/HISTORY~
+++ /dev/null
@@ -1,81 +0,0 @@
-2006-09-17 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated to version 2.3.9. Removed UPDATED & BUILD_API
- Added Keywords. Cleaned up alignment.
-
-2005-11-30 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 IGNORE to SOURCE_HASH volatile
-
-2005-11-29 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2005-07-23 George Sherwood <george AT beeranbeer.com>
- * BUILD: Wasn't finding nss/nspr libs. Added to configure.
- * DETAILS: Small cleanup
-
-2005-06-11 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated to version 2.38
- * TRIGGERS: deleted file. Not required anymore.
-
-2005-05-17 Sergey Lipnevich <sergey AT sourcemage.org>
- * DEPENDS: uses NSS spell now.
-
-2005-05-13 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated to version 2.37
-
-2005-03-18 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated to version 2.36
-
-2005-03-17 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Removed MAKE_NJOBS=1
- * BUILD: Run make_single before default_build
- Run make_normal after default_build
-
-2005-02-27 George Sherwood <george AT beernabeer.com>
- * DETAILS: Update to version 2.35
-
-2005-02-01 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
- * BUILD, PRE_BUILD: autogen.sh fix, made it INSTALL_ROOT compatible
-
-2005-01-26 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated to version 2.34
- * DEPENDS: Added depends MOZILLA-NSS
-
-2005-01-23 Eric Sandall <sandalle AT sourcemage.org>
- * BUILD: Use spell_ok instead of spell_installed
-
-2005-01-23 George Sherwood <george @beernabeer.com>
- * DETAILS: Updated to version 2.33
-
-2004-10-16 George Sherwood <george AT beernaber.com>
- * DETAILS: Updated to version 2.32
- * DEPENDS: Added depends on nss
-
-2004-10-12 George Sherwood <george AT beernabeer.com>
- * DETAILS: Changed Updated date
- * TRIGGERS: Added file to re-build after new gaim
-
-2003-09-18 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated to 2.31
-
-2004-08-26 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated to 2.30
-
-2004-08-16 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated to 2.29
-
-2004-07-18 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated to 2.28
- BUILD_API=2
- Only need one LICENSE entry
- Fixed spacing
- * BUILD: Converted to BUILD_API 2
- * PREPARE: Use config_query
- * BUILD: Converted to BUILD_API 2
- Use response from config_query
- * DEPENDS: Formatted to Guru Handbook
- Use response from config_query
-
-2004-06-27 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated to 2.27
- * ALL: Split out from gaim spell
-



  • [SM-Commit] GIT changes to master grimoire by Ismael E. Luceno (2989508d113a359c6433188504389ed941fde5aa), Ismael E. Luceno, 11/15/2007

Archive powered by MHonArc 2.6.24.

Top of Page