public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/user/ssnb:master commit in: net-im/stride-bin/
@ 2018-05-06 11:35 Samuel Bernardo
  0 siblings, 0 replies; 2+ messages in thread
From: Samuel Bernardo @ 2018-05-06 11:35 UTC (permalink / raw
  To: gentoo-commits

commit:     ef2c9764d6ac7057a1a8ef4864cc078b0aba5d32
Author:     Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
AuthorDate: Sun May  6 11:35:34 2018 +0000
Commit:     Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
CommitDate: Sun May  6 11:35:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=ef2c9764

add stride-bin app

 net-im/stride-bin/Manifest                  |  2 +
 net-im/stride-bin/stride-bin-1.17.82.ebuild | 63 +++++++++++++++++++++++++++++
 2 files changed, 65 insertions(+)

diff --git a/net-im/stride-bin/Manifest b/net-im/stride-bin/Manifest
new file mode 100644
index 0000000..eacd6fd
--- /dev/null
+++ b/net-im/stride-bin/Manifest
@@ -0,0 +1,2 @@
+DIST stride-bin-1.17.82.deb 50374678 BLAKE2B 1c96c309e476ab2dcbac252e3f308483fcf0a15ddc9fffacb9496e5e3325ffd2293b756ad56e9473692f5999290197914736c3d859c61178069d86d6b31a2dfa SHA512 5f01b40923e3f3a7174e0e40ad3d7f0c35c4cf5393f5eec99e93605e0bccd64d94b8afea5cdf074567336c2f5fb71791733ee3959a174affe708a57b21c560c6
+EBUILD stride-bin-1.17.82.ebuild 1290 BLAKE2B 7c6f59858884bf5b1fcbd95750ca2cfb1ac7a5463a25e3bb8570961a972d8102057351833c01a4bc2499fc48183b66d658ea40585f7acea2b2eb25e9c359a3e0 SHA512 5d6875c6366b539643a59d58e0de2a4c724f80c75143dbd1d880eeed72e8857fc6793d482c7c5953637cb990597b53d6b44f902a8dc18389909646d196c58c86

diff --git a/net-im/stride-bin/stride-bin-1.17.82.ebuild b/net-im/stride-bin/stride-bin-1.17.82.ebuild
new file mode 100644
index 0000000..5b8aa93
--- /dev/null
+++ b/net-im/stride-bin/stride-bin-1.17.82.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils gnome2-utils unpacker xdg-utils xdg versionator
+
+MY_PN="${PN/-bin/}"
+
+DESCRIPTION="Stride desktop client"
+HOMEPAGE="https://www.stride.com/"
+SRC_URI="https://packages.atlassian.com/${MY_PN}-apt-client/pool/${MY_PN}_${PV}_amd64.deb -> ${P}.deb"
+LICENSE="no-source-code"
+RESTRICT="mirror"
+
+SLOT="$(get_major_version)"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+QA_PREBUILT="opt/${PN}/*"
+
+S="${WORKDIR}/usr/lib/${MY_PN}"
+
+src_prepare() {
+	sed -i -e 's:Network;::' "${WORKDIR}/usr/share/applications/${MY_PN}.desktop"
+	eapply_user
+}
+
+src_install() {
+	exeinto "/opt/${PN}"
+	doexe "${MY_PN}"
+
+	insinto "/opt/${PN}"
+	doins *.pak *.so icudtl.dat natives_blob.bin snapshot_blob.bin version
+	doins -r locales resources
+
+	insinto /usr/share
+	doins -r "${WORKDIR}/usr/share/icons"
+
+	make_wrapper "${MY_PN}" "./${MY_PN}" "/opt/${PN}" .
+
+	domenu "${WORKDIR}/usr/share/applications/${MY_PN}.desktop"
+}
+
+pkg_preinst() {
+	xdg_pkg_preinst
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+	gnome2_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] repo/user/ssnb:master commit in: net-im/stride-bin/
@ 2022-02-03  2:00 Samuel Bernardo
  0 siblings, 0 replies; 2+ messages in thread
From: Samuel Bernardo @ 2022-02-03  2:00 UTC (permalink / raw
  To: gentoo-commits

commit:     4b74f3e59d7cff520d4eb4298ffc6bb739d0956a
Author:     Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
AuthorDate: Thu Feb  3 02:00:30 2022 +0000
Commit:     Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
CommitDate: Thu Feb  3 02:00:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=4b74f3e5

Remove deprecated stride-bin

Signed-off-by: Samuel Bernardo <samuelbernardo.mail <AT> gmail.com>

 net-im/stride-bin/Manifest                  |  2 -
 net-im/stride-bin/stride-bin-1.17.82.ebuild | 63 -----------------------------
 2 files changed, 65 deletions(-)

diff --git a/net-im/stride-bin/Manifest b/net-im/stride-bin/Manifest
deleted file mode 100644
index eacd6fd..0000000
--- a/net-im/stride-bin/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST stride-bin-1.17.82.deb 50374678 BLAKE2B 1c96c309e476ab2dcbac252e3f308483fcf0a15ddc9fffacb9496e5e3325ffd2293b756ad56e9473692f5999290197914736c3d859c61178069d86d6b31a2dfa SHA512 5f01b40923e3f3a7174e0e40ad3d7f0c35c4cf5393f5eec99e93605e0bccd64d94b8afea5cdf074567336c2f5fb71791733ee3959a174affe708a57b21c560c6
-EBUILD stride-bin-1.17.82.ebuild 1290 BLAKE2B 7c6f59858884bf5b1fcbd95750ca2cfb1ac7a5463a25e3bb8570961a972d8102057351833c01a4bc2499fc48183b66d658ea40585f7acea2b2eb25e9c359a3e0 SHA512 5d6875c6366b539643a59d58e0de2a4c724f80c75143dbd1d880eeed72e8857fc6793d482c7c5953637cb990597b53d6b44f902a8dc18389909646d196c58c86

diff --git a/net-im/stride-bin/stride-bin-1.17.82.ebuild b/net-im/stride-bin/stride-bin-1.17.82.ebuild
deleted file mode 100644
index 5b8aa93..0000000
--- a/net-im/stride-bin/stride-bin-1.17.82.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils gnome2-utils unpacker xdg-utils xdg versionator
-
-MY_PN="${PN/-bin/}"
-
-DESCRIPTION="Stride desktop client"
-HOMEPAGE="https://www.stride.com/"
-SRC_URI="https://packages.atlassian.com/${MY_PN}-apt-client/pool/${MY_PN}_${PV}_amd64.deb -> ${P}.deb"
-LICENSE="no-source-code"
-RESTRICT="mirror"
-
-SLOT="$(get_major_version)"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-QA_PREBUILT="opt/${PN}/*"
-
-S="${WORKDIR}/usr/lib/${MY_PN}"
-
-src_prepare() {
-	sed -i -e 's:Network;::' "${WORKDIR}/usr/share/applications/${MY_PN}.desktop"
-	eapply_user
-}
-
-src_install() {
-	exeinto "/opt/${PN}"
-	doexe "${MY_PN}"
-
-	insinto "/opt/${PN}"
-	doins *.pak *.so icudtl.dat natives_blob.bin snapshot_blob.bin version
-	doins -r locales resources
-
-	insinto /usr/share
-	doins -r "${WORKDIR}/usr/share/icons"
-
-	make_wrapper "${MY_PN}" "./${MY_PN}" "/opt/${PN}" .
-
-	domenu "${WORKDIR}/usr/share/applications/${MY_PN}.desktop"
-}
-
-pkg_preinst() {
-	xdg_pkg_preinst
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-	gnome2_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-03  2:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-06 11:35 [gentoo-commits] repo/user/ssnb:master commit in: net-im/stride-bin/ Samuel Bernardo
  -- strict thread matches above, loose matches on Subject: below --
2022-02-03  2:00 Samuel Bernardo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox