Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/remind: ChangeLog remind-03.01.05.ebuild remind-03.00.24.ebuild remind-03.01.03.ebuild
Date: Thu, 17 Apr 2008 10:40:01
Message-Id: E1JmRX4-0004sW-U6@stork.gentoo.org
1 tove 08/04/17 10:39:58
2
3 Modified: ChangeLog
4 Added: remind-03.01.05.ebuild
5 Removed: remind-03.00.24.ebuild remind-03.01.03.ebuild
6 Log:
7 Version bump. Cleaning.
8 (Portage version: 2.1.5_rc4)
9
10 Revision Changes Path
11 1.29 x11-misc/remind/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/remind/ChangeLog?rev=1.29&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/remind/ChangeLog?rev=1.29&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/remind/ChangeLog?r1=1.28&r2=1.29
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/remind/ChangeLog,v
20 retrieving revision 1.28
21 retrieving revision 1.29
22 diff -u -r1.28 -r1.29
23 --- ChangeLog 30 Mar 2008 11:13:10 -0000 1.28
24 +++ ChangeLog 17 Apr 2008 10:39:58 -0000 1.29
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-misc/remind
27 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/remind/ChangeLog,v 1.28 2008/03/30 11:13:10 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/remind/ChangeLog,v 1.29 2008/04/17 10:39:58 tove Exp $
30 +
31 +*remind-03.01.05 (17 Apr 2008)
32 +
33 + 17 Apr 2008; Torsten Veller <tove@g.o> -remind-03.00.24.ebuild,
34 + -remind-03.01.03.ebuild, +remind-03.01.05.ebuild:
35 + Version bump. Cleaning
36
37 30 Mar 2008; Raúl Porcel <armin76@g.o> remind-03.01.04.ebuild:
38 sparc stable wrt #214361
39
40
41
42 1.1 x11-misc/remind/remind-03.01.05.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/remind/remind-03.01.05.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/remind/remind-03.01.05.ebuild?rev=1.1&content-type=text/plain
46
47 Index: remind-03.01.05.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-misc/remind/remind-03.01.05.ebuild,v 1.1 2008/04/17 10:39:58 tove Exp $
52
53 MY_P=${P/_beta/-BETA-}
54
55 DESCRIPTION="Ridiculously functional reminder program"
56 HOMEPAGE="http://www.roaringpenguin.com/products/remind"
57 SRC_URI="http://www.roaringpenguin.com/files/download/${MY_P}.tar.gz"
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
61 IUSE="tk"
62
63 RDEPEND="tk? ( dev-lang/tk dev-tcltk/tcllib )"
64
65 S=${WORKDIR}/${MY_P}
66
67 src_unpack() {
68 unpack ${A}
69 sed -i 's:$(MAKE) install:&-nostripped:' "${S}"/Makefile || die
70 }
71
72 src_install() {
73 emake DESTDIR="${D}" install || die "make install failed"
74 dobin www/rem2html || die "dobin failed"
75
76 dodoc README COPYRIGHT WINDOWS www/README.* || die "dodoc failed"
77
78 if ! use tk ; then
79 rm "${D}"/usr/bin/tkremind "${D}"/usr/share/man/man1/tkremind* \
80 "${D}"/usr/bin/cm2rem* "${D}"/usr/share/man/man1/cm2rem*
81 fi
82 }
83
84
85
86 --
87 gentoo-commits@l.g.o mailing list