summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Miroslaw <bug@mejor.pl>2010-01-07 20:51:32 +0000
committerMarcin Miroslaw <bug@mejor.pl>2010-01-07 20:51:32 +0000
commit7e2ce17476cd42908f1defa6a54499b80a26f101 (patch)
tree9a0992696178cb106a04df211268327b77e47856 /app-misc/tofu
parentnet-misc/freego: New Ebuild according to bug 298011. Thanks to ohnobinki, _Ax... (diff)
downloadsunrise-7e2ce17476cd42908f1defa6a54499b80a26f101.tar.gz
sunrise-7e2ce17476cd42908f1defa6a54499b80a26f101.tar.bz2
sunrise-7e2ce17476cd42908f1defa6a54499b80a26f101.zip
app-misc/tofu: Fix misspell in patch
svn path=/sunrise/; revision=9827
Diffstat (limited to 'app-misc/tofu')
-rw-r--r--app-misc/tofu/ChangeLog4
-rw-r--r--app-misc/tofu/Manifest4
-rw-r--r--app-misc/tofu/files/tofu-2.5-editor-and-mispell-fix.patch2
3 files changed, 7 insertions, 3 deletions
diff --git a/app-misc/tofu/ChangeLog b/app-misc/tofu/ChangeLog
index 326c2fbf1..8c073d24b 100644
--- a/app-misc/tofu/ChangeLog
+++ b/app-misc/tofu/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 07 Jan 2010; Marcin Miroslaw <bug@mejor.pl>
+ files/tofu-2.5-editor-and-mispell-fix.patch:
+ Fix misspell in patch
+
06 Jan 2010; Marcin Miroslaw <bug@mejor.pl> +tofu-2.5.ebuild,
+files/tofu-2.5-editor-and-mispell-fix.patch, +metadata.xml:
Initial commit per bug #247531. Thanks to Corey Beres
diff --git a/app-misc/tofu/Manifest b/app-misc/tofu/Manifest
index 9cc701df0..2a3ca5b5c 100644
--- a/app-misc/tofu/Manifest
+++ b/app-misc/tofu/Manifest
@@ -1,5 +1,5 @@
-AUX tofu-2.5-editor-and-mispell-fix.patch 1244 RMD160 513977f563031731c3de1fb913b2facbe627295a SHA1 e0c141a741a6207f3947de9c3c85ae94073895c8 SHA256 9f7ff92084908013fea8365b8daf9c59d3f35ea90be65453c18e822196425725
+AUX tofu-2.5-editor-and-mispell-fix.patch 1243 RMD160 5da6d4b45a1d0c58061d0b6516b6cb85ad327e75 SHA1 60b1d014c8407b15440e460ee8bcad3d5cd8bcfc SHA256 e91d1568aa42c92209b6c137e19db411d8bc94c00749eac8c1eb2c56029a447c
DIST tofu-2.5.tar.gz 23653 RMD160 f5278a759f76e2f71efe6424a00bdd1b1dc1f934 SHA1 90cdefafb31cd8df21529022d661e995325a301d SHA256 c68712a18b93c361e570f23016a4271b08418a49a66192475004eb6e227d6fbe
EBUILD tofu-2.5.ebuild 1206 RMD160 d2d27efab56455fac3124266462d95d9320b5935 SHA1 69246c70579791c70227a67f6f60a4d2fc9e5a48 SHA256 a4c9c3f021a66defc42e3e9885d215ef47e0eb9a4bacae187083441e18ad3236
-MISC ChangeLog 298 RMD160 075ed17af2ee4c3f7e59b31179ea44c56ff7c303 SHA1 7f137c73e17da187663c515fdc15a14c0d562912 SHA256 ab8b60e6fab07d3d29c095f23d5d7bae688fd448e2a8b484121dcdef237fe82e
+MISC ChangeLog 416 RMD160 f53e98b88470c2c69f77ba7014c8aeab8543643d SHA1 04ef1bd7a428b746ec239474221334f4f6c3c010 SHA256 c619f5391286c845fd0100275cb4e085e2cc3dd08236d3e802e0c4e491bdc4e8
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/app-misc/tofu/files/tofu-2.5-editor-and-mispell-fix.patch b/app-misc/tofu/files/tofu-2.5-editor-and-mispell-fix.patch
index 19b7273d6..f0e9770fc 100644
--- a/app-misc/tofu/files/tofu-2.5-editor-and-mispell-fix.patch
+++ b/app-misc/tofu/files/tofu-2.5-editor-and-mispell-fix.patch
@@ -5,7 +5,7 @@
# Edit the content of the given tasks
# edit STACK TASKS
- my ($ed, $do, $stk, @tsk) = (&confetti ("editor", "vi"), 0, @_);
-+ my ($ed, $do, $stk, @tsk) = (&confetti ("editor", "$ENV{EDITIOR}"), 0, @_);
++ my ($ed, $do, $stk, @tsk) = (&confetti ("editor", "$ENV{EDITOR}"), 0, @_);
my %ttl = &title($stk, "Untitled", @tsk); &explode($stk, 1, @tsk); # We get the titles and generate the files.
if (&confetti ("global-edition", "0")) {
# The entire tasks list is given as argument.