Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/sharutils: ChangeLog sharutils-4.15.2.ebuild
Date: Tue, 02 Jun 2015 09:00:06
Message-Id: 20150602090000.27199A10@oystercatcher.gentoo.org
1 polynomial-c 15/06/02 09:00:00
2
3 Modified: ChangeLog
4 Added: sharutils-4.15.2.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
9
10 Revision Changes Path
11 1.131 app-arch/sharutils/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/sharutils/ChangeLog?rev=1.131&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/sharutils/ChangeLog?rev=1.131&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/sharutils/ChangeLog?r1=1.130&r2=1.131
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-arch/sharutils/ChangeLog,v
20 retrieving revision 1.130
21 retrieving revision 1.131
22 diff -u -r1.130 -r1.131
23 --- ChangeLog 29 May 2015 07:55:04 -0000 1.130
24 +++ ChangeLog 2 Jun 2015 09:00:00 -0000 1.131
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-arch/sharutils
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/ChangeLog,v 1.130 2015/05/29 07:55:04 polynomial-c Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/ChangeLog,v 1.131 2015/06/02 09:00:00 polynomial-c Exp $
30 +
31 +*sharutils-4.15.2 (02 Jun 2015)
32 +
33 + 02 Jun 2015; Lars Wendler <polynomial-c@g.o> +sharutils-4.15.2.ebuild:
34 + Version bump.
35
36 *sharutils-4.15.1 (29 May 2015)
37
38
39
40
41 1.1 app-arch/sharutils/sharutils-4.15.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/sharutils/sharutils-4.15.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/sharutils/sharutils-4.15.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: sharutils-4.15.2.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/sharutils-4.15.2.ebuild,v 1.1 2015/06/02 09:00:00 polynomial-c Exp $
51
52 EAPI="5"
53
54 inherit eutils
55
56 MY_P="${P/_/-}"
57 DESCRIPTION="Tools to deal with shar archives"
58 HOMEPAGE="http://www.gnu.org/software/sharutils/"
59 SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
60
61 LICENSE="GPL-3"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
64 IUSE="nls"
65
66 DEPEND="app-arch/xz-utils
67 sys-apps/texinfo
68 nls? ( >=sys-devel/gettext-0.10.35 )"
69
70 S=${WORKDIR}/${MY_P}
71
72 src_configure() {
73 strip-linguas -u po
74 econf $(use_enable nls)
75 }