Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 67007
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux Gnome Desktop Team <gnome@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Anders Rune Jensen (RETIRED) <arj@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 67007 depends on: Show dependency tree
Bug 67007 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-10-10 13:10 0000
The inherit line is after the description, meaning that the description of
libsigc++ is overwritten by the eutils description.

Reproducible: Always
Steps to Reproduce:
1. emerge -s libsigc++


Actual Results:  
wrong description 

Expected Results:  
Description: Typesafe callback system for standard C++

Fix:

--- libsigc++-2.0.5.ebuild      9 Oct 2004 21:20:19 -0000       1.1
+++ libsigc++-2.0.5.ebuild      10 Oct 2004 20:10:02 -0000
@@ -2,6 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-2.0.5.ebuild,v
1.1 2004/10/09 21:20:19 khai Exp $

+inherit eutils
+
 DESCRIPTION="Typesafe callback system for standard C++"
 HOMEPAGE="http://libsigc.sourceforge.net/"
 SRC_URI="mirror://sourceforge/libsigc/${P}.tar.gz"
@@ -10,7 +12,6 @@
 SLOT="1.3"
 KEYWORDS="~x86 ~ppc ~alpha amd64 ~sparc"
 IUSE="debug"
-inherit eutils
 DEPEND="virtual/libc"

 src_unpack() {

------- Comment #1 From foser (RETIRED) 2004-10-10 14:27:42 0000 -------
always inherit at top khai & please also do the correct thing & move it to
dev-cpp/libsigcpp

------- Comment #2 From Mike Gardiner (RETIRED) 2004-10-11 00:25:15 0000 -------
inherit fixed, thanks arj. just need the category move now

------- Comment #3 From foser (RETIRED) 2004-11-02 05:44:12 0000 -------
the reported issue got fixed.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug