summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-04-03 10:46:53 +0200
committerJustin Lecher <jlec@gentoo.org>2016-04-06 19:11:38 +0200
commiteb8654ec1baec3196cad292e21770ba0667caec3 (patch)
tree97d7efb2881cd55ce68a716653623628f7fdafcb /app-admin/gkrellm/gkrellm-2.3.6_rc1-r1.ebuild
parentapp-misc/sphinx: add back Prefix keywords now USE=re2 is masked, bug #563932 (diff)
downloadgentoo-eb8654ec1baec3196cad292e21770ba0667caec3.tar.gz
gentoo-eb8654ec1baec3196cad292e21770ba0667caec3.tar.bz2
gentoo-eb8654ec1baec3196cad292e21770ba0667caec3.zip
app-admin/gkrellm: Mirror binary files and remove from VCS
Package-Manager: portage-2.2.28 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-admin/gkrellm/gkrellm-2.3.6_rc1-r1.ebuild')
-rw-r--r--app-admin/gkrellm/gkrellm-2.3.6_rc1-r1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/app-admin/gkrellm/gkrellm-2.3.6_rc1-r1.ebuild b/app-admin/gkrellm/gkrellm-2.3.6_rc1-r1.ebuild
index 67d4385bc918..5edd628b1c29 100644
--- a/app-admin/gkrellm/gkrellm-2.3.6_rc1-r1.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.6_rc1-r1.ebuild
@@ -10,7 +10,10 @@ MY_P="${P/_/-}"
DESCRIPTION="Single process stack of various system monitors"
HOMEPAGE="http://www.gkrellm.net/"
-SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2"
+SRC_URI="
+ http://gkrellm.srcbox.net/${MY_P}.tar.bz2
+ https://dev.gentoo.org/~jlec/distfiles/${P}-update_german_translation.patch.xz
+ "
LICENSE="GPL-3"
SLOT="2"
@@ -50,7 +53,7 @@ PATCHES=(
"${FILESDIR}"/${P}-fix_gtk_deprecation_warning.patch
"${FILESDIR}"/${P}-fix_copypaste_error.patch
"${FILESDIR}"/${P}-avoid_possible_busy_loop.patch
- "${FILESDIR}"/${P}-update_german_translation.patch.xz
+ "${WORKDIR}"/${P}-update_german_translation.patch
)
S="${WORKDIR}/${MY_P}"