git: 83f106c74f8c - main - net/google-cloud-sdk-app-engine-go: Remove port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Apr 2022 15:16:42 UTC
The branch main has been updated by dmgk: URL: https://cgit.FreeBSD.org/ports/commit/?id=83f106c74f8ca931802847bd3bf438ab242d81e4 commit 83f106c74f8ca931802847bd3bf438ab242d81e4 Author: Dmitri Goutnik <dmgk@FreeBSD.org> AuthorDate: 2022-04-27 13:36:57 +0000 Commit: Dmitri Goutnik <dmgk@FreeBSD.org> CommitDate: 2022-04-27 15:15:36 +0000 net/google-cloud-sdk-app-engine-go: Remove port Obsolete Go runtime, not supported by the current Google Cloud Platform SDK. --- MOVED | 1 + net/Makefile | 1 - net/google-cloud-sdk-app-engine-go/Makefile | 51 ---------------------- net/google-cloud-sdk-app-engine-go/distinfo | 3 -- .../files/app-engine-go.snapshot.json | 29 ------------ net/google-cloud-sdk-app-engine-go/pkg-descr | 7 --- 6 files changed, 1 insertion(+), 91 deletions(-) diff --git a/MOVED b/MOVED index e12c693bd6ca..d99e6f736c68 100644 --- a/MOVED +++ b/MOVED @@ -17136,3 +17136,4 @@ devel/ros-rosinstall||2022-04-20|Has expired: Upstream has archived the project devel/py-aiorpcX-legacy|devel/py-aiorpcX|2022-04-20|Has expired: Legacy port is no longer required, please use devel/py-aiorpcX instead net/kalarmcal|deskutils/kalarm|2022-04-21|Packages were merged math/py-gmpy2-devel|math/py-gmpy2|2022-04-22|No more need for the -devel port, py-gmpy2 is at latest +net/google-cloud-sdk-app-engine-go||2022-04-27|Obsolete, not supported by the current GCP SDK diff --git a/net/Makefile b/net/Makefile index ea28c28d96cb..49262221f030 100644 --- a/net/Makefile +++ b/net/Makefile @@ -200,7 +200,6 @@ SUBDIR += gofish SUBDIR += gogoc SUBDIR += google-cloud-sdk - SUBDIR += google-cloud-sdk-app-engine-go SUBDIR += gopher SUBDIR += goreplay SUBDIR += gorss diff --git a/net/google-cloud-sdk-app-engine-go/Makefile b/net/google-cloud-sdk-app-engine-go/Makefile deleted file mode 100644 index e5270d472955..000000000000 --- a/net/google-cloud-sdk-app-engine-go/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -PORTNAME= google-cloud-sdk-app-engine-go -DISTVERSION= g20181102165140 -PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= https://dl.google.com/dl/cloudsdk/channels/rapid/components/ -DISTNAME= ${PORTNAME}-linux-x86_64-${DISTVERSION:S/^g//} - -MAINTAINER= dmgk@FreeBSD.org -COMMENT= Google Cloud SDK App Engine Go Extensions - -LICENSE= APACHE20 BSD3CLAUSE -LICENSE_COMB= multi -LICENSE_FILE_APACHE20= ${WRKDIR}/platform/google_appengine/LICENSE.golang -LICENSE_FILE_BSD3CLAUSE= ${WRKDIR}/platform/google_appengine/goroot-1.9/LICENSE - -ONLY_FOR_ARCHS= amd64 i386 - -RUN_DEPENDS= gcloud:net/google-cloud-sdk - -USES= go - -do-build: - (cd ${WRKDIR}/platform/google_appengine/goroot-1.9/src && \ - ${SETENV} ${MAKE_ENV} ${GO_ENV} \ - GOROOT_BOOTSTRAP=${LOCALBASE}/go \ - ${SH} make.bash); \ - (cd ${WRKDIR}/platform/google_appengine/goroot-1.9/bin && \ - ${RM} cover goapp godoc); - (cd ${WRKDIR}/platform/google_appengine/goroot-1.9/pkg && \ - ${RM} -rf bootstrap linux_amd64_appengine obj tool/linux_amd64); - -do-install: - (cd ${WRKDIR} && ${COPYTREE_SHARE} platform ${STAGEDIR}${PREFIX}/google-cloud-sdk) - (cd ${STAGEDIR}${PREFIX} && \ - ${FIND} google-cloud-sdk/platform/google_appengine/goroot-1.9/bin -type f -exec ${CHMOD} +x {} \;); - ${MV} ${STAGEDIR}${PREFIX}/google-cloud-sdk//platform/google_appengine/goroot-1.9/bin/go-app-stager \ - ${STAGEDIR}${PREFIX}/google-cloud-sdk/platform/google_appengine/; - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/google-cloud-sdk/platform/google_appengine/go-app-stager - ${MKDIR} ${STAGEDIR}${PREFIX}/google-cloud-sdk/.install - ${INSTALL_DATA} ${FILESDIR}/app-engine-go.snapshot.json ${STAGEDIR}${PREFIX}/google-cloud-sdk/.install/ - ${TOUCH} ${STAGEDIR}${PREFIX}/google-cloud-sdk/.install/app-engine-go.manifest - -post-install: - @(cd ${STAGEDIR}${PREFIX} && \ - ${FIND} -s google-cloud-sdk -type f -o -type l >> ${TMPPLIST}) - -find-new-version: - @(v=$$(${FETCH_CMD} -qo- ${MASTER_SITES:H:H}/components-2.json | ${SED} -nE '/${DISTNAME:S|-${DISTVERSION:S|^g||}||}/s/.*-([0-9]{14})\..*/\1/p' ); \ - [ $$v -gt ${DISTVERSION:S|^g||} ] && ${ECHO} "Found new version $$v") || ${ECHO} "No new version was found" - -.include <bsd.port.mk> diff --git a/net/google-cloud-sdk-app-engine-go/distinfo b/net/google-cloud-sdk-app-engine-go/distinfo deleted file mode 100644 index 849c553731f0..000000000000 --- a/net/google-cloud-sdk-app-engine-go/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1550518372 -SHA256 (google-cloud-sdk-app-engine-go-linux-x86_64-20181102165140.tar.gz) = 15cc3ff0072e77b1740bd31e594398c98a409685784f5378442b10c7baa51613 -SIZE (google-cloud-sdk-app-engine-go-linux-x86_64-20181102165140.tar.gz) = 59310816 diff --git a/net/google-cloud-sdk-app-engine-go/files/app-engine-go.snapshot.json b/net/google-cloud-sdk-app-engine-go/files/app-engine-go.snapshot.json deleted file mode 100644 index ac260767500e..000000000000 --- a/net/google-cloud-sdk-app-engine-go/files/app-engine-go.snapshot.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "components": [ - { - "dependencies": [ - "core" - ], - "details": { - "description": "Provides the tools to develop Go applications on App Engine.", - "display_name": "App Engine Go Extensions" - }, - "id": "app-engine-go", - "is_configuration": false, - "is_hidden": false, - "is_required": false, - "platform": {}, - "version": { - "build_number": 0, - "version_string": "" - } - } - ], - "revision": 0, - "schema_version": { - "no_update": false, - "url": "https://dl.google.com/dl/cloudsdk/channels/rapid/google-cloud-sdk.tar.gz", - "version": 0 - }, - "version": "" -} diff --git a/net/google-cloud-sdk-app-engine-go/pkg-descr b/net/google-cloud-sdk-app-engine-go/pkg-descr deleted file mode 100644 index 772902f281a6..000000000000 --- a/net/google-cloud-sdk-app-engine-go/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Google Cloud SDK contains tools and libraries that enable you to easily create -and manage resources on Google Cloud Platform, including App Engine, Compute -Engine, Cloud Storage, BigQuery, Cloud SQL, and Cloud DNS. - -This port installs Google Cloud SDK "App Engine Go Extensions" component. - -WWW: https://cloud.google.com/sdk/