From 877ce40a1839995478765f47b51c3ae60962b7ac Mon Sep 17 00:00:00 2001 From: Nico Suhl Date: Wed, 9 Aug 2017 17:04:16 +0200 Subject: bump atom to version 1.19.0 --- app-editors/atom-bin/atom-bin-1.19.0.ebuild | 31 +++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 app-editors/atom-bin/atom-bin-1.19.0.ebuild diff --git a/app-editors/atom-bin/atom-bin-1.19.0.ebuild b/app-editors/atom-bin/atom-bin-1.19.0.ebuild new file mode 100644 index 0000000..5d7d17b --- /dev/null +++ b/app-editors/atom-bin/atom-bin-1.19.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit unpacker + +MY_PN="atom" +DESCRIPTION="A hackable text editor for the 21st Century" +HOMEPAGE="https://atom.io" +SRC_URI="https://github.com/atom/atom/releases/download/v${PV}/${MY_PN}-amd64.deb" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" +RESTRICT="mirror" + +DEPEND="" +RDEPEND="${DEPEND}" + +src_unpack() { + mkdir -p ${WORKDIR}/${P} + cd ${WORKDIR}/${P} + unpack_deb ${A} +} + +src_install() { + cp -Rp * "${D}" +} -- cgit v1.2.3-65-gdbad