Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/bashforth: ChangeLog bashforth-0.58a.ebuild
Date: Thu, 01 Nov 2012 16:53:29
Message-Id: 20121101165311.85B6021600@flycatcher.gentoo.org
1 pinkbyte 12/11/01 16:53:11
2
3 Modified: ChangeLog
4 Added: bashforth-0.58a.ebuild
5 Log:
6 Version bump: EAPI 4, add ~amd64 keyword
7
8 (Portage version: 2.2.0_alpha141/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.6 dev-lang/bashforth/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/bashforth/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/bashforth/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/bashforth/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/bashforth/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 10 May 2012 15:43:19 -0000 1.5
24 +++ ChangeLog 1 Nov 2012 16:53:11 -0000 1.6
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-lang/bashforth
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/bashforth/ChangeLog,v 1.5 2012/05/10 15:43:19 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/bashforth/ChangeLog,v 1.6 2012/11/01 16:53:11 pinkbyte Exp $
30 +
31 +*bashforth-0.58a (01 Nov 2012)
32 +
33 + 01 Nov 2012; Sergey Popov <pinkbyte@g.o> +bashforth-0.58a.ebuild:
34 + Version bump: EAPI 4, add ~amd64 keyword
35
36 10 May 2012; Agostino Sarubbo <ago@g.o> -bashforth-0.54a.ebuild:
37 Remove old
38
39
40
41 1.1 dev-lang/bashforth/bashforth-0.58a.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/bashforth/bashforth-0.58a.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/bashforth/bashforth-0.58a.ebuild?rev=1.1&content-type=text/plain
45
46 Index: bashforth-0.58a.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-lang/bashforth/bashforth-0.58a.ebuild,v 1.1 2012/11/01 16:53:11 pinkbyte Exp $
51
52 EAPI=4
53
54 DESCRIPTION="String-threaded Forth interpreter in Bash"
55 HOMEPAGE="http://www.forthfreak.net/index.cgi?BashForth"
56 SRC_URI="http://forthfreak.net/${PN}.versions/${P}"
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~x86"
60 IUSE=""
61
62 DEPEND=">app-shells/bash-3.0"
63
64 S="${WORKDIR}"
65
66 src_unpack() {
67 cp "${DISTDIR}/${P}" "${S}"
68 }
69
70 src_install() {
71 newbin "${P}" "${PN}"
72 }