Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4163 - HOMEPAGE and DESCRIPTION VARS defined in eclasses are not used
Summary: HOMEPAGE and DESCRIPTION VARS defined in eclasses are not used
Status: RESOLVED DUPLICATE of bug 4160
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-25 17:22 UTC by Francisco Gimeno
Modified: 2011-10-30 22:19 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 Francisco Gimeno 2002-06-25 17:22:19 UTC
Hi...

I have found a little bug. I think that a lot of ppl have seen this, but anyway
I haven't seen the bug report. 
Well, first, type this... emerge search kde
-----
.
.
.
*  kde-base/kdeutils
      Latest version Available: 3.0.1.20020604
      Latest version Installed: 3.0.1.20020604
      Homepage:
      Description:
      ${DESCRIPTION}Utilities
.
.
.
----
I could see this when making the ebook eclass and ebuilds...
--------- a piece of my eclass --------
 Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Francisco Gimeno <kikov@fco-gimeno.com>
# Manteiner Jos
Comment 1 Francisco Gimeno 2002-06-25 17:22:19 UTC
Hi...

I have found a little bug. I think that a lot of ppl have seen this, but anyway
I haven't seen the bug report. 
Well, first, type this... emerge search kde
-----
.
.
.
*  kde-base/kdeutils
      Latest version Available: 3.0.1.20020604
      Latest version Installed: 3.0.1.20020604
      Homepage:
      Description:
      ${DESCRIPTION}Utilities
.
.
.
----
I could see this when making the ebook eclass and ebuilds...
--------- a piece of my eclass --------
 Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Francisco Gimeno <kikov@fco-gimeno.com>
# Manteiner José Alberto Suárez López <bass@gentoo.org>
# The ebook eclass defines some default functions and variables to
# install ebooks.
ECLASS=ebook

HOMEPAGE="http://lidn.sourceforge.net"
--------------------------------
HOMEPAGE is really defined in the eclass ( and so, in the ebuilds that inherit it )

If you think that you can put in the ebuild: HOMEPAGE=${HOMEPAGE}, you're
wrong... :(
You can see the result with the kdeutils package. 

So... how to solving it?
-inheriting.... 
-making a good db ( by inheriting )

well... it's all.... 
If you didn't understand something, I'll asnwer in a hurry ;)

Happy Gentooing!
Comment 2 Francisco Gimeno 2002-06-25 17:23:19 UTC

*** This bug has been marked as a duplicate of 4160 ***