public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/sublime-text/
Date: Sun, 13 Nov 2022 16:02:22 +0000 (UTC)	[thread overview]
Message-ID: <1668355330.465e05c8b6f135a41a4041c4cf15b2f83e74ce3c.soap@gentoo> (raw)

commit:     465e05c8b6f135a41a4041c4cf15b2f83e74ce3c
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 13 16:02:10 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 13 16:02:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=465e05c8

app-editors/sublime-text: drop 4_p4107, 4_p4113, 4_p4121

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-editors/sublime-text/Manifest                  |  3 -
 .../sublime-text/sublime-text-4_p4107.ebuild       | 72 ----------------------
 .../sublime-text/sublime-text-4_p4113.ebuild       | 67 --------------------
 .../sublime-text/sublime-text-4_p4121.ebuild       | 67 --------------------
 4 files changed, 209 deletions(-)

diff --git a/app-editors/sublime-text/Manifest b/app-editors/sublime-text/Manifest
index 0a52020c6371..162bfcdd6d9c 100644
--- a/app-editors/sublime-text/Manifest
+++ b/app-editors/sublime-text/Manifest
@@ -1,6 +1,3 @@
 DIST sublime_text_3_build_3211_x32.tar.bz2 13806489 BLAKE2B 1e07df2fc9fb9fb60a6fbfe27a3d657ff80ef46ae91967fa384cfc84bfdc2b5952aea8dbfd9ff015f669b148c1a302cbe01521a72b584abccd51efdab51ac0d8 SHA512 4d19947459046407316382d187ea6fa4cff9b7d3e7ae3c46667d691b6ca425a1f1dfc8599a26cf61b970290a58924a3b605e111ff2802ed124683872c1802803
 DIST sublime_text_3_build_3211_x64.tar.bz2 13677324 BLAKE2B e2ac54c1e8ab90c0fcefb4baf225b02d13a3405e846f08163773ed52c6278f8e89a7b13c15e6c2d6241139d58be9c2c5a1201abb04a3cd68efdffc723075c5af SHA512 a6a068119eff95c5360e9ccbe1d845e7a93e4ad13b3659073752a7bd0e87f4691555820185514875649e677a4e8702e2338f74f5584fc80f69c16b323685d6f1
-DIST sublime_text_build_4107_x64.tar.xz 17096632 BLAKE2B 37c1839ef1edecb1f3017e4d99d2b8b0bf5c0aa1490495fe19a48cf38bb436e94913572a4dd5ad5f84e6b5445b6a9a2df35fec607beb0b520471b2dde7ef63fd SHA512 552051b34c612aa6ff53ef6275488467061221715de054dc1e657519c82899e24df1a9f8000086b68c5c1c6e0c98341c641f19a2d97c880efb25aa93ad82f8aa
-DIST sublime_text_build_4113_x64.tar.xz 17105200 BLAKE2B 6a23e9eb7ec5b7b5dfef2ef496e0b7fcf053be3349c8318e85373bc9c3d4d69da3e4e94971ae83832aa254c175a58062a33ffb14d2103c1cdb6888c1223f28ed SHA512 f0e5e8e28754c21bf5c9fc3e50502d22d72fec4819c68d8444cb341aa7ee4d6bc43edfda594fba3c446c2b252bd7a65340dd7a407d81f875971c219bb2236479
-DIST sublime_text_build_4121_x64.tar.xz 17181776 BLAKE2B a8404a15af67934ba5c2c038d2259e454a505592f53007f665a596554dd13e5c09729577520052290df7bf393ddbcb33321d1624679c4af3bcf5a07ac038f6a5 SHA512 809ef4acabe1e52918b2e7c6057623380b1c7ba5bf0298aa59ec06b49d258fe37fd7177a79bdc840cbc4228a7944cfa67847c3bf3b1b26b3c171815f80c59103
 DIST sublime_text_build_4126_x64.tar.xz 17313756 BLAKE2B 16a036e15b920f72b47a6425540efcbc5ac5c44d3f3c79fa0a106128857f6fa6775a244d6497c814448a3f42cfe1515546b372475b22b47364a759ad0412bfdc SHA512 1f7a1543e68e67bd507f2f4b65f53085c96796287521878011e183df26579cd593c333d53b5ee9bc5adb41dd5344c62875fea869d11962ba80a39dfb63a80652

