[Treepkg-commits] r333 - trunk/recipes/gnupg

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Jun 21 12:58:10 CEST 2010


Author: aheinecke
Date: 2010-06-21 12:58:09 +0200 (Mon, 21 Jun 2010)
New Revision: 333

Added:
   trunk/recipes/gnupg/gpgme.py
Removed:
   trunk/recipes/gnupg/gpgme1_0.py
Log:
Change gpgme naming to the standard scheme of the gnupg packages


Copied: trunk/recipes/gnupg/gpgme.py (from rev 327, trunk/recipes/gnupg/gpgme1_0.py)
===================================================================
--- trunk/recipes/gnupg/gpgme1_0.py	2010-06-15 10:56:44 UTC (rev 327)
+++ trunk/recipes/gnupg/gpgme.py	2010-06-21 10:58:09 UTC (rev 333)
@@ -0,0 +1,11 @@
+# Copyright (C) 2008 by Intevation GmbH
+# Authors:
+# Bernhard Herzog <bh at intevation.de>
+#
+# This program is free software under the GPL (>=v2)
+# Read the file COPYING coming with the software for details.
+
+"""Recipe to build gpgme from SVN"""
+
+import base
+base.define_gnupg_packager("gpgme")


Property changes on: trunk/recipes/gnupg/gpgme.py
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:mergeinfo
   + 
Name: svn:eol-style
   + native

Deleted: trunk/recipes/gnupg/gpgme1_0.py
===================================================================
--- trunk/recipes/gnupg/gpgme1_0.py	2010-06-21 10:44:57 UTC (rev 332)
+++ trunk/recipes/gnupg/gpgme1_0.py	2010-06-21 10:58:09 UTC (rev 333)
@@ -1,11 +0,0 @@
-# Copyright (C) 2008 by Intevation GmbH
-# Authors:
-# Bernhard Herzog <bh at intevation.de>
-#
-# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
-
-"""Recipe to build gpgme from SVN"""
-
-import base
-base.define_gnupg_packager("gpgme1.0")



More information about the Treepkg-commits mailing list