Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93311 - dev-tktcl/itk-3.3.ebuild [UPDATE]
Summary: dev-tktcl/itk-3.3.ebuild [UPDATE]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: TCL/TK Project
URL:
Whiteboard:
Keywords:
Depends on: 93307
Blocks: 77197
  Show dependency tree
 
Reported: 2005-05-20 03:00 UTC by Michal Slonina
Modified: 2005-07-02 19:50 UTC (History)
0 users

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


Attachments
itk-3.3.ebuild (itk-3.3.ebuild,885 bytes, text/plain)
2005-05-20 03:02 UTC, Michal Slonina
Details
itk-3.3-gentoo.diff (itk-3.3-gentoo.diff,302 bytes, text/plain)
2005-05-20 03:03 UTC, Michal Slonina
Details
itk-3.3.ebuild ( this look like it's the final version :) ) (itk-3.3.ebuild,763 bytes, text/plain)
2005-05-20 10:46 UTC, Michal Slonina
Details
itk-3.3.ebuild ( itcl-3.3 dependency fix ) (itk-3.3.ebuild,788 bytes, text/plain)
2005-05-29 11:02 UTC, Michal Slonina
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Slonina 2005-05-20 03:00:34 UTC
1. Revision bump
2. Fix SRC_URI
3. Fix homepage link.


Reproducible: Always
Steps to Reproduce:
Comment 1 Michal Slonina 2005-05-20 03:02:10 UTC
Created attachment 59358 [details]
itk-3.3.ebuild
Comment 2 Michal Slonina 2005-05-20 03:03:55 UTC
Created attachment 59359 [details]
itk-3.3-gentoo.diff

hacks the hardcoded DESTDIR in Makefile.in
Comment 3 Michal Slonina 2005-05-20 10:46:20 UTC
Created attachment 59391 [details]
itk-3.3.ebuild ( this look like it's the final version :) )

i found a better way to choose the target directory
make DESTDIR=...
soory for being lame, the patch is now obsolate
Comment 4 Michal Slonina 2005-05-29 11:02:07 UTC
Created attachment 60104 [details]
itk-3.3.ebuild ( itcl-3.3 dependency fix )

Fixes missing dependency.

Changes:
--- itk-3.3.ebuild.old	2005-05-29 20:00:11.240101672 +0000
+++ itk-3.3.ebuild	2005-05-29 19:58:11.915241808 +0000
@@ -15,7 +15,8 @@
 LICENSE="as-is BSD"
 KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64"

-DEPEND="dev-lang/tk"
+DEPEND="dev-lang/tk \
+		>=dev-tcltk/itcl-3.3"

 src_unpack() {
	unpack ${A}
Comment 5 Michal Slonina 2005-05-29 11:04:13 UTC
itk-3.3 depends on itcl-3.3 ( ebuild in bugzilla ).
Background: ITcl and Itk are now available on sourceforge as seperate packages.
Before they were in portage as one ebuild ( itcl-3.2.ebuild ).
Comment 6 MATSUU Takuto (RETIRED) gentoo-dev 2005-07-02 19:50:55 UTC
in cvs.