Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/shflags/
Date: Fri, 28 Aug 2015 12:21:20
Message-Id: 1440764470.4504566c1e965c1500af98bc436448140230fba5.jlec@gentoo
1 commit: 4504566c1e965c1500af98bc436448140230fba5
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 28 12:21:06 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 28 12:21:10 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4504566c
7
8 dev-util/shflags: moved to github
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-util/shflags/shflags-1.0.3.ebuild | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-util/shflags/shflags-1.0.3.ebuild b/dev-util/shflags/shflags-1.0.3.ebuild
17 index e16aa6f..e59fe48 100644
18 --- a/dev-util/shflags/shflags-1.0.3.ebuild
19 +++ b/dev-util/shflags/shflags-1.0.3.ebuild
20 @@ -1,12 +1,12 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 -EAPI="4"
27 +EAPI=5
28
29 DESCRIPTION="Command-line flags module for Unix shell scripts"
30 -HOMEPAGE="https://code.google.com/p/shflags/"
31 -SRC_URI="https://shflags.googlecode.com/files/${P}.tgz"
32 +HOMEPAGE="https://github.com/kward/shflags"
33 +SRC_URI="https://github.com/kward/shflags/archive/${PV}.tar.gz -> ${P}.tgz"
34
35 LICENSE="LGPL-2.1"
36 SLOT="0"
37 @@ -14,7 +14,7 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86
38 IUSE="examples"
39
40 src_test() {
41 - cd src
42 + cd src || die
43 ./shflags_test.sh || die
44 }