Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/jpilot-backup: ChangeLog jpilot-backup-0.53.ebuild
Date: Tue, 18 Sep 2007 19:57:45
Message-Id: E1IXj53-0004I6-8B@stork.gentoo.org
1 philantrop 07/09/18 19:49:57
2
3 Modified: ChangeLog
4 Added: jpilot-backup-0.53.ebuild
5 Log:
6 Version bump to 0.53 for compatibility with app-pda/pilot-link-0.12.2 as per bug 148462.
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.10 app-pda/jpilot-backup/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/jpilot-backup/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/jpilot-backup/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/jpilot-backup/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-pda/jpilot-backup/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 29 Aug 2007 16:50:35 -0000 1.9
23 +++ ChangeLog 18 Sep 2007 19:49:56 -0000 1.10
24 @@ -1,6 +1,13 @@
25 # ChangeLog for app-pda/jpilot-backup
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-backup/ChangeLog,v 1.9 2007/08/29 16:50:35 phreak Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-backup/ChangeLog,v 1.10 2007/09/18 19:49:56 philantrop Exp $
29 +
30 +*jpilot-backup-0.53 (18 Sep 2007)
31 +
32 + 18 Sep 2007; Wulf C. Krueger <philantrop@g.o>
33 + +jpilot-backup-0.53.ebuild:
34 + Version bump to 0.53 for compatibility with app-pda/pilot-link-0.12.2 as per
35 + bug 148462.
36
37 29 Aug 2007; Christian Heim <phreak@g.o> metadata.xml:
38 Removing agriffis from metadata due to his retirement (see #182294 for
39
40
41
42 1.1 app-pda/jpilot-backup/jpilot-backup-0.53.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/jpilot-backup/jpilot-backup-0.53.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/jpilot-backup/jpilot-backup-0.53.ebuild?rev=1.1&content-type=text/plain
46
47 Index: jpilot-backup-0.53.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-backup/jpilot-backup-0.53.ebuild,v 1.1 2007/09/18 19:49:56 philantrop Exp $
52
53 inherit multilib
54
55 DESCRIPTION="Backup plugin for jpilot"
56 SRC_URI="http://jasonday.home.att.net/code/backup/${P}.tar.gz"
57 HOMEPAGE="http://jasonday.home.att.net/code/backup/backup.html"
58
59 SLOT="0"
60 LICENSE="GPL-2"
61 KEYWORDS="~alpha ~amd64 ~ppc ~x86"
62 IUSE=""
63
64 DEPEND=">=x11-libs/gtk+-2.6.10-r1
65 >=app-pda/pilot-link-0.12.2
66 >=app-pda/jpilot-0.99.9
67 sys-libs/gdbm"
68 RDEPEND="${DEPEND}"
69
70 src_compile() {
71 econf --enable-gtk2 || die "configure failed"
72 emake -j1 || die "make failed"
73 }
74
75 src_install() {
76 make install DESTDIR="${D}" \
77 libdir=/usr/$(get_libdir)/jpilot/plugins \
78 || die "install failed"
79 }
80
81
82
83 --
84 gentoo-commits@g.o mailing list