Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/mousepad: ChangeLog mousepad-0.2.14.ebuild
Date: Thu, 30 Oct 2008 22:15:13
Message-Id: E1KvfnK-0006Bo-Eg@stork.gentoo.org
1 angelos 08/10/30 22:15:10
2
3 Modified: ChangeLog
4 Added: mousepad-0.2.14.ebuild
5 Log:
6 Xfce-4.4.3 bump
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.28-rc2 x86_64)
8
9 Revision Changes Path
10 1.3 app-editors/mousepad/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/mousepad/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/mousepad/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/mousepad/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/mousepad/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 28 Jun 2008 12:14:46 -0000 1.2
23 +++ ChangeLog 30 Oct 2008 22:15:10 -0000 1.3
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-editors/mousepad
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mousepad/ChangeLog,v 1.2 2008/06/28 12:14:46 swegener Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/mousepad/ChangeLog,v 1.3 2008/10/30 22:15:10 angelos Exp $
29 +
30 +*mousepad-0.2.14 (30 Oct 2008)
31 +
32 + 30 Oct 2008; Christoph Mende <angelos@g.o> +mousepad-0.2.14.ebuild:
33 + Xfce-4.4.3 bump
34
35 22 Jun 2008; Samuli Suominen <drac@g.o> +mousepad-0.2.13.ebuild:
36 Move from xfce-extra.
37
38
39
40 1.1 app-editors/mousepad/mousepad-0.2.14.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/mousepad/mousepad-0.2.14.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/mousepad/mousepad-0.2.14.ebuild?rev=1.1&content-type=text/plain
44
45 Index: mousepad-0.2.14.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-editors/mousepad/mousepad-0.2.14.ebuild,v 1.1 2008/10/30 22:15:10 angelos Exp $
50
51 EAPI=1
52
53 inherit fdo-mime
54
55 DESCRIPTION="A simple GTK+ text editor for Xfce4 (based on leafpad)"
56 HOMEPAGE="http://www.xfce.org/projects/mousepad"
57 SRC_URI="mirror://xfce/xfce-4.4.3/src/${P}.tar.bz2"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
62 IUSE="debug nls"
63
64 RDEPEND=">=x11-libs/gtk+-2.6:2
65 >=xfce-base/libxfce4util-4.4
66 >=xfce-base/libxfcegui4-4.4"
67 DEPEND="${RDEPEND}
68 dev-util/pkgconfig
69 dev-util/intltool
70 sys-devel/gettext"
71
72 src_compile() {
73 econf \
74 --disable-dependency-tracking \
75 $(use_enable debug) \
76 $(use_enable nls)
77 emake || die "emake failed"
78 }
79
80 src_install() {
81 emake DESTDIR="${D}" install || die "emake install failed"
82 dodoc AUTHORS ChangeLog NEWS README TODO
83 }
84
85 pkg_postinst() {
86 fdo-mime_desktop_database_update
87 }
88
89 pkg_postrm() {
90 fdo-mime_desktop_database_update
91 }