diff options
author | Alec Warner <antarus@gentoo.org> | 2016-10-17 20:44:17 -0700 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2016-10-17 20:44:17 -0700 |
commit | b6da74e7903ccd9f292cb98dc222fd12e6444ffa (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /app-misc/cowdancer/cowdancer-0.13.ebuild | |
parent | New Manifest (diff) | |
download | antarus-b6da74e7903ccd9f292cb98dc222fd12e6444ffa.tar.gz antarus-b6da74e7903ccd9f292cb98dc222fd12e6444ffa.tar.bz2 antarus-b6da74e7903ccd9f292cb98dc222fd12e6444ffa.zip |
Delete everything.
Diffstat (limited to 'app-misc/cowdancer/cowdancer-0.13.ebuild')
-rw-r--r-- | app-misc/cowdancer/cowdancer-0.13.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/app-misc/cowdancer/cowdancer-0.13.ebuild b/app-misc/cowdancer/cowdancer-0.13.ebuild deleted file mode 100644 index 7567026..0000000 --- a/app-misc/cowdancer/cowdancer-0.13.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -inherit eutils - -DESCRIPTION="Cowdancer allows copy-on-write file access, based on hardlinks." -HOMEPAGE="http://www.netfort.gr.jp/~dancer/software/cowdancer.html" - -MY_P=${P//-/_} -SRC_URI="http://www.netfort.gr.jp/~dancer/software/downloads/${MY_P}.tar.gz" -LICENSE="" - -# The tests require the libraries and binaries in a specific location due to -# LD_PRELOADing. Perhaps we should look at the sandbox tests. -RESTRICT="test" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" -DEPEND="" -RDEPEND="${DEPEND}" -S="${WORKDIR}/${PN}" - -src_prepare() { - epatch "${FILESDIR}/patches/${PV}.make_install.patch" || die "Failed to apply patches." -} |