From 856a1c859d409252aabaf7c4f6fe05a48635b50d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 22 Jun 2019 11:53:16 +0100 Subject: app-text/simplenote : version bump --- app-text/simplenote/Manifest | 2 +- app-text/simplenote/simplenote-1.1.7.ebuild | 35 ----------------------------- app-text/simplenote/simplenote-1.5.0.ebuild | 35 +++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 app-text/simplenote/simplenote-1.1.7.ebuild create mode 100644 app-text/simplenote/simplenote-1.5.0.ebuild diff --git a/app-text/simplenote/Manifest b/app-text/simplenote/Manifest index 191e6c07..75ca6ab5 100644 --- a/app-text/simplenote/Manifest +++ b/app-text/simplenote/Manifest @@ -1 +1 @@ -DIST Simplenote-1.1.7-amd64.deb 38519008 BLAKE2B 8e2a5ad00459e573dcba07382850748f510edd1a10df5951ba751d3695a8a2b1606573414d33432ffaff98a5418acb03b5346d5b218c70933bb83bfcfed461e9 SHA512 9617f49971db6245f2988f864a49089e030bc964d76cfeb01cde4abe20f64f5a6f4d8b4876b11fadb770d8f1a41733e1da31da1a041ef8039f9ea66942d80a42 +DIST Simplenote-linux-1.5.0-amd64.deb 61735174 BLAKE2B cf3583998d1ab78b0f74849888ee26927023f10d1b009d7b02f941680424113370c84de04ed5c910abac6f46ff1280a6969b67b27194f29ecc7b2aa09f8d5e80 SHA512 cac73c336715343eb0bb1d157949d1bf93bceb56051ae6cf94fa74dcf7b99e4fc860b14e84c57a48e7bea2d877464e590c63d6facaa306b59d92953a5801df0a diff --git a/app-text/simplenote/simplenote-1.1.7.ebuild b/app-text/simplenote/simplenote-1.1.7.ebuild deleted file mode 100644 index ee3b6256..00000000 --- a/app-text/simplenote/simplenote-1.1.7.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-${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-1.5.0.ebuild b/app-text/simplenote/simplenote-1.5.0.ebuild new file mode 100644 index 00000000..0651e6f0 --- /dev/null +++ b/app-text/simplenote/simplenote-1.5.0.ebuild @@ -0,0 +1,35 @@ +# 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 +} -- cgit v1.2.3