Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/minised: minised-1.13.ebuild ChangeLog minised-1.11.ebuild minised-1.5.ebuild
Date: Mon, 30 Nov 2009 11:54:10
Message-Id: E1NF4pT-0000gO-Ij@stork.gentoo.org
1 ssuominen 09/11/30 11:54:07
2
3 Modified: ChangeLog
4 Added: minised-1.13.ebuild
5 Removed: minised-1.11.ebuild minised-1.5.ebuild
6 Log:
7 Version bump.
8 (Portage version: 2.2_rc54/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 sys-apps/minised/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/minised/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/minised/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/minised/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/minised/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 11 Oct 2007 05:34:46 -0000 1.4
24 +++ ChangeLog 30 Nov 2009 11:54:07 -0000 1.5
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-apps/minised
27 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/minised/ChangeLog,v 1.4 2007/10/11 05:34:46 vapier Exp $
29 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/minised/ChangeLog,v 1.5 2009/11/30 11:54:07 ssuominen Exp $
31 +
32 +*minised-1.13 (30 Nov 2009)
33 +
34 + 30 Nov 2009; Samuli Suominen <ssuominen@g.o> +minised-1.13.ebuild:
35 + Version bump.
36
37 *minised-1.11 (11 Oct 2007)
38
39
40
41
42 1.1 sys-apps/minised/minised-1.13.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/minised/minised-1.13.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/minised/minised-1.13.ebuild?rev=1.1&content-type=text/plain
46
47 Index: minised-1.13.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-apps/minised/minised-1.13.ebuild,v 1.1 2009/11/30 11:54:07 ssuominen Exp $
52
53 inherit toolchain-funcs
54
55 DESCRIPTION="a smaller, cheaper, faster SED implementation"
56 HOMEPAGE="http://www.exactcode.de/oss/minised/"
57 SRC_URI="http://dl.exactcode.de/oss/minised/minised-${PV}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~x86"
62 IUSE=""
63
64 src_compile() {
65 tc-export CC
66 emake || die
67 }
68
69 src_install() {
70 emake DESTDIR="${D}" install || die
71 dodoc BUGS README
72 }