aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Scardovi <marco@scardovi.com>2021-04-06 20:24:34 +0200
committerMarco Scardovi <marco@scardovi.com>2021-04-06 22:09:56 +0200
commit427bbb91dda1d1a9e0fedd82a0926b4f7505c594 (patch)
tree95a4cc0065d254376cb605911adf831366aae105 /app-editors
parentapp-editors/atom-bin: rename atom in atom-bin (diff)
downloadguru-427bbb91dda1d1a9e0fedd82a0926b4f7505c594.tar.gz
guru-427bbb91dda1d1a9e0fedd82a0926b4f7505c594.tar.bz2
guru-427bbb91dda1d1a9e0fedd82a0926b4f7505c594.zip
app-editors: remove atom
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Marco Scardovi <marco@scardovi.com>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/atom/Manifest1
-rw-r--r--app-editors/atom/atom-1.55.0-r1.ebuild72
-rw-r--r--app-editors/atom/metadata.xml11
3 files changed, 0 insertions, 84 deletions
diff --git a/app-editors/atom/Manifest b/app-editors/atom/Manifest
deleted file mode 100644
index 2594df6df..000000000
--- a/app-editors/atom/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST atom-1.55.0.tar.gz 193419030 BLAKE2B 7c6dcb95947d10e024daa8bf160744ddb5c9885083dbfe3e9506810002a33d14599da3f27b776e185efc315cca312bc83b73c5c835361e8d1b545d050bbbaf6a SHA512 be8e80fa6f71735c05203cb95711614dd77fadf030a13c453a3921060f359c6ce2b1971c3be9c93db8accbc5151685f91b7dc77a074dbfc77f7d576a1158b211
diff --git a/app-editors/atom/atom-1.55.0-r1.ebuild b/app-editors/atom/atom-1.55.0-r1.ebuild
deleted file mode 100644
index 9a12627b1..000000000
--- a/app-editors/atom/atom-1.55.0-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop xdg
-
-DESCRIPTION="A hackable text editor for the 21st Century"
-HOMEPAGE="https://atom.io/"
-SRC_URI="https://github.com/atom/atom/releases/download/v1.55.0/${PN}-amd64.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="alsa cups ssl test X"
-RESTRICT="!test? ( test )"
-
-S="${WORKDIR}/${P}-amd64"
-
-RDEPEND="
- app-accessibility/at-spi2-atk
- app-accessibility/at-spi2-core
- app-crypt/libsecret
- dev-libs/atk
- dev-libs/nss
- alsa? ( media-libs/alsa-lib )
- cups? ( net-print/cups )
- ssl? ( dev-libs/openssl )
- X? (
- x11-libs/cairo
- x11-libs/gdk-pixbuf
- x11-libs/gtk+
- x11-libs/libX11
- x11-libs/libxcb
- x11-libs/libXcomposite
- x11-libs/libXcursor
- x11-libs/libXdamage
- x11-libs/libXext
- x11-libs/libXfixes
- x11-libs/libXi
- x11-libs/libxkbfile
- x11-libs/libXrandr
- x11-libs/libXrender
- x11-libs/libXScrnSaver
- x11-libs/libXtst
- x11-libs/pango
- )
-"
-
-QA_PREBUILT="/opt/atom/*"
-
-src_prepare(){
- default
-
- # Remove useless license files.
- rm LICENSE LICENSES.chromium.html version
-}
-
-src_install(){
- insinto /opt/"${PN}"
- doins -r "${S}"/*
- dosym ../../opt/"${PN}"/atom "${EPREFIX}"/usr/bin/atom
- fperms +x /opt/"${PN}"/atom
- dosym ../../opt/"${PN}"/resources/app/apm/bin/apm "${EPREFIX}"/usr/bin/apm
- fperms +x /opt/"${PN}"/resources/app/apm/bin/apm
- dosym ../../opt/"${PN}"/resources/app/apm/bin/node "${EPREFIX}"/usr/bin/node
- fperms +x /opt/"${PN}"/resources/app/apm/bin/node
- dosym ../../opt/"${PN}"/resources/app/apm/bin/npm "${EPREFIX}"/usr/bin/npm
- fperms +x /opt/"${PN}"/resources/app/apm/bin/npm
- make_desktop_entry /opt/atom/atom Atom atom Utility
- doicon atom.png
-}
diff --git a/app-editors/atom/metadata.xml b/app-editors/atom/metadata.xml
deleted file mode 100644
index a0b29038e..000000000
--- a/app-editors/atom/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>marco@scardovi.com</email>
- <name>Marco Scardovi</name>
- </maintainer>
- <upstream>
- <remote-id type="github">atom/atom</remote-id>
- </upstream>
-</pkgmetadata>