From af9b135f3117af988823e05a03b31d2a745d11d3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 15 Feb 2021 10:11:29 +0000 Subject: app-text/simplenote : version bump --- app-text/simplenote/Manifest | 2 +- app-text/simplenote/simplenote-1.5.0.ebuild | 35 --------------------------- app-text/simplenote/simplenote-2.6.0.ebuild | 37 +++++++++++++++++++++++++++++ 3 files changed, 38 insertions(+), 36 deletions(-) delete mode 100644 app-text/simplenote/simplenote-1.5.0.ebuild create mode 100644 app-text/simplenote/simplenote-2.6.0.ebuild diff --git a/app-text/simplenote/Manifest b/app-text/simplenote/Manifest index 75ca6ab5..11f3c622 100644 --- a/app-text/simplenote/Manifest +++ b/app-text/simplenote/Manifest @@ -1 +1 @@ -DIST Simplenote-linux-1.5.0-amd64.deb 61735174 BLAKE2B cf3583998d1ab78b0f74849888ee26927023f10d1b009d7b02f941680424113370c84de04ed5c910abac6f46ff1280a6969b67b27194f29ecc7b2aa09f8d5e80 SHA512 cac73c336715343eb0bb1d157949d1bf93bceb56051ae6cf94fa74dcf7b99e4fc860b14e84c57a48e7bea2d877464e590c63d6facaa306b59d92953a5801df0a +DIST Simplenote-linux-2.6.0-amd64.deb 64384576 BLAKE2B c1198fb527961cef686051614b9ce27498d0ffea52a9220982a511e34a039e23c482838cd277f1df95052e139d7a267e329b7d28c5e923f1cf906ecf3c234fcb SHA512 67080680b2dddff833789b6fa63e52e596fd921f0c1c47f2749d35b68098eabc3c5538fc29d8c8e15b2cfb034118a900d584f7dca2d7d651b081ce87a1594b71 diff --git a/app-text/simplenote/simplenote-1.5.0.ebuild b/app-text/simplenote/simplenote-1.5.0.ebuild deleted file mode 100644 index 0651e6f0..00000000 --- a/app-text/simplenote/simplenote-1.5.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit eutils unpacker - -DESCRIPTION="The simplest way to keep notes" -HOMEPAGE="https://github.com/Automattic/simplenote-electron" -SRC_URI="https://github.com/Automattic/simplenote-electron/releases/download/v${PV}/Simplenote-linux-${PV}-amd64.deb" - -LICENSE="GPL2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="dev-libs/nss - media-libs/alsa-lib - x11-libs/gtk+:2 - x11-libs/libXtst - x11-libs/libnotify" -RDEPEND="${DEPEND}" - -RESTRICT="mirror" - -S="${WORKDIR}" - -src_unpack() { - unpack_deb ${A} -} - -src_install() { - mv * "${D}" || die -} diff --git a/app-text/simplenote/simplenote-2.6.0.ebuild b/app-text/simplenote/simplenote-2.6.0.ebuild new file mode 100644 index 00000000..2c9ed96b --- /dev/null +++ b/app-text/simplenote/simplenote-2.6.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit eutils unpacker + +DESCRIPTION="The simplest way to keep notes" +HOMEPAGE="https://github.com/Automattic/simplenote-electron" +SRC_URI="https://github.com/Automattic/simplenote-electron/releases/download/v${PV}/Simplenote-linux-${PV}-amd64.deb" + +LICENSE="GPL2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="dev-libs/nss + media-libs/alsa-lib + x11-libs/gtk+:2 + x11-libs/libXtst + x11-libs/libnotify" +RDEPEND="${DEPEND}" + +RESTRICT="mirror strip" + +S="${WORKDIR}" + +src_unpack() { + unpack_deb ${A} +} + +src_install() { + rm -rf ${S}/usr/share/doc || die + cp -R ${S}/* "${D}" || die + fperms 4711 /opt/Simplenote/chrome-sandbox || die +} -- cgit v1.2.3