diff options
author | Nathan Phillip Brink <binki@gentoo.org> | 2011-06-03 02:29:20 +0000 |
---|---|---|
committer | Nathan Phillip Brink <binki@gentoo.org> | 2011-06-03 02:29:20 +0000 |
commit | 958a4c8dba0ee8da4c0924a595e87ad39b434bc6 (patch) | |
tree | e2ca5c6278e1808be8dbd4e936365ee43893d7ff /dev-libs/libstrl/libstrl-0.3.ebuild | |
parent | version bump and cleanup (diff) | |
download | gentoo-2-958a4c8dba0ee8da4c0924a595e87ad39b434bc6.tar.gz gentoo-2-958a4c8dba0ee8da4c0924a595e87ad39b434bc6.tar.bz2 gentoo-2-958a4c8dba0ee8da4c0924a595e87ad39b434bc6.zip |
Remove old and broken libstrl-0.3.
(Portage version: 2.2.0_alpha34-r1/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libstrl/libstrl-0.3.ebuild')
-rw-r--r-- | dev-libs/libstrl/libstrl-0.3.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-libs/libstrl/libstrl-0.3.ebuild b/dev-libs/libstrl/libstrl-0.3.ebuild deleted file mode 100644 index 7530a28af883..000000000000 --- a/dev-libs/libstrl/libstrl-0.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstrl/libstrl-0.3.ebuild,v 1.1 2011/01/21 18:17:53 hwoarang Exp $ - -EAPI=3 - -inherit autotools-utils multilib - -DESCRIPTION="Compat library for functions like strlcpy(), strlcat(), and strnlen()" -HOMEPAGE="http://ohnopub.net/~ohnobinki/libstrl/" -SRC_URI="ftp://ohnopub.net/mirror/${P}.tar.bz2" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x64-macos" -IUSE="doc static-libs test" - -DEPEND="doc? ( app-doc/doxygen ) - test? ( dev-libs/check )" -RDEPEND="" - -src_configure() { - local myeconfargs=( - $(use_with doc doxygen) - $(use_with test check) - ) - - autotools-utils_src_configure -} |