[Lunar-commits] r20058 - in moonbase/trunk/security: . revelation
Jannis Pohlmann
jannis at lunar-linux.org
Fri May 12 19:25:56 UTC 2006
Author: jannis
Date: 2006-05-12 19:25:54 +0000 (Fri, 12 May 2006)
New Revision: 20058
Added:
moonbase/trunk/security/revelation/
moonbase/trunk/security/revelation/BUILD
moonbase/trunk/security/revelation/CONFIGURE
moonbase/trunk/security/revelation/DEPENDS
moonbase/trunk/security/revelation/DETAILS
Log:
Revelation password manager added
Added: moonbase/trunk/security/revelation/BUILD
===================================================================
--- moonbase/trunk/security/revelation/BUILD (rev 0)
+++ moonbase/trunk/security/revelation/BUILD 2006-05-12 19:25:54 UTC (rev 20058)
@@ -0,0 +1,9 @@
+(
+
+ if [[ "$PYGTK" == "y" ]]; then
+ patch_it $SOURCE2 0
+ fi &&
+
+ default_build
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/security/revelation/CONFIGURE
===================================================================
--- moonbase/trunk/security/revelation/CONFIGURE (rev 0)
+++ moonbase/trunk/security/revelation/CONFIGURE 2006-05-12 19:25:54 UTC (rev 20058)
@@ -0,0 +1 @@
+mquery PYGTK "Apply patch to import pygtk before gtk (RECOMMENDED)?" y
Added: moonbase/trunk/security/revelation/DEPENDS
===================================================================
--- moonbase/trunk/security/revelation/DEPENDS (rev 0)
+++ moonbase/trunk/security/revelation/DEPENDS 2006-05-12 19:25:54 UTC (rev 20058)
@@ -0,0 +1,3 @@
+depends gtk+-2 &&
+depends gnome-python2-extras &&
+depends pycrypto
Added: moonbase/trunk/security/revelation/DETAILS
===================================================================
--- moonbase/trunk/security/revelation/DETAILS (rev 0)
+++ moonbase/trunk/security/revelation/DETAILS 2006-05-12 19:25:54 UTC (rev 20058)
@@ -0,0 +1,18 @@
+ MODULE=revelation
+ VERSION=0.4.7
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=$MODULE-$VERSION-pygtk.patch
+ SOURCE_URL=ftp://oss.codepoet.no/revelation/
+ SOURCE_VFY=sha1:ab6a88e41c6e430942c4980ac54d3bba4ba4467e
+ SOURCE2_URL=http://mirror.gezeiten.org/lunar/patches/
+ SOURCE2_VFY=sha1:cd7ada74b684093944673408d6bb7e09256c180f
+ WEB_SITE=http://codepoet.no/revelation/
+ ENTERED=20060512
+ UPDATED=20060512
+ SHORT="GTK+-2 based password manager"
+ MAINTAINER=jannis at lunar-linux.org
+
+cat << EOF
+GTK+-2 based password manager with Gnome integration which lets you
+generate and manage your passwords easily.
+EOF
More information about the Lunar-commits
mailing list