Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/which: which-2.20-r1.ebuild ChangeLog
Date: Thu, 23 May 2013 03:14:54
Message-Id: 20130523031447.0C7F92171E@flycatcher.gentoo.org
1 vapier 13/05/23 03:14:46
2
3 Modified: ChangeLog
4 Added: which-2.20-r1.ebuild
5 Log:
6 Update to EAPI=4 and build against 64bit interfaces #471024.
7
8 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
9
10 Revision Changes Path
11 1.43 sys-apps/which/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.43&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.43&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?r1=1.42&r2=1.43
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v
20 retrieving revision 1.42
21 retrieving revision 1.43
22 diff -u -r1.42 -r1.43
23 --- ChangeLog 17 Feb 2013 20:15:47 -0000 1.42
24 +++ ChangeLog 23 May 2013 03:14:46 -0000 1.43
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-apps/which
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.42 2013/02/17 20:15:47 zmedico Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.43 2013/05/23 03:14:46 vapier Exp $
30 +
31 +*which-2.20-r1 (23 May 2013)
32 +
33 + 23 May 2013; Mike Frysinger <vapier@g.o> +which-2.20-r1.ebuild:
34 + Update to EAPI=4 and build against 64bit interfaces #471024.
35
36 17 Feb 2013; Zac Medico <zmedico@g.o> which-2.20.ebuild:
37 Add ~arm-linux keyword.
38
39
40
41 1.1 sys-apps/which/which-2.20-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: which-2.20-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v 1.1 2013/05/23 03:14:46 vapier Exp $
51
52 EAPI="4"
53
54 inherit flag-o-matic
55
56 DESCRIPTION="Prints out location of specified executables that are in your path"
57 HOMEPAGE="http://www.xs4all.nl/~carlo17/which/"
58 SRC_URI="http://www.xs4all.nl/~carlo17/which/${P}.tar.gz"
59
60 LICENSE="GPL-3"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
63 IUSE=""
64
65 src_prepare() {
66 append-lfs-flags
67 }