Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 137235 - Version bump: www-apps/rt-3.6.0
Summary: Version bump: www-apps/rt-3.6.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL: http://www.gossamer-threads.com/lists...
Whiteboard:
Keywords:
Depends on: 137128
Blocks:
  Show dependency tree
 
Reported: 2006-06-19 02:19 UTC by Tim Weber
Modified: 2006-06-21 19:07 UTC (History)
0 users

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


Attachments
Proposed new ebuild (rt-3.6.0.ebuild,6.35 KB, text/plain)
2006-06-19 02:21 UTC, Tim Weber
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Weber 2006-06-19 02:19:53 UTC
Request Tracker (rt) version 3.6.0 was released June 15 (release announcement see "URL" field).

I've tried to modify the existing 3.4.5 ebuild, and it looks pretty good (read: gets installed without errors). Here's what I did:

1. Copy ebuild to local portage tree (and add PORTDIR_OVERLAY='/usr/local/portage' to make.conf if not there already):
# mkdir -p /usr/local/portage/www-apps/rt/files
# cp /usr/portage/www-apps/rt/rt-3.4.5.ebuild /usr/local/portage/www-apps/rt/rt-3.6.0.ebuild

(You may also simply download the attached ebuild to that location.)

2. Modify package dependencies. New deps are dev-perl/Calendar-Simple, dev-perl/GD, dev-perl/GDGraph, dev-perl/GDTextUtil. dev-perl/dbix-searchbuilder-1.39 is now required at least.

3. Two of these dependencies are ~x86 and have to be allowed first:
# echo -e 'dev-perl/dbix-searchbuilder\ndev-perl/Calendar-Simple'>>/etc/portage/package.keywords

4. Copy required files to portage overlay:
# cp /usr/portage/www-apps/rt/files/[^3]* /usr/local/portage/www-apps/rt/files/
# cp -R /usr/portage/www-apps/rt/files/3.4.5 /usr/local/portage/www-apps/rt/files/3.6.0

5. Create digest
# ebuild /usr/local/portage/www-apps/rt/rt-3.6.0.ebuild digest

6. emerge rt

I've not yet tested whether the installed package actually works, but I don't see why it shouldn't. I'll report as soon as possible.
Comment 1 Tim Weber 2006-06-19 02:21:40 UTC
Created attachment 89514 [details]
Proposed new ebuild
Comment 2 Renat Lumpau (RETIRED) gentoo-dev 2006-06-20 13:21:51 UTC
3.6.0 will be in the tree as soon as bug #137128 is ready
Comment 3 Renat Lumpau (RETIRED) gentoo-dev 2006-06-21 19:07:35 UTC
in CVS, please test