Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 185260

Summary: net-im/silc-toolkit - bad pkgconfigdir (aka no SILC plugin on net-im/pidgin )
Product: Gentoo Linux Reporter: Octavio Ruiz (Ta^3) <tacvbo>
Component: New packagesAssignee: Packages in net-irc <net-irc>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 183827    
Attachments: silc-toolkit-1.1.2-r1.diff
silc-toolkit/silc-toolkit-1.1.2-r1.ebuild

Description Octavio Ruiz (Ta^3) 2007-07-14 01:44:42 UTC
Bad pkgconfig dir on net-im/silc-toolkit 

This files:

-/usr/lib/silc-toolkit/pkgconfig
-/usr/lib/silc-toolkit/pkgconfig/silc.pc
-/usr/lib/silc-toolkit/pkgconfig/silcclient.pc

should be on:

+/usr/lib/pkgconfig
+/usr/lib/pkgconfig/silc.pc
+/usr/lib/pkgconfig/silcclient.pc

This solves the no SILC plugin issue on net-im/pidgin (maybe Bug #175787 )
Comment 1 Octavio Ruiz (Ta^3) 2007-07-14 01:47:00 UTC
Created attachment 124788 [details, diff]
silc-toolkit-1.1.2-r1.diff

silc-toolkit-1.1.2-r1.diff
Comment 2 Octavio Ruiz (Ta^3) 2007-07-14 01:47:32 UTC
Created attachment 124789 [details]
silc-toolkit/silc-toolkit-1.1.2-r1.ebuild

silc-toolkit/silc-toolkit-1.1.2-r1.ebuild
Comment 3 Raúl Porcel (RETIRED) gentoo-dev 2007-07-15 17:24:45 UTC
Fixed, thanks for the fix :)
Comment 4 Octavio Ruiz (Ta^3) 2007-07-23 00:51:54 UTC
Seems that no changes was applied.

$ diff -u <( wget -q -O - http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/net-im/silc-toolkit/silc-toolkit-1.1.2.ebuild?rev=1.3 )  <( wget -q -O - http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/net-im/silc-toolkit/silc-toolkit-1.1.2-r1.ebuild?rev=1.1 )

--- /dev/fd/63  2007-07-22 19:50:03.273108748 -0500
+++ /dev/fd/62  2007-07-22 19:50:03.273108748 -0500
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/www/viewcvs.gentoo.org/raw_cvs/gentoo-x86/net-im/silc-toolkit/Attic/silc-toolkit-1.1.2.ebuild,v 1.3 2007/07/15 17:25:09 armin76 dead $
+# $Header: /var/www/viewcvs.gentoo.org/raw_cvs/gentoo-x86/net-im/silc-toolkit/silc-toolkit-1.1.2-r1.ebuild,v 1.1 2007/07/15 17:25:09 armin76 Exp $
 
 inherit eutils
Comment 5 Raúl Porcel (RETIRED) gentoo-dev 2007-07-23 11:47:32 UTC
Weird...fixed, thanks.