summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/atom-bin/Manifest1
-rw-r--r--app-editors/atom-bin/atom-bin-1.14.4.ebuild31
-rw-r--r--app-editors/atom-bin/atom-bin-1.19.0.ebuild31
-rw-r--r--app-editors/atom-bin/atom-bin-1.23.3.ebuild31
-rw-r--r--app-editors/atom-bin/metadata.xml12
5 files changed, 0 insertions, 106 deletions
diff --git a/app-editors/atom-bin/Manifest b/app-editors/atom-bin/Manifest
deleted file mode 100644
index ed872e0..0000000
--- a/app-editors/atom-bin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST atom-amd64.deb 86270902 SHA256 fbab0fc2d1fedc31b712ac2ad0a35c66e22b7267859a187f9c522f782f5c2d2c SHA512 94b55b124c799c394a318d1915dc9ddcb994887e90474373387bce43729378e02cc14b051fbc4b69746080c5753201b294e1571338481484cdd00a1fc16c113a WHIRLPOOL 3eeaf06947a7ef5463053c061b8ab0a679e2a52453c6db6f5e6c6de796f4ca92c455047f6bc0dad47c75b2c315d4f6ef646b075fb477f44886f745dd8d4018fe
diff --git a/app-editors/atom-bin/atom-bin-1.14.4.ebuild b/app-editors/atom-bin/atom-bin-1.14.4.ebuild
deleted file mode 100644
index 5d7d17b..0000000
--- a/app-editors/atom-bin/atom-bin-1.14.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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}"
-}
diff --git a/app-editors/atom-bin/atom-bin-1.19.0.ebuild b/app-editors/atom-bin/atom-bin-1.19.0.ebuild
deleted file mode 100644
index 5d7d17b..0000000
--- a/app-editors/atom-bin/atom-bin-1.19.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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}"
-}
diff --git a/app-editors/atom-bin/atom-bin-1.23.3.ebuild b/app-editors/atom-bin/atom-bin-1.23.3.ebuild
deleted file mode 100644
index 5d7d17b..0000000
--- a/app-editors/atom-bin/atom-bin-1.23.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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}"
-}
diff --git a/app-editors/atom-bin/metadata.xml b/app-editors/atom-bin/metadata.xml
deleted file mode 100644
index 3be2fce..0000000
--- a/app-editors/atom-bin/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>nico@overninethousand.de</email>
- </maintainer>
- <longdescription lang="en">
- Atom is a text editor that's modern, approachable, yet hackable to the
- core—a tool you can customize to do anything but also use productively
- without ever touching a config file.
- </longdescription>
-</pkgmetadata>