diff options
Diffstat (limited to 'dev-libs/shflags/shflags-1.0.3.ebuild')
-rw-r--r-- | dev-libs/shflags/shflags-1.0.3.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-libs/shflags/shflags-1.0.3.ebuild b/dev-libs/shflags/shflags-1.0.3.ebuild deleted file mode 100644 index 6280415..0000000 --- a/dev-libs/shflags/shflags-1.0.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="3" - -DESCRIPTION="Simplified handling of command-line flags in Bourne based shells" -HOMEPAGE="http://code.google.com/p/${PN}/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tgz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_install() { - dolib src/shflags || die "dolib failed" - dodoc README.txt -} |