Skip to content

Commit

Permalink
app-admin/gkrellm: Mirror binary files and remove from VCS
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Apr 6, 2016
1 parent b972695 commit eb8654e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
1 change: 1 addition & 0 deletions app-admin/gkrellm/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST gkrellm-2.3.5.tar.bz2 765011 SHA256 702b5b0e9c040eb3af8e157453f38dd6f53e1dcd8b1272d20266cda3d4372c8b SHA512 9681ec5978b6be9f56a71726df36671829a4427f45caf90c8c3460e8c59004ff4083de1692cad16e3724ed37418bb3e4589d1961c140f3becfa3efd210b7a5dc WHIRLPOOL 3dceb20b9da49fb9b287e1faca88b3fdb7ae7af6dde5e675ee1e5c718467b131e34f740cb38719e5026ce0478146264fa4eaa060120e71f2c442ec5504e6dfb4
DIST gkrellm-2.3.6-rc1.tar.bz2 784934 SHA256 abeeb0c04a8f911db5f07a95a98e4044326a657f65986013d36a736ba4e47ae8 SHA512 2004c6e57dc5dba9dbbd4c713caa29f5b59e4926b1ce4a3cfb47840096d6d93d66633d15d5588bc22e31df88241248d7910645da75de39278f1fd68255b88517 WHIRLPOOL f3506e88dc19e3eebe313b5f57a5d605d6b011808391036ff5332140c53061f8ee99b942b2b287cb7f645e9f2491e654623759b4a01fa454c785883355141319
DIST gkrellm-2.3.6_rc1-update_german_translation.patch.xz 18184 SHA256 cb90522c99135736ac3073b7e688fbcb0da31f6594ce3fc851df87c9be10f2df SHA512 c79feb4b740b303e5e6e2ccf84694770bac746b375a0a09918ef1ac67b2700f3a7796251cd4224958ca50a8f81a501bf468dc7a78844218074130758a8248150 WHIRLPOOL ea3d532aa670b7344cc2dd6c5fd4dda6ec27832c039547ace0772b4a3002baaeb598003d81bf2231b2506de1e22d2b83959e4f1bc7ec13b56b2366c43101ace0
Binary file not shown.
7 changes: 5 additions & 2 deletions app-admin/gkrellm/gkrellm-2.3.6_rc1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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}"
Expand Down
9 changes: 6 additions & 3 deletions app-admin/gkrellm/gkrellm-2.3.6_rc1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand All @@ -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"
Expand Down Expand Up @@ -45,7 +48,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}"
Expand Down

0 comments on commit eb8654e

Please sign in to comment.