Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 220291
Collapse All | Expand All

(-)file_not_specified_in_diff (-24 / +6 lines)
Line 7 Link Here
7
MY_PV=${P/_beta/beta}
Lines 9-11 Link Here
9
DESCRIPTION="GTK Instant Messenger client"
8
DESCRIPTION="fork of the popular open source client Pidgin"
10
HOMEPAGE="http://pidgin.im/"
9
HOMEPAGE="http://funpidgin.sourceforge.net/"
11
SRC_URI="mirror://sourceforge/${PN}/${MY_PV}.tar.bz2"
10
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
12
--
Line 54 Link Here
54
	nls? ( sys-devel/gettext )"
53
	nls? ( sys-devel/gettext )
55
--
54
	!net-im/pidgin"
Line 56 Link Here
56
S="${WORKDIR}/${MY_PV}"
56
S="${WORKDIR}/pidgin-${PV}"
57
--
Lines 75-87 Link Here
75
print_pidgin_warning() {
76
	ewarn
77
	ewarn "If you experience problems with pidgin, file them as bugs with"
78
	ewarn "Gentoo's bugzilla, http://bugs.gentoo.org"
79
	ewarn
80
	ewarn "Be sure to USE=\"debug\" and include a backtrace for any seg"
81
	ewarn "faults, see http://developer.pidgin.im/wiki/GetABacktrace for details on"
82
	ewarn "backtraces."
83
	ewarn
84
	ewarn "Please read the pidgin FAQ at http://developer.pidgin.im/wiki/FAQ"
85
	ewarn
86
}
87
Line 89 Link Here
89
	print_pidgin_warning
Line 215 Link Here
215
	print_pidgin_warning

Return to bug 220291