# HG changeset patch # User Andre Heinecke # Date 1277117889 0 # Node ID 1af2aff545633407f9fda73c18d6165c20e93197 # Parent 964e6981847afcc7c017b37b955d9be57fa7d635 Change gpgme naming to the standard scheme of the gnupg packages diff -r 964e6981847a -r 1af2aff54563 recipes/gnupg/gpgme.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/recipes/gnupg/gpgme.py Mon Jun 21 10:58:09 2010 +0000 @@ -0,0 +1,11 @@ +# Copyright (C) 2008 by Intevation GmbH +# Authors: +# Bernhard Herzog +# +# 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") diff -r 964e6981847a -r 1af2aff54563 recipes/gnupg/gpgme1_0.py --- a/recipes/gnupg/gpgme1_0.py Mon Jun 21 10:44:57 2010 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -# Copyright (C) 2008 by Intevation GmbH -# Authors: -# Bernhard Herzog -# -# 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")