Skip to content

Commit

Permalink
Merge pull request #2284 from mariux64/update-gnupg-232
Browse files Browse the repository at this point in the history
gnupg: update 1.4.21 to 2.3.2
  • Loading branch information
wwwutz authored Sep 13, 2021
2 parents 97fe42f + d73d371 commit e59dca5
Show file tree
Hide file tree
Showing 5 changed files with 90 additions and 155 deletions.
68 changes: 10 additions & 58 deletions gnupg.be0
Original file line number Diff line number Diff line change
@@ -1,50 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION gnupg-1.4.21-0
# BEE_VERSION gnupg-2.3.2-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)

###############################################################################
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-${PKGVERSION}.tar.bz2"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
## The sources will be patched in the order of the array.
#SRCURL[0]="https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-2.3.2.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/d574b7cadd2abe22b57c1c9c5354d2b4/gnupg-2.3.2.tar.bz2"

# PATCHURL+=()

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
## be added to you package but may be present in the image directory.

# EXCLUDE+=()

###############################################################################
## Uncomment the next statement, if the software may not be able to be built
## outside the source directory and needs to be built inside the source
## directory.

# build_in_sourcedir

###############################################################################
## bee cannot detect buildtypes specified in subdirectories.
## Sometimes packages "hide" the real sources in a subdirectory named
## 'src' or 'cmake' or ..
## use 'sourcesubdir_append' to specify this directory if known.

# sourcesubdir_append src


###############################################################################
## Change the default (auto-detected) steps to
## extract, patch, configure/setup, build and install the software.
## Make sure the mee_install function does install everything to the
## image directory "${D}"

#mee_extract() {
# bee_extract "${@}"
#}
Expand All @@ -53,9 +19,10 @@ SRCURL[0]="https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-${PKGVERSION}.tar.bz2"
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--disable-nls
}

#mee_build() {
# bee_build
Expand All @@ -64,22 +31,7 @@ SRCURL[0]="https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-${PKGVERSION}.tar.bz2"
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

###############################################################################
##
## Additional hints:
##
## The name of this bee-file should follow the following naming convention:
## pkgname-pkgversion-pkgrevision.bee
##
## You may remove all comments as long as SRCURL[0] is set.
##
## Everything in this file will be executed in a bash environment.
##
## Build the package by executing
## './pkg-version-N.bee' or
## 'beesh ./pkg-version-N.bee'
##
## see http://beezinga.org/
##
mee_install_post() {
rm -r ${D}/usr/share/doc/gnupg
}
41 changes: 3 additions & 38 deletions libgcrypt.be0
Original file line number Diff line number Diff line change
@@ -1,50 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION libgcrypt-1.8.2-0
# BEE_VERSION libgcrypt-1.9.4-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)

###############################################################################
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PKGVERSION}.tar.bz2"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
## The sources will be patched in the order of the array.
# SRCURL[0]="ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/edc7becfe09c75d8f95ff7623e40c52e/libgcrypt-1.9.4.tar.bz2"

# PATCHURL+=()

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
## be added to you package but may be present in the image directory.

# EXCLUDE+=()

###############################################################################
## Uncomment the next statement, if the software may not be able to be build
## outside the source directory and need to be build inside the source
## directory.

# build_in_sourcedir

###############################################################################
## bee cannot detect buildtypes specified in subdirectories.
## Sometimes packages "hide" the real sources in a subdirectory named
## 'src' or 'cmake' or ..
## use 'sourcesubdir_append' to specify this directory if known.

# sourcesubdir_append src


###############################################################################
## Change the default (auto-detected) steps to
## extract, patch, configure/setup, build and install the software.
## Make sure the mee_install function does install everything to the
## image directory "${D}"

#mee_extract() {
# bee_extract "${@}"
#}
Expand All @@ -64,4 +30,3 @@ SRCURL[0]="ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PKGVERSION}.tar.bz2"
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'
66 changes: 7 additions & 59 deletions libgpg-error.be0
Original file line number Diff line number Diff line change
@@ -1,50 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION libgpg-error-1.39-0
# BEE_VERSION libgpg-error-1.42-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)

###############################################################################
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-${PKGVERSION}.tar.bz2"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
## The sources will be patched in the order of the array.
# SRCURL[0]="https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/133fed221ba8f63f5842858a1ff67cb3/libgpg-error-1.42.tar.bz2"

# PATCHURL+=()

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
## be added to you package but may be present in the image directory.

# EXCLUDE+=()

###############################################################################
## Uncomment the next statement, if the software may not be able to be build
## outside the source directory and need to be build inside the source
## directory.

# build_in_sourcedir

###############################################################################
## bee cannot detect buildtypes specified in subdirectories.
## Sometimes packages "hide" the real sources in a subdirectory named
## 'src' or 'cmake' or ..
## use 'sourcesubdir_append' to specify this directory if known.

# sourcesubdir_append src


###############################################################################
## Change the default (auto-detected) steps to
## extract, patch, configure/setup, build and install the software.
## Make sure the mee_install function does install everything to the
## image directory "${D}"

#mee_extract() {
# bee_extract "${@}"
#}
Expand All @@ -53,9 +19,10 @@ SRCURL[0]="https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-${PKGVERSION}.
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--disable-nls
}

#mee_build() {
# bee_build
Expand All @@ -64,22 +31,3 @@ SRCURL[0]="https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-${PKGVERSION}.
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

###############################################################################
##
## Additional hints:
##
## The name of this bee-file should follow the following naming convention:
## pkgname-pkgversion-pkgrevision.bee
##
## You may remove all comments as long as SRCURL[0] is set.
##
## Everything in this file will be executed in a bash environment.
##
## Build the package by executing
## './pkg-version-N.bee' or
## 'beesh ./pkg-version-N.bee'
##
## see http://beezinga.org/
##
34 changes: 34 additions & 0 deletions libksba.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#!/usr/bin/env beesh

# BEE_VERSION libksba-1.6.0-0

# more info: https://gnupg.org/ftp/gcrypt/libksba

# SRCURL[0]="https://gnupg.org/ftp/gcrypt/libksba/libksba-1.6.0.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/d333b2e1381068d4f9a328240f062f0f/libksba-1.6.0.tar.bz2"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}
36 changes: 36 additions & 0 deletions npth.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#!/usr/bin/env beesh

# BEE_VERSION npth-1.6-0

# https://gnupg.org/ftp/gcrypt/npth

# SRCURL[0]="https://gnupg.org/ftp/gcrypt/npth/npth-1.6.tar.bz2"

SRCURL[0]="https://beehive.molgen.mpg.de/375d1a15ad969f32d25f1a7630929854/npth-1.6.tar.bz2"


# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit e59dca5

Please sign in to comment.