From df7fb536bab20640121c3c5ee68b8b1c7de7d083 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 19 Mar 2017 14:26:04 +0000 Subject: wmail : version bump --- mail-client/wmail/Manifest | 2 +- mail-client/wmail/wmail-2.2.0.ebuild | 37 ----------------------------------- mail-client/wmail/wmail-2.3.0.ebuild | 38 ++++++++++++++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 38 deletions(-) delete mode 100644 mail-client/wmail/wmail-2.2.0.ebuild create mode 100644 mail-client/wmail/wmail-2.3.0.ebuild (limited to 'mail-client') diff --git a/mail-client/wmail/Manifest b/mail-client/wmail/Manifest index b78bc436..f895e88b 100644 --- a/mail-client/wmail/Manifest +++ b/mail-client/wmail/Manifest @@ -1 +1 @@ -DIST WMail_2_2_0_linux_x86_64.deb 55629674 SHA256 d2e447f7e87efd499779554e35b9788309e5c461be1cbac98aca690a0a364e14 SHA512 1c4f015feddfb720071e6b291e5c9f931ecdefe41a06165c6d616f439e0132a45b6fe737bfd6f6e9c947c8d0def91e1b552c7740c44020f1b434080414796ea1 WHIRLPOOL a9634aa3e907bee4405507b0424af4a912b59df2afb7f5b6ab73dc64518081ea729a7e1bcf0280b2e95bf92d0e12b598022176a0a98ebe8dc5b3d80946d24854 +DIST WMail_2_3_0_linux_x86_64.deb 55639122 SHA256 f7d1c8d68111ea1e6a91563745f2164fed96a760e9e98de3db281483b5805ff3 SHA512 5542e14fa2db5ee45c463fa871d3cdc3f3a974d8641605055c8ae66c6a6bd97e3d16a7341c0a65bfd856ddf41e1da78abb7794c792bdb33712b3ebedfc5d633b WHIRLPOOL 9a1062e6f8dd99c46d551335de497750444a875c35a44111c85993778042bea4a8adeca4a0c44a9fd63fb28ac8124b727b387f663d666c24befdfa1183a0b7b1 diff --git a/mail-client/wmail/wmail-2.2.0.ebuild b/mail-client/wmail/wmail-2.2.0.ebuild deleted file mode 100644 index 8c62d51d..00000000 --- a/mail-client/wmail/wmail-2.2.0.ebuild +++ /dev/null @@ -1,37 +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 missing desktop client for Gmail & Google Inbox" -HOMEPAGE="https://github.com/Thomas101/wmail" -SRC_URI="https://github.com/Thomas101/wmail/releases/download/v${PV}/WMail_2_2_0_linux_x86_64.deb" - -LICENSE="GPL2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="dev-libs/nss - gnome-base/gconf - media-libs/alsa-lib - sys-apps/lsb-release - 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/mail-client/wmail/wmail-2.3.0.ebuild b/mail-client/wmail/wmail-2.3.0.ebuild new file mode 100644 index 00000000..b2239c0a --- /dev/null +++ b/mail-client/wmail/wmail-2.3.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit eutils unpacker + +DESCRIPTION="The missing desktop client for Gmail & Google Inbox" +HOMEPAGE="https://github.com/Thomas101/wmail" +SRC_URI="https://github.com/Thomas101/wmail/releases/download/v${PV}/WMail_2_3_0_linux_x86_64.deb" + +LICENSE="GPL2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="dev-libs/nss + gnome-base/gconf + media-libs/alsa-lib + sys-apps/lsb-release + 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 + fperms 0755 /opt/${PN}-desktop/Wmail || die +} -- cgit v1.2.3