Gentoo Archives: gentoo-dev

From: Wernfried Haas <amne@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] QA last rites for sys-fs/dd-rhelp
Date: Fri, 22 Oct 2010 14:51:07
Message-Id: 20101022145021.GA2709@basestar
In Reply to: [gentoo-dev] QA last rites for sys-fs/dd-rhelp by "Diego E. Pettenò"
1 Hi,
2
3 while this is a tool i never like to use, it's really hand in case you
4 have it around.
5
6 On Fri, Oct 22, 2010 at 09:23:30AM +0200, Diego E. Pettenò wrote:
7 > # Obsolete even by upstream standard, since version 0.1.2
8 > # is out since 2007 (and has a version bump request in bug
9 > # #223299 since May 2008);
10
11 Agreed.
12
13 > uses ???obsolete??? tail/head
14 > # syntax (bug #159606, the warning has since been removed
15 > # from coreutils);
16
17 in dd_rhelp-0.1.2: # grep head dd_rhelp
18 i="$(echo "$parsechunk" | "${head}" -n 1 )"
19 firstline="$(echo "$parsing" | "${head}" -n 1)"
20 firstline="$(echo "$parsing" | "${head}" -n 1)"
21 lnb_save=$(echo $lnb_save | "${head}" -n 1 | cut -f 1 -d " ")
22
23 That seems to be the new syntax already.
24
25 > more importantly autotools are rebuilt by
26 > # a maintainer-mode-triggered check, but no dependency over
27 > # autotools, with or without the correct version is present
28 > # (bug #318487; automake 1.8 is nowadays not that common to
29 > # find installed).
30
31 Also from 0.1.2:
32 Installation (for dd_rhelp > 0.1.0)
33 ===================================
34
35 Installation process have been greatly simplified with version
36 0.1.0 as
37 it as been completely removed ! Removing the previous hassle of the
38 ./configure && make && make install normally reserved for
39 languages that requires compilation.
40
41 So for version superior to 0.1.0, installation is only a mean of a
42 direct
43 use of dd_rhelp, or a simple "cp dd_rhelp /your/bin/path".
44
45
46 So basically 0.1.2 should fix all those problems.
47
48 I'd do it myself if i were ebuild maintainer (which i am not), but
49 maybe someone could pick this up and just make a new ebuild for 0.1.2?
50 Seems to be a quite simple job and whoever is willing to save this
51 really useful tool will get a beer from me next Linuxtag :-)
52
53 cheers,
54 Wernfried
55
56 --
57 Wernfried Haas (amne) - amne (at) gentoo.org
58 Gentoo Forums - http://forums.gentoo.org
59 forum-mods (at) gentoo.org
60 #gentoo-forums (freenode)

Replies

Subject Author
Re: [gentoo-dev] QA last rites for sys-fs/dd-rhelp "Michał Górny" <mgorny@g.o>