Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 185260 - net-im/silc-toolkit - bad pkgconfigdir (aka no SILC plugin on net-im/pidgin )
Summary: net-im/silc-toolkit - bad pkgconfigdir (aka no SILC plugin on net-im/pidgin )
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Packages in net-irc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 183827
  Show dependency tree
 
Reported: 2007-07-14 01:44 UTC by Octavio Ruiz (Ta^3)
Modified: 2007-07-23 11:47 UTC (History)
0 users

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


Attachments
silc-toolkit-1.1.2-r1.diff (silc-toolkit-1.1.2-r1.diff,425 bytes, patch)
2007-07-14 01:47 UTC, Octavio Ruiz (Ta^3)
Details | Diff
silc-toolkit/silc-toolkit-1.1.2-r1.ebuild (silc-toolkit-1.1.2-r1.ebuild,1.47 KB, text/plain)
2007-07-14 01:47 UTC, Octavio Ruiz (Ta^3)
Details

Note You need to log in before you can comment on or make changes to this bug.
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.