From db47bdaf489fc344803ad4fa6ec5d637c47abee8 Mon Sep 17 00:00:00 2001 From: Niclas Hofmann Date: Mon, 16 Sep 2019 10:21:35 +0200 Subject: [PATCH 1/3] ess: fix url --- ess-12.09_2-0.bee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ess-12.09_2-0.bee b/ess-12.09_2-0.bee index 4b8d49d6a..cadfcd296 100755 --- a/ess-12.09_2-0.bee +++ b/ess-12.09_2-0.bee @@ -7,7 +7,7 @@ ## 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]="http://ess.r-project.org/downloads/ess/ess-${PKGVERSION}${PKGEXTRAVERSION_DASH}.tgz" +SRCURL[0]="http://ess.r-project.org/downloads/ess/OLD/ess-${PKGVERSION}${PKGEXTRAVERSION_DASH}.tgz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. From 154bda1e40bee26c3c8fb60e5854db081938b2d6 Mon Sep 17 00:00:00 2001 From: Niclas Hofmann Date: Mon, 16 Sep 2019 10:26:54 +0200 Subject: [PATCH 2/3] ess: be0 conversion --- ess-12.09_2-0.bee => ess.be0 | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) rename ess-12.09_2-0.bee => ess.be0 (84%) diff --git a/ess-12.09_2-0.bee b/ess.be0 similarity index 84% rename from ess-12.09_2-0.bee rename to ess.be0 index cadfcd296..b6c38ff19 100755 --- a/ess-12.09_2-0.bee +++ b/ess.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION ess-12.09_2-1 + ## 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.) @@ -16,14 +18,8 @@ SRCURL[0]="http://ess.r-project.org/downloads/ess/OLD/ess-${PKGVERSION}${PKGEXTR # 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 +## 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 @@ -52,7 +48,7 @@ SRCURL[0]="http://ess.r-project.org/downloads/ess/OLD/ess-${PKGVERSION}${PKGEXTR #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { @@ -71,7 +67,7 @@ mee_install() { ## 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. +## You may remove all comments as long as SRCURL[0] is set. ## ## Everything in this file will be executed in a bash environment. ## From 652d675f4b46aa37b9d962c10ae34aef402e4eda Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Tue, 17 Sep 2019 15:06:04 +0200 Subject: [PATCH 3/3] ess: upodate to 18.10.2 because of reasons --- ess.be0 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ess.be0 b/ess.be0 index b6c38ff19..d9adb88c0 100755 --- a/ess.be0 +++ b/ess.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION ess-12.09_2-1 +# BEE_VERSION ess-18.10.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.) @@ -9,7 +9,7 @@ ## 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]="http://ess.r-project.org/downloads/ess/OLD/ess-${PKGVERSION}${PKGEXTRAVERSION_DASH}.tgz" +SRCURL[0]="https://ess.r-project.org/downloads/ess/ess-${PKGVERSION}.tgz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. @@ -58,6 +58,7 @@ SRCURL[0]="http://ess.r-project.org/downloads/ess/OLD/ess-${PKGVERSION}${PKGEXTR mee_install() { make install DESTDIR=${D}/${PREFIX} } +# ## by default this may be 'make install DESTDIR="${D}"' ###############################################################################