From 7c16ede72735519d11117820522ee3fc8a1dd4f2 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 12 Jan 2018 05:32:10 +0000 Subject: app-text/simplenote : version bump (https://bugs.redcorelinux.org/show_bug.cgi?id=67) ... --- app-text/simplenote/Manifest | 2 +- app-text/simplenote/simplenote-1.0.8.ebuild | 35 ----------------------------- app-text/simplenote/simplenote-1.1.2.ebuild | 35 +++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 app-text/simplenote/simplenote-1.0.8.ebuild create mode 100644 app-text/simplenote/simplenote-1.1.2.ebuild diff --git a/app-text/simplenote/Manifest b/app-text/simplenote/Manifest index f8a0ed90..f66ab209 100644 --- a/app-text/simplenote/Manifest +++ b/app-text/simplenote/Manifest @@ -1 +1 @@ -DIST simplenote-1.0.8.deb 52282768 SHA256 e19a748301d21d4b5c1cb00f350f991bd4efe8daadc48938d0320a332b483037 SHA512 2a77423780d96c01df34ed9c0a8fa001986ef924b74b6bc5251f9a865fa5c5443ee6a7153f92914b5bc8755c15b1400e626a93906a80b6bad8a2a853cef25e48 WHIRLPOOL ad4b9b08f69cc1ee9d9c5a6228a1502a93197992c8c11757e32607f61d914870405f3205b62364b5e4cfea6bb9c4c301657917c5ec08436456de2a0f39371408 +DIST Simplenote-linux-1.1.2.deb 65897774 SHA256 461ef7e6eea617d6e33818b59a0235d1f09ff6dab57c24810acf261ecbe244ec SHA512 929f5a8d0b5800cc23f634ffeca0e1960796b97e9189c706a582f8cbbea4caffaef9fd33dcc45a2228c3d3151fa68660f8ef504a21d554427f90b39488f33bb3 WHIRLPOOL 02ecf408c5b8b38df37124deb691771f73f9f6283c94a01d666b862df2797e25ed1352d69b70f981b9c45c1b20eb58f8f5a4404f7fac937c1b5cffde3b4cef78 diff --git a/app-text/simplenote/simplenote-1.0.8.ebuild b/app-text/simplenote/simplenote-1.0.8.ebuild deleted file mode 100644 index 64a22a2a..00000000 --- a/app-text/simplenote/simplenote-1.0.8.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}/${P}.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.1.2.ebuild b/app-text/simplenote/simplenote-1.1.2.ebuild new file mode 100644 index 00000000..f95841ab --- /dev/null +++ b/app-text/simplenote/simplenote-1.1.2.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}.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