Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 219110
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Andrej Kacian (RETIRED) <ticho@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Alexander Skwar <askwar@digitalprojects.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
dlint-1.4.1.ebuild dlint-1.4.1.ebuild text/plain Alexander Skwar 2008-04-24 06:21 0000 866 bytes Details
dlint-1.4.0-r2.ebuild_dlint-1.4.1.ebuild.patch patch dlint-1.4.0-r2.ebuild to dlint-1.4.1.ebuild patch Alexander Skwar 2008-04-24 06:21 0000 774 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 219110 depends on: Show dependency tree
Bug 219110 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-04-24 06:20 0000
In tree, there's dlint 1.4.0. Current version is 1.4.1.
Additionally, the URL specified in the HOMEPAGE field
<http://www.domtools.com/dns/dlint.shtml> no longer exists.

Attached ebuild fixes this..

Further more, the command

  sed -i -e "s:+\$i:-n +\$i:g" dlint

generated bad commands in the dlint shell script. When run with "bash -x", it
returned:

++ tail --lines=-n +4 /var/tmp/dlintns.11309
++ head -n 1
tail: n: ungültige Anzahl von Zeilen

Note the "--lines=-n +4". The correct command would've been "--lines=+4" (even
just "-n".

Finally, the sed replacing /usr/local/bin/digparse with /usr/bin/digparse has
been changed as well - no need to specify the complete path to digparse. It
should be in the PATH anyway. And IMO it doesn't make sense to fully qualify
the path to just one executable. Either all paths should be fully qualified or
none.

In the attached ebuild, all this is fixed. I'll also attach a patch.

------- Comment #1 From Alexander Skwar 2008-04-24 06:21:12 0000 -------
Created an attachment (id=150799) [details]
dlint-1.4.1.ebuild

------- Comment #2 From Alexander Skwar 2008-04-24 06:21:13 0000 -------
Created an attachment (id=150800) [details]
patch dlint-1.4.0-r2.ebuild to dlint-1.4.1.ebuild

------- Comment #3 From Andrej Kacian (RETIRED) 2008-04-24 16:45:17 0000 -------
Wow, I never expected another release. :) Committed!

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug