<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>70442</bug_id>
          
          <creation_ts>2004-11-08 02:48 0000</creation_ts>
          <short_desc>new ebuild for tth</short_desc>
          <delta_ts>2007-03-13 22:43:46 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <keywords>EBUILD</keywords>
          <priority>P2</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>nielchiano@skynet.be</reporter>
          <assigned_to>text-markup@gentoo.org</assigned_to>
          <cc>davide.angelocola@tiscali.it</cc>

      

      
          <long_desc isprivate="0">
            <who>nielchiano@skynet.be</who>
            <bug_when>2004-11-08 02:48:10 0000</bug_when>
            <thetext>TTH is a tool that converts (La)TeX documents to HTML.
This is a VERY BAD ebuild, but it works and does the job.
It&apos;s my first ebuild I wrote, so there will be TONS of beginner-mistakes in it!

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Installing tth by hand isn&apos;t difficult at all (just 1 gcc command to issue), but
I decided to write an ebuild for it anyway, since I like it better when things
are cleanly managed by portage.

use at your own risk (as always)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>nielchiano@skynet.be</who>
            <bug_when>2004-11-08 02:50:44 0000</bug_when>
            <thetext>Created an attachment (id=43523)
ebuild for tth

There is NO version checking!!!
I tested it for 3.64</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>usata@gentoo.org</who>
            <bug_when>2004-11-09 09:57:50 0000</bug_when>
            <thetext>Hi, thanks for using and playing with Gentoo :)

Feel free and relax to write your first ebuild.
It looks nice and tidy though you created it for 
the first time. 

However, there are several mistakes you need
to change. First, it doesn&apos;t contain ebuild header
(see the top of /usr/portage/skel.ebuild). It is
required for every ebuild to go into our CVS.
Second, DEPEND=&quot;virtual/glibc&quot; should be
DEPEND=&quot;virtual/libc&quot; (we changed the name
convention). Also, if DEPEND == RDEPEND,
you shouldn&apos;t write RDEPEND. See &quot;DEPEND
and RDEPEND&quot; in Gentoo Developers Handbook
(http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=3&amp;chap=1).
Lastly, LICENSE could be &quot;free-noncomm&quot;
as license.txt says:
&quot;You may freely use this software for non-commercial purposes.&quot;
(then you need to add &quot;dodoc license.txt&quot; in turn)

There are several other things I&apos;d like
to add, but that&apos;d be too much for the
first ebuild lesson ;) 

Please rewrite your ebuild following the
instruction above, and attach it here
when you&apos;re done. Thanks in advance.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>nielchiano@skynet.be</who>
            <bug_when>2004-11-24 09:59:41 0000</bug_when>
            <thetext>ok, just to let you know that I will (try to) update this, but am currently &quot;out of spare time&quot;</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>nielchiano@skynet.be</who>
            <bug_when>2005-02-12 03:46:56 0000</bug_when>
            <thetext>Created an attachment (id=51046)
new version and changed beginner-mistakes

Ok, low-spare-time-condition solved (exams are over)...

They updated the version, so I changed the ebuild to reflect that.

I also corrected the mentioned beginner-mistakes. anything more I need to
change?</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>usata@gentoo.org</who>
            <bug_when>2005-02-12 06:25:51 0000</bug_when>
            <thetext>LICENCE should be LICENSE, but that&apos;s not big deal.
(I corrected it anyway) It compiles and runs flawlessly ;)
I made several changes to your ebuild and commit it. 
If you have any question about the changes I made, 
feel free to ask. (please post comments to this bug)
Thanks for your contribution.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>nielchiano@skynet.be</who>
            <bug_when>2005-02-12 06:55:46 0000</bug_when>
            <thetext>Does that mean that the file will be availible on the gentoo-file-servers? or will it be downloaded from the author&apos;s site?

because you can only download the latest version from the author, so if a new version get&apos;s released it will break the digest, etc.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>salivian@gmail.com</who>
            <bug_when>2005-02-24 12:52:09 0000</bug_when>
            <thetext>utilities: ps2gif ps2png latex2gif should be installed as well...

