diff options
-rw-r--r-- | dev-libs/libstrl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libstrl/libstrl-0.3.ebuild | 29 |
2 files changed, 4 insertions, 30 deletions
diff --git a/dev-libs/libstrl/ChangeLog b/dev-libs/libstrl/ChangeLog index 1d928061d015..a16170f93e84 100644 --- a/dev-libs/libstrl/ChangeLog +++ b/dev-libs/libstrl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libstrl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstrl/ChangeLog,v 1.5 2011/06/02 17:22:06 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstrl/ChangeLog,v 1.6 2011/06/03 02:29:20 binki Exp $ + + 02 Jun 2011; Nathan Phillip Brink <binki@gentoo.org> -libstrl-0.3.ebuild: + Remove old and broken libstrl-0.3. *libstrl-0.4 (02 Jun 2011) 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 -} |