diff --git a/app-editors/sublime-text/sublime-text-4_p4107.ebuild b/app-editors/sublime-text/sublime-text-4_p4107.ebuild
deleted file mode 100644
index cd603261aae8..000000000000
--- a/app-editors/sublime-text/sublime-text-4_p4107.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop xdg-utils wrapper
-
-# get the major version from PV
-MY_PV=$(ver_cut 3)
-MY_PN=${PN/-/_}
-
-DESCRIPTION="Sophisticated text editor for code, markup and prose"
-HOMEPAGE="https://www.sublimetext.com"
-SRC_URI="
-	amd64? ( https://download.sublimetext.com/sublime_text_build_${MY_PV}_x64.tar.xz )"
-
-LICENSE="Sublime"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="dbus"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	dev-libs/glib:2
-	x11-libs/gtk+:3
-	x11-libs/libX11
-	dbus? ( sys-apps/dbus )"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-4_p4107-remove-deprecated-key-onlyshowin-from-launcher.patch
-	"${FILESDIR}"/${PN}-4_p4107-set-explicit-startupwmclass-in-launcher.patch
-)
-
-QA_PREBUILT="*"
-S="${WORKDIR}/${MY_PN}"
-
-# Sublime bundles the kitchen sink, which includes python and other assorted
-# modules. Do not try to unbundle these because you are guaranteed to fail.
-
-src_install() {
-	insinto /opt/${MY_PN}
-	doins -r Packages Lib Icon # /Icon is used at runtime by the application
-	doins changelog.txt libcrypto.so.1.1 libssl.so.1.1 sublime_text.desktop
-
-	# sublime_merge looks for /opt/sublime_text/sublime_text
-	exeinto /opt/${MY_PN}
-	doexe crash_reporter plugin_host-3.3 plugin_host-3.8 sublime_text
-
-	# sublime-text sets its WM_CLASS based on its argv[0]. A wrapper script is
-	# used instead of a symlink to preserve a consistent WM_CLASS regardless of
-	# how the application is launched. This causes the WM_CLASS to be
-	# "sublime_text" which matches the .desktop entry.
-	make_wrapper subl "/opt/${MY_PN}/sublime_text --fwdargv0 \"\$0\""
-	domenu sublime_text.desktop
-
-	local size
-	for size in 16 32 48 128 256; do
-		doicon --size "${size}" Icon/${size}x${size}/${PN}.png
-	done
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-	xdg_desktop_database_update
-}
-
-pkg_postinst() {
-	xdg_icon_cache_update
-	xdg_desktop_database_update
-	elog 'Sublime Text 4'"'"'s window class changes from WM_CLASS="subl" to'
-	elog 'WM_CLASS="sublime_text" matching other distributions.'
-}

diff --git a/app-editors/sublime-text/sublime-text-4_p4113.ebuild b/app-editors/sublime-text/sublime-text-4_p4113.ebuild
deleted file mode 100644
index 6b349eca211e..000000000000
--- a/app-editors/sublime-text/sublime-text-4_p4113.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop wrapper xdg
-
-# get the major version from PV
-MY_PV=$(ver_cut 3)
-MY_PN=${PN/-/_}
-
-DESCRIPTION="Sophisticated text editor for code, markup and prose"
-HOMEPAGE="https://www.sublimetext.com"
-SRC_URI="
-	amd64? ( https://download.sublimetext.com/sublime_text_build_${MY_PV}_x64.tar.xz )"
-S="${WORKDIR}/${MY_PN}"
-
-LICENSE="Sublime"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="dbus"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	dev-libs/glib:2
-	x11-libs/gtk+:3
-	x11-libs/libX11
-	dbus? ( sys-apps/dbus )"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-4_p4107-remove-deprecated-key-onlyshowin-from-launcher.patch
-	"${FILESDIR}"/${PN}-4_p4107-set-explicit-startupwmclass-in-launcher.patch
-)
-
-QA_PREBUILT="*"
-
-# Sublime bundles the kitchen sink, which includes python and other assorted
-# modules. Do not try to unbundle these because you are guaranteed to fail.
-
-src_install() {
-	insinto /opt/${MY_PN}
-	doins -r Packages Lib Icon # /Icon is used at runtime by the application
-	doins changelog.txt libcrypto.so.1.1 libssl.so.1.1 sublime_text.desktop
-
-	# sublime_merge looks for /opt/sublime_text/sublime_text
-	exeinto /opt/${MY_PN}
-	doexe crash_reporter plugin_host-3.3 plugin_host-3.8 sublime_text
-
-	# sublime-text sets its WM_CLASS based on its argv[0]. A wrapper script is
-	# used instead of a symlink to preserve a consistent WM_CLASS regardless of
-	# how the application is launched. This causes the WM_CLASS to be
-	# "sublime_text" which matches the .desktop entry.
-	make_wrapper subl "/opt/${MY_PN}/sublime_text --fwdargv0 \"\$0\""
-	domenu sublime_text.desktop
-
-	local size
-	for size in 16 32 48 128 256; do
-		doicon --size ${size} Icon/${size}x${size}/${PN}.png
-	done
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	elog 'Sublime Text 4'"'"'s window class changes from WM_CLASS="subl" to'
-	elog 'WM_CLASS="sublime_text" matching other distributions.'
-}

