summaryrefslogtreecommitdiff
path: root/app-portage/epm/epm-1.40.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-portage/epm/epm-1.40.ebuild')
-rw-r--r--app-portage/epm/epm-1.40.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/app-portage/epm/epm-1.40.ebuild b/app-portage/epm/epm-1.40.ebuild
index 853bf26..7009253 100644
--- a/app-portage/epm/epm-1.40.ebuild
+++ b/app-portage/epm/epm-1.40.ebuild
@@ -8,7 +8,8 @@ inherit eutils prefix
DESCRIPTION="rpm workalike for Gentoo Linux"
HOMEPAGE="https://github.com/fuzzyray/epm"
-SRC_URI="http://dev.gentoo.org/~fuzzyray/distfiles/${P}.tar.gz"
+SRC_URI="epm"
+S="${WORKDIR}/"
LICENSE="GPL-2"
SLOT="0"
@@ -18,7 +19,12 @@ IUSE=""
DEPEND=">=dev-lang/perl-5"
RDEPEND="${DEPEND}"
+src_unpack() {
+ :
+}
+
src_prepare() {
+ cp "${FILESDIR}"/epm ${S}/epm
epatch "${FILESDIR}"/${P}-prefix.patch
eprefixify epm
}