summaryrefslogtreecommitdiff
path: root/sys-apps
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-03-12 23:46:51 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-03-12 23:46:51 +0000
commit9d3cc75bf12c54e9dbe4d1357b1347ee509b845c (patch)
treecf84fcb8c69b31e7a4ede7a3ab571aea2d95a41d /sys-apps
parentf5be84651ecc167ba6124a7f9bb29842d3cf965a (diff)
tidy up a bit
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/snap-confine/Manifest1
-rw-r--r--sys-apps/snap-confine/snap-confine-1.0.43.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/sys-apps/snap-confine/Manifest b/sys-apps/snap-confine/Manifest
deleted file mode 100644
index 8739c73d..00000000
--- a/sys-apps/snap-confine/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST snap-confine-1.0.43.tar.gz 212433 SHA256 73920a610e7815eb395d4e5dc4879627821e7ac197624970009895aaffcc8962 SHA512 e6146cee995533cd0996902e29b5b70066e238f1c122e6d486d0eeddd32168b2bba58fa546c68d2d24d28898d46b8a156f02f62976de0cd4bf0ad731182db23f WHIRLPOOL cda64992b2d2e5f1f7eb164dc753ea16d998df3e7a6493c4b7901c511d315b23e4a444363c028ab9a0298dd87a8df65d7da409a38b61361f8e74352d6540e417
diff --git a/sys-apps/snap-confine/snap-confine-1.0.43.ebuild b/sys-apps/snap-confine/snap-confine-1.0.43.ebuild
deleted file mode 100644
index 4bec088d..00000000
--- a/sys-apps/snap-confine/snap-confine-1.0.43.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="The snap-confine program helps to launch snappy applications"
-HOMEPAGE="http://snapcraft.io/"
-SRC_URI="https://github.com/snapcore/${PN}/releases/download/${PV}/${P}.tar.gz"
-RESTRICT="mirror"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64"
-
-DEPEND="dev-python/docutils
- sys-devel/autoconf
- sys-devel/automake
- sys-devel/gcc
- sys-devel/make
- virtual/libudev"
-
-src_configure() {
- econf --disable-apparmor
-}
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc README.md PORTING
-}