diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-08-15 06:30:33 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-08-15 06:30:33 +0000 |
commit | 711c58e5ca7aa1ea99e11f0f66751c58d860bf13 (patch) | |
tree | 9d901df05a8b4a057c0397b207aed166fea2157b /x11-plugins/gkrellm-seti | |
parent | amd64 also needs nasm (diff) | |
download | historical-711c58e5ca7aa1ea99e11f0f66751c58d860bf13.tar.gz historical-711c58e5ca7aa1ea99e11f0f66751c58d860bf13.tar.bz2 historical-711c58e5ca7aa1ea99e11f0f66751c58d860bf13.zip |
Patch to change the default data path to /var/lib/setiathome where gentoo puts it
Diffstat (limited to 'x11-plugins/gkrellm-seti')
-rw-r--r-- | x11-plugins/gkrellm-seti/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/gkrellm-seti/Manifest | 15 | ||||
-rw-r--r-- | x11-plugins/gkrellm-seti/files/gentoo-gkrellm-seti-path.patch | 11 | ||||
-rw-r--r-- | x11-plugins/gkrellm-seti/gkrellm-seti-0.7.0b-r1.ebuild | 11 |
4 files changed, 39 insertions, 5 deletions
diff --git a/x11-plugins/gkrellm-seti/ChangeLog b/x11-plugins/gkrellm-seti/ChangeLog index 53b84e8c4a1d..d49ed70f36c4 100644 --- a/x11-plugins/gkrellm-seti/ChangeLog +++ b/x11-plugins/gkrellm-seti/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/gkrellm-seti # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-seti/ChangeLog,v 1.8 2004/06/24 22:57:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-seti/ChangeLog,v 1.9 2004/08/15 06:30:33 dragonheart Exp $ + + 15 Aug 2004; Daniel Black <dragonheart@gentoo.org> + +files/gentoo-gkrellm-seti-path.patch, gkrellm-seti-0.7.0b-r1.ebuild: + Patch to change the default data path to /var/lib/setiathome where gentoo puts + it 28 Mar 2004; Markus Nigbur <pyrania@gentoo.org> gkrellm-seti-0.7.0b-r1.ebuild: diff --git a/x11-plugins/gkrellm-seti/Manifest b/x11-plugins/gkrellm-seti/Manifest index 3a7204b24b67..4d825893d378 100644 --- a/x11-plugins/gkrellm-seti/Manifest +++ b/x11-plugins/gkrellm-seti/Manifest @@ -1,5 +1,16 @@ -MD5 3bab813de48bcf79dd452339c77a813d gkrellm-seti-0.7.0b-r1.ebuild 820 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 aeb94ceefc6be43331a49d92fd1aafe7 ChangeLog 1785 +MD5 ac52ec3cfbf94dd3b9bdfcfe58a00f53 gkrellm-seti-0.7.0b-r1.ebuild 952 MD5 93c7b15f0f4cfa1bc3f47449d4967f06 gkrellm-seti-0.7.0b.ebuild 661 -MD5 6155f9720ad3e231024b7a31a2eb5ede ChangeLog 1570 MD5 a32b44af64f0cbf1704ed8c3a53ed2c2 files/digest-gkrellm-seti-0.7.0b 63 MD5 c79fdc203389fa5aa81ceab9c0ffd99e files/digest-gkrellm-seti-0.7.0b-r1 136 +MD5 bfd3e3cbfb00f1c630d0e58150938469 files/gentoo-gkrellm-seti-path.patch 460 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.4 (GNU/Linux) + +iD8DBQFBHvVHmdTrptrqvGERAsJ4AKCHYzEZzh27m0+nySIbndH5oaQp6ACeJTKB +F1rYcB6GF6aA4dBvuzi277c= +=MopJ +-----END PGP SIGNATURE----- diff --git a/x11-plugins/gkrellm-seti/files/gentoo-gkrellm-seti-path.patch b/x11-plugins/gkrellm-seti/files/gentoo-gkrellm-seti-path.patch new file mode 100644 index 000000000000..27f5c7058937 --- /dev/null +++ b/x11-plugins/gkrellm-seti/files/gentoo-gkrellm-seti-path.patch @@ -0,0 +1,11 @@ +--- seti.c.orig 2004-08-15 14:49:49.434959464 +0930 ++++ seti.c 2004-08-15 14:51:46.325189448 +0930 +@@ -1428,7 +1428,7 @@ + style_id = gkrellm_add_meter_style(&plugin_mon, STYLE_NAME); + + g_free(client_info.seti_file_path) ; +- client_info.seti_file_path = g_strdup("/opt/setiathome/") ; ++ client_info.seti_file_path = g_strdup("/var/lib/setiathome/") ; + + g_free(client_info.seti_client_path) ; + client_info.seti_client_path = g_strdup("/opt/setiathome/") ; diff --git a/x11-plugins/gkrellm-seti/gkrellm-seti-0.7.0b-r1.ebuild b/x11-plugins/gkrellm-seti/gkrellm-seti-0.7.0b-r1.ebuild index a7df14bc479b..ddfa6cb35cdf 100644 --- a/x11-plugins/gkrellm-seti/gkrellm-seti-0.7.0b-r1.ebuild +++ b/x11-plugins/gkrellm-seti/gkrellm-seti-0.7.0b-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-seti/gkrellm-seti-0.7.0b-r1.ebuild,v 1.6 2004/06/24 22:57:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-seti/gkrellm-seti-0.7.0b-r1.ebuild,v 1.7 2004/08/15 06:30:33 dragonheart Exp $ + +inherit eutils IUSE="" S=${WORKDIR}/${P//gkrellm-} @@ -14,10 +16,15 @@ SLOT="2" LICENSE="GPL-2" KEYWORDS="x86 sparc ~alpha" -src_compile() { +src_unpack() { + unpack ${A} + epatch ${FILESDIR}/gentoo-gkrellm-seti-path.patch || die "failed to apply patch" mv ${WORKDIR}/Makefile ${S} mv ${WORKDIR}/seti.c ${S} mv ${WORKDIR}/seti.h ${S} +} + +src_compile() { make || die } |