diff options
| author | Cem Keylan <cem@ckyln.com> | 2019-12-17 01:05:08 +0300 | 
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2019-12-17 01:05:08 +0300 | 
| commit | a25c9b9a4254187fce9d424fa31de0eec35f5ff3 (patch) | |
| tree | 0a62ce4f05aaa141fb43fdb488393f8c0cb4eb63 /testing/gnupg2 | |
| parent | ce3edaad5bfa7b9c0e79f88a41d9faa092c4cb66 (diff) | |
| download | repository-a25c9b9a4254187fce9d424fa31de0eec35f5ff3.tar.gz | |
move gpg2 toolchain to extra
Diffstat (limited to 'testing/gnupg2')
| -rwxr-xr-x | testing/gnupg2/build | 7 | ||||
| -rw-r--r-- | testing/gnupg2/checksums | 1 | ||||
| -rw-r--r-- | testing/gnupg2/depends | 5 | ||||
| -rw-r--r-- | testing/gnupg2/sources | 1 | ||||
| -rw-r--r-- | testing/gnupg2/version | 1 | 
5 files changed, 0 insertions, 15 deletions
| diff --git a/testing/gnupg2/build b/testing/gnupg2/build deleted file mode 100755 index 64c03174..00000000 --- a/testing/gnupg2/build +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -e - -./configure --prefix=/usr - -make - -make DESTDIR="$1" install diff --git a/testing/gnupg2/checksums b/testing/gnupg2/checksums deleted file mode 100644 index 6ad87101..00000000 --- a/testing/gnupg2/checksums +++ /dev/null @@ -1 +0,0 @@ -242554c0e06f3a83c420b052f750b65ead711cc3fddddb5e7274fcdbb4e9dec0  gnupg-2.2.19.tar.bz2 diff --git a/testing/gnupg2/depends b/testing/gnupg2/depends deleted file mode 100644 index 12042727..00000000 --- a/testing/gnupg2/depends +++ /dev/null @@ -1,5 +0,0 @@ -libgpg-error -libgcrypt -libksba -libassuan -npth diff --git a/testing/gnupg2/sources b/testing/gnupg2/sources deleted file mode 100644 index 6c4164d5..00000000 --- a/testing/gnupg2/sources +++ /dev/null @@ -1 +0,0 @@ -https://gnupg.org/ftp/gcrypt/gnupg/gnupg-2.2.19.tar.bz2 diff --git a/testing/gnupg2/version b/testing/gnupg2/version deleted file mode 100644 index 91ef03a7..00000000 --- a/testing/gnupg2/version +++ /dev/null @@ -1 +0,0 @@ -2.2.19 1 | 
