Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/gsynaptics: ChangeLog gsynaptics-0.9.13.ebuild
Date: Sun, 23 Dec 2007 21:22:51
Message-Id: E1J6YHR-0008Gj-HU@stork.gentoo.org
1 compnerd 07/12/23 21:22:41
2
3 Modified: ChangeLog
4 Added: gsynaptics-0.9.13.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4_rc11)
8
9 Revision Changes Path
10 1.8 gnome-extra/gsynaptics/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gsynaptics/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gsynaptics/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gsynaptics/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gsynaptics/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 18 Mar 2007 01:23:43 -0000 1.7
23 +++ ChangeLog 23 Dec 2007 21:22:40 -0000 1.8
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnome-extra/gsynaptics
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gsynaptics/ChangeLog,v 1.7 2007/03/18 01:23:43 genone Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gsynaptics/ChangeLog,v 1.8 2007/12/23 21:22:40 compnerd Exp $
29 +
30 +*gsynaptics-0.9.13 (23 Dec 2007)
31 +
32 + 23 Dec 2007; Saleem Abdulrasool <compnerd@g.o>
33 + +gsynaptics-0.9.13.ebuild:
34 + Version bump from upstream
35
36 18 Mar 2007; Marius Mauch <genone@g.o> gsynaptics-0.9.7.ebuild,
37 gsynaptics-0.9.10.ebuild:
38
39
40
41 1.1 gnome-extra/gsynaptics/gsynaptics-0.9.13.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gsynaptics/gsynaptics-0.9.13.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gsynaptics/gsynaptics-0.9.13.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gsynaptics-0.9.13.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/gsynaptics/gsynaptics-0.9.13.ebuild,v 1.1 2007/12/23 21:22:40 compnerd Exp $
51
52 inherit gnome2
53
54 DESCRIPTION="A GTK+ based configuration utility for the synaptics driver"
55 HOMEPAGE="http://gsynaptics.sourceforge.jp/"
56 SRC_URI="mirror://sourceforge.jp/${PN}/28322/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 DEPEND=">=x11-libs/gtk+-2.6.0
64 >=gnome-base/libglade-2
65 >=gnome-base/libgnomeui-2"
66 RDEPEND="${DEPEND}
67 >=dev-util/pkgconfig-0.19
68 sys-devel/gettext"
69
70 DOCS="AUTHORS ChangeLog NEWS README TODO"
71
72 pkg_postinst() {
73 gnome2_pkg_postinst
74
75 echo
76 elog "Ensure that the following line is in the InputDevice section in"
77 elog "your X config file (/etc/X11/xorg.conf):"
78 elog
79 elog "Option \"SHMConfig\" \"on\""
80 elog
81 echo
82 elog "You need to add gsynaptics-init to your session to restore your"
83 elog "settings the next time you log into GNOME:"
84 elog "Desktop -> Preferences -> Sessions -> Start Programs -> Add"
85 echo
86 }
87
88
89
90 --
91 gentoo-commits@g.o mailing list