mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 01:46:58 +02:00
Merge pull request #204 from kinvolk/krnowak/kill-cros-devutils-with-fire
dev-util/shflags: Drop the package
This commit is contained in:
commit
68dbf86509
@ -1 +0,0 @@
|
|||||||
DIST shflags-1.0.3.tgz 43549 RMD160 9dbfbd5e13e0173fea8e0459e0afc0837463e349 SHA1 978db4688b2886fa68a037deb82705ba3ecce278 SHA256 956a14771230760e24fa6ad5692bf858d1c9ee2d314320091fd045181cec8a22
|
|
@ -1,27 +0,0 @@
|
|||||||
# Copyright 1999-2011 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Header: /var/cvsroot/gentoo-x86/dev-util/shflags/shflags-1.0.3.ebuild,v 1.1 2011/10/15 17:40:57 vapier Exp $
|
|
||||||
|
|
||||||
EAPI="4"
|
|
||||||
|
|
||||||
DESCRIPTION="Command-line flags module for Unix shell scripts"
|
|
||||||
HOMEPAGE="http://code.google.com/p/shflags/"
|
|
||||||
SRC_URI="http://shflags.googlecode.com/files/${P}.tgz"
|
|
||||||
|
|
||||||
LICENSE="LGPL-2.1"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="amd64 arm x86"
|
|
||||||
IUSE="examples"
|
|
||||||
|
|
||||||
src_test() {
|
|
||||||
cd src
|
|
||||||
./shflags_test.sh || die
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
dohtml README.html
|
|
||||||
dodoc README.txt doc/*.txt
|
|
||||||
insinto /usr/share/misc
|
|
||||||
doins src/shflags
|
|
||||||
use examples && dodoc examples/*.sh
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user