Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (62ba85031658460d111a3fc823611db36c156c33)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (62ba85031658460d111a3fc823611db36c156c33)
  • Date: Fri, 10 May 2013 14:36:13 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
archive/debian-archive-keyring/DETAILS | 8 ++++----
archive/debian-archive-keyring/HISTORY | 4 ++++
archive/debian-archive-keyring/INSTALL | 10 +++-------
archive/ubuntu-keyring/BUILD | 1 +
archive/ubuntu-keyring/DETAILS | 17 +++++++++++++++++
archive/ubuntu-keyring/HISTORY | 2 ++
archive/ubuntu-keyring/INSTALL | 4 ++++
8 files changed, 38 insertions(+), 11 deletions(-)

New commits:
commit 62ba85031658460d111a3fc823611db36c156c33
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

ubuntu-keyring: new spell, GnuPG keys of the Ubuntu archive

commit 8dfe5d7193ef3d0b7fa4539c164ca9ce5153aebd
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

debian-archive-keyring: Cleanup

commit 349b85c63e7706dd890e7f2d414c1524994ec456
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

debian-archive-keyring: Update spell to 2012.4

diff --git a/ChangeLog b/ChangeLog
index 5002104..ac2d274 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-05-10 Ismael Luceno <ismael AT sourcemage.org>
+ * archive/ubuntu-keyring: new spell, GnuPG keys of the Ubuntu archive
+
2013-05-09 Ladislav Hagara <hgr AT vabo.cz>
* devel/spidermonkey17: new spell, new stable version of spidermonkey

diff --git a/archive/debian-archive-keyring/DETAILS
b/archive/debian-archive-keyring/DETAILS
index eea4ee9..ad37fcf 100755
--- a/archive/debian-archive-keyring/DETAILS
+++ b/archive/debian-archive-keyring/DETAILS
@@ -1,14 +1,14 @@
SPELL=debian-archive-keyring
- VERSION=2009.01.31
+ VERSION=2012.4
SOURCE=${SPELL}_${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL=http://ftp.debian.org/debian/pool/main/d/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:e2829082a6d9073d0a7a16e0a1defb16e290234cc81250d7609dca639a8e0ba7d1935833e847bfddb72a4972cd00582dd7460b7ec38ca281bc4a47a7826fc941
- WEB_SITE=http://packages.debian.org/unstable/debian-archive-keyring
+
SOURCE_HASH=sha512:67f3f8ff9bc2daec6b7780e7aa67de4cae3b44c90d44ab3994600c96d4995b3f97a34ed5b5d20fca4b090d4e4f6481eb86cecac73be7d8ebc93b2b18c3c80cf8
+ WEB_SITE=http://packages.debian.org/unstable/$SPELL
ENTERED=20090804
LICENSE[0]=GPL
KEYWORDS="archive"
- SHORT="GnuPG archive keys of the Debian archive"
+ SHORT="GnuPG keys of the Debian archive"
cat << EOF
The Debian project digitally signs its Release files. This package contains
the archive keys used for that.
diff --git a/archive/debian-archive-keyring/HISTORY
b/archive/debian-archive-keyring/HISTORY
index 8966eae..3986bd6 100644
--- a/archive/debian-archive-keyring/HISTORY
+++ b/archive/debian-archive-keyring/HISTORY
@@ -1,3 +1,7 @@
+2013-05-10 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2012.4
+ * DETAILS, INSTALL: cleanup
+
2011-10-14 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: fixed long description wrap (scripted)

diff --git a/archive/debian-archive-keyring/INSTALL
b/archive/debian-archive-keyring/INSTALL
index b55c6df..7cfe78a 100755
--- a/archive/debian-archive-keyring/INSTALL
+++ b/archive/debian-archive-keyring/INSTALL
@@ -1,8 +1,4 @@
-# README -> /usr/share/doc/debian-archive-keyring/
-
-cd $SOURCE_DIRECTORY &&
-cp -R keyrings /usr/share &&
+cd $SOURCE_DIRECTORY/debian &&
mkdir -p /usr/share/doc/debian-archive-keyring &&
-cp debian/copyright /usr/share/doc/debian-archive-keyring &&
-cp debian/changelog /usr/share/doc/debian-archive-keyring &&
-cp README /usr/share/doc/debian-archive-keyring
+cp -R ../keyrings /usr/share &&
+cp copyright changelog ../README /usr/share/doc/debian-archive-keyring
diff --git a/archive/ubuntu-keyring/BUILD b/archive/ubuntu-keyring/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/archive/ubuntu-keyring/BUILD
@@ -0,0 +1 @@
+true
diff --git a/archive/ubuntu-keyring/DETAILS b/archive/ubuntu-keyring/DETAILS
new file mode 100755
index 0000000..240f54f
--- /dev/null
+++ b/archive/ubuntu-keyring/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=ubuntu-keyring
+ VERSION=2012.05.19
+ SOURCE=${SPELL}_${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+
SOURCE_URL=http://archive.ubuntu.com/ubuntu/pool/main/u/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:3f33099255af9aad1ae8ae845074e714dc846134f49934b221a74c21ef35af5172dc1d845d3819cb28f353abd23df690b15fa0e7f74f8e2a882ddef1ab150f54
+ WEB_SITE=http://packages.ubuntu.com/raring/misc/$SPELL
+ ENTERED=20130510
+ LICENSE[0]=GPL
+ KEYWORDS="archive"
+ SHORT="GnuPG keys of the Ubuntu archive"
+cat << EOF
+Ubuntu digitally signs its Release files. This package contains the archive
+keys used for that.
+
+Useful with cdebootstrap.
+EOF
diff --git a/archive/ubuntu-keyring/HISTORY b/archive/ubuntu-keyring/HISTORY
new file mode 100644
index 0000000..4f2ffa0
--- /dev/null
+++ b/archive/ubuntu-keyring/HISTORY
@@ -0,0 +1,2 @@
+2013-05-10 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS, INSTALL: spell created (from debian-archive-keyring)
diff --git a/archive/ubuntu-keyring/INSTALL b/archive/ubuntu-keyring/INSTALL
new file mode 100755
index 0000000..a41286c
--- /dev/null
+++ b/archive/ubuntu-keyring/INSTALL
@@ -0,0 +1,4 @@
+cd $SOURCE_DIRECTORY/debian &&
+mkdir -p /usr/share/doc/ubuntu-keyring &&
+cp -R ../keyrings /usr/share &&
+cp copyright changelog ../README /usr/share/doc/ubuntu-keyring



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (62ba85031658460d111a3fc823611db36c156c33), Ismael Luceno, 05/10/2013

Archive powered by MHonArc 2.6.24.

Top of Page