From: "Mikhail Pukhlikov" <cynede@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/dotnet:master commit in: app-editors/visual-studio-code/
Date: Wed, 29 Aug 2018 08:03:41 +0000 (UTC) [thread overview]
Message-ID: <1535529793.38990cc99754a04a5da14b8dd48dcf3a31d312df.cynede@gentoo> (raw)
commit: 38990cc99754a04a5da14b8dd48dcf3a31d312df
Author: Cynede <cynede <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 29 08:03:13 2018 +0000
Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Aug 29 08:03:13 2018 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=38990cc9
visual-studio-code: bump to 1.26.1
.../visual-studio-code-1.20.1.ebuild | 58 ----------------------
.../visual-studio-code-1.22.1.ebuild | 57 ---------------------
.../visual-studio-code-1.25.1.ebuild | 55 --------------------
...-r1.ebuild => visual-studio-code-1.26.1.ebuild} | 0
4 files changed, 170 deletions(-)
diff --git a/app-editors/visual-studio-code/visual-studio-code-1.20.1.ebuild b/app-editors/visual-studio-code/visual-studio-code-1.20.1.ebuild
deleted file mode 100644
index 6ca3934..0000000
--- a/app-editors/visual-studio-code/visual-studio-code-1.20.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils
-
-DESCRIPTION="Multiplatform Visual Studio Code from Microsoft"
-HOMEPAGE="https://code.visualstudio.com"
-BASE_URI="https://vscode-update.azurewebsites.net/${PV}"
-SRC_URI="amd64? ( ${BASE_URI}/linux-x64/stable -> ${P}-amd64.tar.gz )
- x86? ( ${BASE_URI}/linux-ia32/stable -> ${P}-x86.tar.gz )"
-RESTRICT="mirror strip bindist"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=">=gnome-base/gconf-3.2.6-r4:2
->=media-libs/libpng-1.2.46:0
->=x11-libs/cairo-1.14.12:0
->=x11-libs/gtk+-2.24.31-r1:2
->=x11-libs/libXtst-1.2.3:0"
-
-RDEPEND="${DEPEND}
->=app-crypt/libsecret-0.18.5:0[crypt]
->=net-print/cups-2.1.4:0
->=x11-libs/libnotify-0.7.7:0
->=x11-libs/libXScrnSaver-1.2.2-r1:0"
-
-QA_PRESTRIPPED="opt/${PN}/code"
-QA_PREBUILT="opt/${PN}/code"
-
-pkg_setup() {
- if use amd64; then
- S="${WORKDIR}/VSCode-linux-x64"
- elif use x86; then
- S="${WORKDIR}/VSCode-linux-ia32"
- else
- # shouldn't be possible with -* special keyword
- die
- fi
-}
-
-src_install() {
- insinto "/opt/${PN}"
- doins -r *
- dosym "${EPREFIX}/opt/${PN}/bin/code" "/usr/bin/${PN}"
- make_desktop_entry "${PN}" "Visual Studio Code" "${PN}" "Development;IDE"
- doicon "${S}/resources/app/resources/linux/code.png"
- fperms +x "/opt/${PN}/code"
- fperms +x "/opt/${PN}/bin/code"
- fperms +x "/opt/${PN}/libnode.so"
- fperms +x "/opt/${PN}/resources/app/node_modules/vscode-ripgrep/bin/rg"
- insinto "/usr/share/licenses/${PN}"
- newins "resources/app/LICENSE.txt" "LICENSE"
-}
diff --git a/app-editors/visual-studio-code/visual-studio-code-1.22.1.ebuild b/app-editors/visual-studio-code/visual-studio-code-1.22.1.ebuild
deleted file mode 100644
index 2a4b385..0000000
--- a/app-editors/visual-studio-code/visual-studio-code-1.22.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils
-
-DESCRIPTION="Multiplatform Visual Studio Code from Microsoft"
-HOMEPAGE="https://code.visualstudio.com"
-BASE_URI="https://vscode-update.azurewebsites.net/${PV}"
-SRC_URI="amd64? ( ${BASE_URI}/linux-x64/stable -> ${P}-amd64.tar.gz )
- x86? ( ${BASE_URI}/linux-ia32/stable -> ${P}-x86.tar.gz )"
-RESTRICT="mirror strip bindist"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=">=gnome-base/gconf-3.2.6-r4:2
->=media-libs/libpng-1.2.46:0
->=x11-libs/cairo-1.14.12:0
->=x11-libs/gtk+-2.24.31-r1:2
->=x11-libs/libXtst-1.2.3:0"
-
-RDEPEND="${DEPEND}
->=app-crypt/libsecret-0.18.5:0[crypt]
->=net-print/cups-2.1.4:0
->=x11-libs/libnotify-0.7.7:0
->=x11-libs/libXScrnSaver-1.2.2-r1:0"
-
-QA_PRESTRIPPED="opt/${PN}/code"
-QA_PREBUILT="opt/${PN}/code"
-
-pkg_setup() {
- if use amd64; then
- S="${WORKDIR}/VSCode-linux-x64"
- elif use x86; then
- S="${WORKDIR}/VSCode-linux-ia32"
- else
- # shouldn't be possible with -* special keyword
- die
- fi
-}
-
-src_install() {
- insinto "/opt/${PN}"
- doins -r *
- dosym "${EPREFIX}/opt/${PN}/bin/code" "/usr/bin/${PN}"
- make_desktop_entry "${PN}" "Visual Studio Code" "${PN}" "Development;IDE"
- doicon "${S}/resources/app/resources/linux/code.png"
- fperms +x "/opt/${PN}/code"
- fperms +x "/opt/${PN}/bin/code"
- fperms +x "/opt/${PN}/libnode.so"
- insinto "/usr/share/licenses/${PN}"
- newins "resources/app/LICENSE.txt" "LICENSE"
-}
diff --git a/app-editors/visual-studio-code/visual-studio-code-1.25.1.ebuild b/app-editors/visual-studio-code/visual-studio-code-1.25.1.ebuild
deleted file mode 100644
index cbe723f..0000000
--- a/app-editors/visual-studio-code/visual-studio-code-1.25.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils
-
-DESCRIPTION="Multiplatform Visual Studio Code from Microsoft"
-HOMEPAGE="https://code.visualstudio.com"
-BASE_URI="https://vscode-update.azurewebsites.net/${PV}"
-SRC_URI="amd64? ( ${BASE_URI}/linux-x64/stable -> ${P}-amd64.tar.gz )
- x86? ( ${BASE_URI}/linux-ia32/stable -> ${P}-x86.tar.gz )"
-RESTRICT="mirror strip bindist"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=">=gnome-base/gconf-3.2.6-r4:2
->=media-libs/libpng-1.2.46:0
->=x11-libs/cairo-1.14.12:0
->=x11-libs/gtk+-2.24.31-r1:2
->=x11-libs/libXtst-1.2.3:0"
-
-RDEPEND="${DEPEND}
->=app-crypt/libsecret-0.18.5:0[crypt]
->=net-print/cups-2.1.4:0
->=x11-libs/libnotify-0.7.7:0
->=x11-libs/libXScrnSaver-1.2.2-r1:0"
-
-QA_PRESTRIPPED="opt/${PN}/code"
-QA_PREBUILT="opt/${PN}/code"
-
-pkg_setup() {
- if use amd64; then
- S="${WORKDIR}/VSCode-linux-x64"
- elif use x86; then
- S="${WORKDIR}/VSCode-linux-ia32"
- else
- # shouldn't be possible with -* special keyword
- die
- fi
-}
-
-src_install() {
- dodir "/opt"
- # Using doins -r would strip executable bits from all binaries
- cp -pPR "${S}" "${D}/opt/${PN}" || die "Failed to copy files"
- dosym "${EPREFIX}/opt/${PN}/bin/code" "/usr/bin/code"
- make_desktop_entry "code" "Visual Studio Code" "${PN}" "Development;IDE"
- doicon "${S}/resources/app/resources/linux/code.png"
- insinto "/usr/share/licenses/${PN}"
- newins "resources/app/LICENSE.txt" "LICENSE"
-}
diff --git a/app-editors/visual-studio-code/visual-studio-code-1.25.0-r1.ebuild b/app-editors/visual-studio-code/visual-studio-code-1.26.1.ebuild
similarity index 100%
rename from app-editors/visual-studio-code/visual-studio-code-1.25.0-r1.ebuild
rename to app-editors/visual-studio-code/visual-studio-code-1.26.1.ebuild
next reply other threads:[~2018-08-29 8:03 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-29 8:03 Mikhail Pukhlikov [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-10-10 11:24 [gentoo-commits] proj/dotnet:master commit in: app-editors/visual-studio-code/ Mikhail Pukhlikov
2018-10-10 11:24 Mikhail Pukhlikov
2018-10-10 11:24 Mikhail Pukhlikov
2018-08-06 12:58 Mikhail Pukhlikov
2018-07-06 8:43 Mikhail Pukhlikov
2018-07-06 6:24 Mikhail Pukhlikov
2018-04-19 15:41 Mikhail Pukhlikov
2018-03-07 6:22 Mikhail Pukhlikov
2018-03-07 6:22 Mikhail Pukhlikov
2018-03-07 6:22 Mikhail Pukhlikov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1535529793.38990cc99754a04a5da14b8dd48dcf3a31d312df.cynede@gentoo \
--to=cynede@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox