Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="4"
+EAPI=5
DESCRIPTION="Command-line flags module for Unix shell scripts"
-HOMEPAGE="https://code.google.com/p/shflags/"
-SRC_URI="https://shflags.googlecode.com/files/${P}.tgz"
+HOMEPAGE="https://github.com/kward/shflags"
+SRC_URI="https://github.com/kward/shflags/archive/${PV}.tar.gz -> ${P}.tgz"
LICENSE="LGPL-2.1"
SLOT="0"
IUSE="examples"
src_test() {
- cd src
+ cd src || die
./shflags_test.sh || die
}