diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-03-12 23:46:51 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-03-12 23:46:51 +0000 |
commit | 9d3cc75bf12c54e9dbe4d1357b1347ee509b845c (patch) | |
tree | cf84fcb8c69b31e7a4ede7a3ab571aea2d95a41d /sys-apps/snap-confine/snap-confine-1.0.43.ebuild | |
parent | f5be84651ecc167ba6124a7f9bb29842d3cf965a (diff) |
tidy up a bit
Diffstat (limited to 'sys-apps/snap-confine/snap-confine-1.0.43.ebuild')
-rw-r--r-- | sys-apps/snap-confine/snap-confine-1.0.43.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
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 -} |