diff --git a/app-editors/sublime-text/sublime-text-4_p4121.ebuild b/app-editors/sublime-text/sublime-text-4_p4121.ebuild
deleted file mode 100644
index 67a825bdb8e4..000000000000
--- a/app-editors/sublime-text/sublime-text-4_p4121.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop wrapper xdg
-
-# get the major version from PV
-MY_PV=$(ver_cut 3)
-MY_PN=${PN/-/_}
-
-DESCRIPTION="Sophisticated text editor for code, markup and prose"
-HOMEPAGE="https://www.sublimetext.com"
-SRC_URI="
-	amd64? ( https://download.sublimetext.com/sublime_text_build_${MY_PV}_x64.tar.xz )"
-S="${WORKDIR}/${MY_PN}"
-
-LICENSE="Sublime"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="dbus"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	dev-libs/glib:2
-	x11-libs/gtk+:3
-	x11-libs/libX11
-	dbus? ( sys-apps/dbus )"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-4_p4107-remove-deprecated-key-onlyshowin-from-launcher.patch
-	"${FILESDIR}"/${PN}-4_p4107-set-explicit-startupwmclass-in-launcher.patch
-)
-
-QA_PREBUILT="*"
-
-# Sublime bundles the kitchen sink, which includes python and other assorted
-# modules. Do not try to unbundle these because you are guaranteed to fail.
-
-src_install() {
-	insinto /opt/${MY_PN}
-	doins -r Packages Lib Icon # /Icon is used at runtime by the application
-	doins changelog.txt libcrypto.so.1.1 libssl.so.1.1 sublime_text.desktop
-
-	# sublime_merge looks for /opt/sublime_text/sublime_text
-	exeinto /opt/${MY_PN}
-	doexe crash_reporter plugin_host-3.3 plugin_host-3.8 sublime_text
-
-	# sublime-text sets its WM_CLASS based on its argv[0]. A wrapper script is
-	# used instead of a symlink to preserve a consistent WM_CLASS regardless of
-	# how the application is launched. This causes the WM_CLASS to be
-	# "sublime_text" which matches the .desktop entry.
-	make_wrapper subl "/opt/${MY_PN}/sublime_text --fwdargv0 \"\$0\""
-	domenu sublime_text.desktop
-
-	local size
-	for size in 16 32 48 128 256; do
-		doicon --size ${size} Icon/${size}x${size}/${PN}.png
-	done
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	elog 'Sublime Text 4'"'"'s window class changes from WM_CLASS="subl" to'
-	elog 'WM_CLASS="sublime_text" matching other distributions.'
-}


             reply	other threads:[~2022-11-13 16:02 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-13 16:02 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-07  9:03 [gentoo-commits] repo/gentoo:master commit in: app-editors/sublime-text/ David Seifert
2024-05-11 16:22 David Seifert
2023-12-01 10:16 David Seifert
2023-11-22 20:25 David Seifert
2023-08-04 11:41 David Seifert
2022-11-13 16:02 David Seifert
2021-12-30 18:12 David Seifert
2021-10-28 13:39 David Seifert
2021-07-29 12:08 David Seifert
2021-07-16 23:11 David Seifert
2020-03-27  7:30 Ulrich Müller
2019-10-19  9:54 David Seifert
2019-10-19  9:54 David Seifert
2019-10-02 15:18 Rick Farina
2019-04-06 21:26 David Seifert
2019-03-28  6:44 Georgy Yakovlev
2019-03-27 17:17 Rick Farina
2018-05-22 11:50 Amy Liffey
2017-12-25 19:21 David Seifert
2017-09-16 10:58 David Seifert
2017-07-08 23:53 David Seifert
2017-07-08 19:50 David Seifert
2017-07-04 18:57 David Seifert

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=1668355330.465e05c8b6f135a41a4041c4cf15b2f83e74ce3c.soap@gentoo \
    --to=soap@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