Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43039 - leafnode 2 addition
Summary: leafnode 2 addition
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Net-news project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-26 15:44 UTC by Torsten Veller (RETIRED)
Modified: 2004-06-28 15:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Torsten Veller (RETIRED) gentoo-dev 2004-02-26 15:44:22 UTC
comments on leafnode-2.0.0_alpha20040206.ebuild:

* S should be changed to not use the version. Here is one possible way:

MY_P=${P/_a/.a}a
SRC_URI="http://www-dt.e-technik.uni-dortmund.de/~ma/leafnode/beta/${MY_P}.tar.bz2"
S=${WORKDIR}/${MY_P}

* don't use of D in pkg_postinst()

  pkg_postinst() is called after the package was merged so there is no use to
  change anything in $D, right? Possible solution:

  pkg_postinst() {
    mkdir ${ROOT}/var/spool/news/{leaf.node,failed.postings,interesting.groups,out.going}
    mkdir ${ROOT}/var/spool/news/message.id/{0,1,2,3,4,5,6,7,8,9}{0,1,2,3,4,5,6,7,8,9}{0,1,2,3,4,5,6,7,8,9}
    chown -R news:news ${ROOT}/var/spool/news

Thx.

Reproducible: Always
Steps to Reproduce:
Comment 1 Robert Führicht 2004-04-02 02:58:18 UTC
http://forums.gentoo.org/viewtopic.php?p=1007142#1007142

Ebuild for leafnode-2.0.0_alpha20040326
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2004-06-05 22:13:39 UTC
punting these to you, Thomas, since you have some history with this package.
Comment 3 Sven Wegener gentoo-dev 2004-06-28 15:57:20 UTC
Commited to CVS with bump to leafnode-2.0.0_alpha20040513. Also applied the changes
to the other ebuilds. Thanks for reporting!