Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (df38a06710cc7c825fec244b74a5d481d7f9fadf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (df38a06710cc7c825fec244b74a5d481d7f9fadf)
  • Date: Sun, 3 Sep 2006 13:13:13 -0500

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

ChangeLog | 3 +++
gnome2-apps/gnome-gpg/DEPENDS | 2 ++
gnome2-apps/gnome-gpg/DETAILS | 15 +++++++++++++++
gnome2-apps/gnome-gpg/HISTORY | 3 +++
4 files changed, 23 insertions(+)

New commits:
commit df38a06710cc7c825fec244b74a5d481d7f9fadf
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

gnome2-apps/gnome-gpg: new spell, a simple command-line wrapper around gpg

diff --git a/ChangeLog b/ChangeLog
index f4627ff..b7a1558 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-09-03 Ladislav Hagara <hgr AT vabo.cz>
+ * gnome2-apps/gnome-gpg: new spell, a command-line wrapper around gpg
+
2006-09-03 Thomas Orgis <sobukus AT sourcemage.org>
* groups: added missing groups for init.d spell
* printer/epstool: new spell, mangling of eps files
diff --git a/gnome2-apps/gnome-gpg/DEPENDS b/gnome2-apps/gnome-gpg/DEPENDS
new file mode 100755
index 0000000..fc11f4d
--- /dev/null
+++ b/gnome2-apps/gnome-gpg/DEPENDS
@@ -0,0 +1,2 @@
+depends libgnomeui &&
+depends gnome-keyring
diff --git a/gnome2-apps/gnome-gpg/DETAILS b/gnome2-apps/gnome-gpg/DETAILS
new file mode 100755
index 0000000..6d04013
--- /dev/null
+++ b/gnome2-apps/gnome-gpg/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=gnome-gpg
+ VERSION=0.5.0
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+
SOURCE_HASH=sha512:08d051395631a5a2de5e5e3eabfc09e7983a924d9499b38f871fc1c487af9a5bbd65849ca6637b389e1d80fa0a74d5f0984cccee6e1ac89b9b87eeaa74030bc1
+ LICENSE[0]=GPL
+ ENTERED=20060903
+ KEYWORDS="gnome2"
+ SHORT="a simple command-line wrapper around gpg"
+cat << EOF
+gnome-gpg is a simple command-line wrapper around gpg that
+makes it store its passphrase in gnome-keyring.
+EOF
diff --git a/gnome2-apps/gnome-gpg/HISTORY b/gnome2-apps/gnome-gpg/HISTORY
new file mode 100644
index 0000000..a20a131
--- /dev/null
+++ b/gnome2-apps/gnome-gpg/HISTORY
@@ -0,0 +1,3 @@
+2006-09-03 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: created this spell, version 0.5.0
+



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (df38a06710cc7c825fec244b74a5d481d7f9fadf), Ladislav Hagara, 09/03/2006

Archive powered by MHonArc 2.6.24.

Top of Page