aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2018-03-30 17:57:13 +0100
committerPaul Healy <lmiphay@gmail.com>2018-03-30 17:57:13 +0100
commit0d822f828b219f3d62507647a3db111d66075db3 (patch)
treee9f72fca82432b9497bd36ec747526fdc0c8023c
parentrestore lost stride ebuild (diff)
downloadlmiphay-0d822f828b219f3d62507647a3db111d66075db3.tar.gz
lmiphay-0d822f828b219f3d62507647a3db111d66075db3.tar.bz2
lmiphay-0d822f828b219f3d62507647a3db111d66075db3.zip
remove old stride ebuild
-rw-r--r--net-im/stride-bin/Manifest2
-rw-r--r--net-im/stride-bin/stride-bin-1.8.18.ebuild63
2 files changed, 0 insertions, 65 deletions
diff --git a/net-im/stride-bin/Manifest b/net-im/stride-bin/Manifest
index 7149f22..43acbe7 100644
--- a/net-im/stride-bin/Manifest
+++ b/net-im/stride-bin/Manifest
@@ -1,4 +1,2 @@
DIST stride-bin-1.13.22.deb 50279522 BLAKE2B 2c7d4c990ef4c083bc898d423c38d5a08812eab993dac8e698c60c1f3cf1cf217151b87d9da80b3b8ad90cb5d0cfbde59645183cf3ffbaa3a0c834d28f3ae611 SHA512 fc16d8e4d345c6e5033c72fa0c398d76c219519a1661b400683a581979ad8e102430df026fc23c239cc6c949864f9accbf71fac26b9c7b4066382dbcaaab5b3d
-DIST stride-bin-1.8.18.deb 56598016 BLAKE2B 2dc271c6d6ba944bf8f041094578866fe9b8a4642dfb0b32c3b56c756f7674dd53a6f3f36d88b137d319e72ec48862b56e3d198a507daaefdc6b011abb6f3bc6 SHA512 045b2e4647f577fce7d983808d75302f690a343f38da59f59d732c5d3b268a9d8ee85ddd7f62b059a8fc4c51cde73925c252c832ed32802d1a6c52ec39c767e2
EBUILD stride-bin-1.13.22.ebuild 1258 BLAKE2B fb0bbcfe69c4e984a7cea4b76acb8a9c985f54a7690ad8db215720faee4bea8251bfd555cd6babb08de5afcc328c2d402c60e3f5a9ced62015490f4b4ced573f SHA512 38551a8fa9ec6ae476f08f4a1def40f688d0308d2ca79e5387c12f6d1a8157968862009537a760be77d0c0bd8da9e2110d77285c33417bfdf83995d5d466952d
-EBUILD stride-bin-1.8.18.ebuild 1258 BLAKE2B fb0bbcfe69c4e984a7cea4b76acb8a9c985f54a7690ad8db215720faee4bea8251bfd555cd6babb08de5afcc328c2d402c60e3f5a9ced62015490f4b4ced573f SHA512 38551a8fa9ec6ae476f08f4a1def40f688d0308d2ca79e5387c12f6d1a8157968862009537a760be77d0c0bd8da9e2110d77285c33417bfdf83995d5d466952d
diff --git a/net-im/stride-bin/stride-bin-1.8.18.ebuild b/net-im/stride-bin/stride-bin-1.8.18.ebuild
deleted file mode 100644
index 220e1a6..0000000
--- a/net-im/stride-bin/stride-bin-1.8.18.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
-
-MY_PN="${PN/-bin/}"
-
-DESCRIPTION=""
-HOMEPAGE="https://www.stride.com/"
-SRC_URI="https://stride-desktop-downloads.s3.amazonaws.com/releases/linux/deb/64/prod/stride_amd64.deb -> ${PN}-${PV}.deb"
-LICENSE="no-source-code"
-RESTRICT="mirror"
-
-SLOT="0"
-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
-}