From 0020758a799677be922f25ddd05a8034f21400c7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 10 Oct 2016 17:39:12 +0100 Subject: with this commit, kogaion overlay is finally clean of unused and deprecated ebuilds --- dev-util/atom-shell/atom-shell-0.20.5.ebuild | 113 --------------------------- dev-util/atom-shell/atom-shell-9999.ebuild | 113 --------------------------- 2 files changed, 226 deletions(-) delete mode 100644 dev-util/atom-shell/atom-shell-0.20.5.ebuild delete mode 100644 dev-util/atom-shell/atom-shell-9999.ebuild (limited to 'dev-util') diff --git a/dev-util/atom-shell/atom-shell-0.20.5.ebuild b/dev-util/atom-shell/atom-shell-0.20.5.ebuild deleted file mode 100644 index 5931b5d9..00000000 --- a/dev-util/atom-shell/atom-shell-0.20.5.ebuild +++ /dev/null @@ -1,113 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -inherit git-2 flag-o-matic python-any-r1 - -DESCRIPTION="Cross-platform desktop application shell" -HOMEPAGE="https://github.com/atom/atom-shell" -SRC_URI="" - -EGIT_REPO_URI="git://github.com/atom/atom-shell" - -LICENSE="MIT" -SLOT="0" - -if [[ ${PV} == *9999 ]];then - KEYWORDS="" -else - KEYWORDS="~amd64" - EGIT_COMMIT="v${PV}" -fi - -IUSE="debug" - -DEPEND=" - ${PYTHON_DEPS} - sys-devel/llvm:0/3.5[clang] - dev-lang/python:2.7 - >=virtual/nodejs-1 - x11-libs/gtk+:2 - x11-libs/libnotify - gnome-base/libgnome-keyring - dev-libs/nss - dev-libs/nspr - gnome-base/gconf - media-libs/alsa-lib - net-print/cups - sys-libs/libcap - x11-libs/libXtst - x11-libs/pango -" -RDEPEND="${DEPEND} - ! "${OUT}/version" - cp LICENSE "$OUT" -} - -src_install() { - - into /usr/share/atom - insinto /usr/share/atom - exeinto /usr/share/atom - - cd "${OUT}" - - doexe atom libchromiumcontent.so libffmpegsumo.so - - doins -r resources - doins -r locales - doins version - doins LICENSE - doins icudtl.dat - doins content_shell.pak - -} diff --git a/dev-util/atom-shell/atom-shell-9999.ebuild b/dev-util/atom-shell/atom-shell-9999.ebuild deleted file mode 100644 index 5c20e832..00000000 --- a/dev-util/atom-shell/atom-shell-9999.ebuild +++ /dev/null @@ -1,113 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -inherit git-2 flag-o-matic python-any-r1 - -DESCRIPTION="Cross-platform desktop application shell" -HOMEPAGE="https://github.com/atom/atom-shell" -SRC_URI="" - -EGIT_REPO_URI="git://github.com/atom/atom-shell" - -LICENSE="MIT" -SLOT="0" - -if [[ ${PV} == *9999 ]];then - KEYWORDS="" -else - KEYWORDS="~amd64" - EGIT_COMMIT="v${PV}" -fi - -IUSE="debug" - -DEPEND=" - ${PYTHON_DEPS} - sys-devel/llvm:0/3.5[clang] - dev-lang/python:2.7 - >=virtual/nodejs-1 - x11-libs/gtk+:2 - x11-libs/libnotify - gnome-base/libgnome-keyring - dev-libs/nss - dev-libs/nspr - gnome-base/gconf - media-libs/alsa-lib - net-print/cups - sys-libs/libcap - x11-libs/libXtst - x11-libs/pango -" -RDEPEND="${DEPEND} - ! "${OUT}/version" - cp LICENSE "$OUT" -} - -src_install() { - - into /usr/share/atom - insinto /usr/share/atom - exeinto /usr/share/atom - - cd "${OUT}" - - doexe atom libchromiumcontent.so libffmpegsumo.so - - doins -r resources - doins -r locales - doins version - doins LICENSE - doins icudtl.dat - doins content_shell.pak - -} -- cgit v1.2.3