Mercurial > treepkg
annotate recipes/gnupg/gpgme.py @ 481:9c7e1d957d6b
sawmill: Not all displayed times are in UTC so the
general 'Z's at all times/dates are removed. Now
it is only mentioned that the times in the main
table are in UTC. To reduce the optical noise
this is done by simple comments in the date rows.
author | Sascha Teichmann <teichmann@intevation.de> |
---|---|
date | Sat, 18 Sep 2010 07:50:53 +0000 |
parents | 1af2aff54563 |
children |
rev | line source |
---|---|
377
1af2aff54563
Change gpgme naming to the standard scheme of the gnupg packages
Andre Heinecke <aheinecke@intevation.de>
parents:
diff
changeset
|
1 # Copyright (C) 2008 by Intevation GmbH |
1af2aff54563
Change gpgme naming to the standard scheme of the gnupg packages
Andre Heinecke <aheinecke@intevation.de>
parents:
diff
changeset
|
2 # Authors: |
1af2aff54563
Change gpgme naming to the standard scheme of the gnupg packages
Andre Heinecke <aheinecke@intevation.de>
parents:
diff
changeset
|
3 # Bernhard Herzog <bh@intevation.de> |
1af2aff54563
Change gpgme naming to the standard scheme of the gnupg packages
Andre Heinecke <aheinecke@intevation.de>
parents:
diff
changeset
|
4 # |
1af2aff54563
Change gpgme naming to the standard scheme of the gnupg packages
Andre Heinecke <aheinecke@intevation.de>
parents:
diff
changeset
|
5 # This program is free software under the GPL (>=v2) |
1af2aff54563
Change gpgme naming to the standard scheme of the gnupg packages
Andre Heinecke <aheinecke@intevation.de>
parents:
diff
changeset
|
6 # Read the file COPYING coming with the software for details. |
1af2aff54563
Change gpgme naming to the standard scheme of the gnupg packages
Andre Heinecke <aheinecke@intevation.de>
parents:
diff
changeset
|
7 |
1af2aff54563
Change gpgme naming to the standard scheme of the gnupg packages
Andre Heinecke <aheinecke@intevation.de>
parents:
diff
changeset
|
8 """Recipe to build gpgme from SVN""" |
1af2aff54563
Change gpgme naming to the standard scheme of the gnupg packages
Andre Heinecke <aheinecke@intevation.de>
parents:
diff
changeset
|
9 |
1af2aff54563
Change gpgme naming to the standard scheme of the gnupg packages
Andre Heinecke <aheinecke@intevation.de>
parents:
diff
changeset
|
10 import base |
1af2aff54563
Change gpgme naming to the standard scheme of the gnupg packages
Andre Heinecke <aheinecke@intevation.de>
parents:
diff
changeset
|
11 base.define_gnupg_packager("gpgme") |