Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/linpopup: ChangeLog linpopup-2.0.4-r1.ebuild
Date: Wed, 05 Aug 2009 07:12:07
Message-Id: E1MYafM-0005Zf-J0@stork.gentoo.org
1 ssuominen 09/08/05 07:12:04
2
3 Modified: ChangeLog linpopup-2.0.4-r1.ebuild
4 Log:
5 Fix installation wrt #238613, thanks to Christophe LEFEBVRE.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.16 net-im/linpopup/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/linpopup/ChangeLog?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/linpopup/ChangeLog?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/linpopup/ChangeLog?r1=1.15&r2=1.16
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-im/linpopup/ChangeLog,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- ChangeLog 6 May 2007 11:43:30 -0000 1.15
22 +++ ChangeLog 5 Aug 2009 07:12:04 -0000 1.16
23 @@ -1,6 +1,11 @@
24 # ChangeLog for net-im/linpopup
25 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-im/linpopup/ChangeLog,v 1.15 2007/05/06 11:43:30 genone Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/net-im/linpopup/ChangeLog,v 1.16 2009/08/05 07:12:04 ssuominen Exp $
29 +
30 + 05 Aug 2009; Samuli Suominen <ssuominen@g.o>
31 + +files/2.0.4-link.patch, linpopup-2.0.4-r1.ebuild,
32 + -files/linpopup.desktop:
33 + Fix installation wrt #238613, thanks to Christophe LEFEBVRE.
34
35 06 May 2007; Marius Mauch <genone@g.o> linpopup-2.0.4-r1.ebuild:
36 Replacing einfo with elog
37
38
39
40 1.4 net-im/linpopup/linpopup-2.0.4-r1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/linpopup/linpopup-2.0.4-r1.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/linpopup/linpopup-2.0.4-r1.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/linpopup/linpopup-2.0.4-r1.ebuild?r1=1.3&r2=1.4
45
46 Index: linpopup-2.0.4-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-im/linpopup/linpopup-2.0.4-r1.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- linpopup-2.0.4-r1.ebuild 6 May 2007 11:43:30 -0000 1.3
53 +++ linpopup-2.0.4-r1.ebuild 5 Aug 2009 07:12:04 -0000 1.4
54 @@ -1,43 +1,41 @@
55 -# Copyright 1999-2007 Gentoo Foundation
56 +# Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/net-im/linpopup/linpopup-2.0.4-r1.ebuild,v 1.3 2007/05/06 11:43:30 genone Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/net-im/linpopup/linpopup-2.0.4-r1.ebuild,v 1.4 2009/08/05 07:12:04 ssuominen Exp $
60
61 -inherit gnome2 eutils
62 +EAPI=2
63 +GCONF_DEBUG=no
64 +inherit autotools eutils gnome2
65
66 -DESCRIPTION="GTK2 port of the LinPopUp messaging client for Samba (including Samba 3)"
67 +DESCRIPTION="GTK+ port of the LinPopUp messaging client for Samba (including Samba 3)"
68 HOMEPAGE="http://linpopup2.sourceforge.net/"
69 SRC_URI="mirror://sourceforge/linpopup2/${P}.tar.bz2"
70
71 LICENSE="GPL-2"
72 SLOT="0"
73 KEYWORDS="~amd64 ~ppc x86"
74 -IUSE="gnome"
75 +IUSE=""
76
77 -RDEPEND=">=x11-libs/gtk+-2
78 - >=dev-libs/glib-2
79 - >=net-fs/samba-2.2.8a"
80 +RDEPEND="x11-libs/libX11
81 + x11-libs/libXmu
82 + x11-libs/gtk+:2"
83 DEPEND="${RDEPEND}
84 dev-util/pkgconfig
85 - x11-libs/libXmu"
86 + x11-proto/xproto"
87
88 -DOCS="AUTHORS BUGS ChangeLog INSTALL MANUAL NEWS README THANKS TODO"
89 +DOCS="AUTHORS BUGS ChangeLog MANUAL NEWS README THANKS TODO"
90
91 -src_unpack() {
92 - unpack ${A}
93 - cd ${S}
94 - epatch ${FILESDIR}/${PV}-overflow.patch
95 +src_prepare() {
96 + gnome2_src_prepare
97 + epatch "${FILESDIR}"/${PV}-overflow.patch \
98 + "${FILESDIR}"/${PV}-link.patch
99 + eautoreconf
100 }
101
102 src_install() {
103 - # Install icon and .desktop for menu entry
104 - if use gnome ; then
105 - insinto /usr/share/pixmaps
106 - newins ${S}/pixmaps/icon_256.xpm linpopup.xpm
107 - insinto /usr/share/applications
108 - doins ${FILESDIR}/linpopup.desktop
109 - fi
110 -
111 gnome2_src_install
112 + dosym linpopup /usr/bin/LinPopUp || die "dosym failed"
113 + newicon pixmaps/icon_256.xpm ${PN}.xpm
114 + make_desktop_entry ${PN} LinPopUp ${PN}
115 }
116
117 pkg_postinst() {