add dobin tth ps2gif ps2png latex2gif as well ?</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jan_zdarek@yahoo.com</who>
            <bug_when>2006-09-15 11:14:09 0000</bug_when>
            <thetext>ttd works on AMD64, please consider augmenting its KEYWORDS with ~amd64.
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>davide.angelocola@tiscali.it</who>
            <bug_when>2007-03-13 22:43:30 0000</bug_when>
            <thetext>(In reply to comment #8)
&gt; ttd works on AMD64, please consider augmenting its KEYWORDS with ~amd64.
I confirm</thetext>
          </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="0"
              isprivate="0"
          >
            <attachid>43523</attachid>
            <date>2004-11-08 02:50 0000</date>
            <desc>tth-3.64.ebuild</desc>
            <filename>tth-3.64.ebuild</filename>
            <type>text/plain</type>
            <data encoding="base64">CmluaGVyaXQgZXV0aWxzCgpERVNDUklQVElPTj0iVFRIIHRyYW5zbGF0ZXMgVEVYIGludG8gSFRN
TC4iCkhPTUVQQUdFPSJodHRwOi8vaHV0Y2hpbnNvbi5iZWxtb250Lm1hLnVzL3R0aC8iClNSQ19V
Ukk9Imh0dHA6Ly9odXRjaGluc29uLmJlbG1vbnQubWEudXMvdHRoL3R0aC1ub25jb20vdHRoX0Mu
dGd6IgoKU0xPVD0iMCIKTElDRU5DRT0idHRoIgpLRVlXT1JEUz0ifng4NiIKSVVTRT0iIgoKREVQ
RU5EPSJzeXMtbGlicy9nbGliYyIKUkRFUEVORD0ic3lzLWxpYnMvZ2xpYmMiCgpTPSIke1dPUktE
SVJ9L3R0aF9DIgoKc3JjX3VucGFjaygpIHsKCXVucGFjayAke0F9Cn0KCnNyY19jb21waWxlKCkg
ewoJZ2NjIC1vIHR0aCB0dGguYwp9CgpzcmNfaW5zdGFsbCgpIHsKCWV4ZWludG8gL3Vzci9iaW4K
CWRvZXhlIHR0aAp9Cg==
</data>        

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>51046</attachid>
            <date>2005-02-12 03:46 0000</date>
            <desc>new version and changed beginner-mistakes</desc>
            <filename>tth-3.66.ebuild</filename>
            <type>text/plain</type>
            <data encoding="base64">IyBDb3B5cmlnaHQgMTk5OS0yMDA1IEdlbnRvbyBGb3VuZGF0aW9uCiMgRGlzdHJpYnV0ZWQgdW5k
ZXIgdGhlIHRlcm1zIG9mIHRoZSBHTlUgR2VuZXJhbCBQdWJsaWMgTGljZW5zZSB2MgojICRIZWFk
ZXI6ICQKCmluaGVyaXQgZXV0aWxzCgpERVNDUklQVElPTj0iVFRIIHRyYW5zbGF0ZXMgVEVYIGlu
dG8gSFRNTC4iCkhPTUVQQUdFPSJodHRwOi8vaHV0Y2hpbnNvbi5iZWxtb250Lm1hLnVzL3R0aC8i
ClNSQ19VUkk9Imh0dHA6Ly9odXRjaGluc29uLmJlbG1vbnQubWEudXMvdHRoL3R0aC1ub25jb20v
dHRoX0MudGd6IgoKU0xPVD0iMCIKTElDRU5DRT0iZnJlZS1ub25jb21tIgpLRVlXT1JEUz0ifng4
NiIKSVVTRT0iIgoKREVQRU5EPSJ2aXJ0dWFsL2xpYmMiCgpTPSIke1dPUktESVJ9L3R0aF9DIgoK
c3JjX3VucGFjaygpIHsKCXVucGFjayAke0F9Cn0KCnNyY19jb21waWxlKCkgewoJZ2NjIC1vIHR0
aCB0dGguYwp9CgpzcmNfaW5zdGFsbCgpIHsKCWV4ZWludG8gL3Vzci9iaW4KCWRvZXhlIHR0aAp9
Cg==
</data>        

          </attachment>
    </bug>

</bugzilla>