diff options
author | Nathan Phillip Brink <binki@gentoo.org> | 2011-08-22 13:09:47 +0000 |
---|---|---|
committer | Nathan Phillip Brink <binki@gentoo.org> | 2011-08-22 13:09:47 +0000 |
commit | 7cec9fc60139eb183a985d37bb2fb330b94b4345 (patch) | |
tree | 6dcc759038a8681a121bfa9474edbddac0462148 /dev-libs/libstrl | |
parent | x11-themes/larry-backgrounds: New package (diff) | |
download | gentoo-2-7cec9fc60139eb183a985d37bb2fb330b94b4345.tar.gz gentoo-2-7cec9fc60139eb183a985d37bb2fb330b94b4345.tar.bz2 gentoo-2-7cec9fc60139eb183a985d37bb2fb330b94b4345.zip |
Bump to libstrl-0.5.1.
(Portage version: 2.2.0_alpha50-r1/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libstrl')
-rw-r--r-- | dev-libs/libstrl/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/libstrl/libstrl-0.5.1.ebuild (renamed from dev-libs/libstrl/libstrl-0.4.ebuild) | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-libs/libstrl/ChangeLog b/dev-libs/libstrl/ChangeLog index a16170f93e84..3773ecc0198a 100644 --- a/dev-libs/libstrl/ChangeLog +++ b/dev-libs/libstrl/ChangeLog @@ -1,6 +1,12 @@ # 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.6 2011/06/03 02:29:20 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstrl/ChangeLog,v 1.7 2011/08/22 13:09:47 binki Exp $ + +*libstrl-0.5.1 (22 Aug 2011) + + 22 Aug 2011; Nathan Phillip Brink <binki@gentoo.org> -libstrl-0.4.ebuild, + +libstrl-0.5.1.ebuild: + Bump to libstrl-0.5.1. 02 Jun 2011; Nathan Phillip Brink <binki@gentoo.org> -libstrl-0.3.ebuild: Remove old and broken libstrl-0.3. diff --git a/dev-libs/libstrl/libstrl-0.4.ebuild b/dev-libs/libstrl/libstrl-0.5.1.ebuild index eff672d2cc4a..13e3737f08b5 100644 --- a/dev-libs/libstrl/libstrl-0.4.ebuild +++ b/dev-libs/libstrl/libstrl-0.5.1.ebuild @@ -1,14 +1,14 @@ # 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.4.ebuild,v 1.1 2011/06/02 17:22:06 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstrl/libstrl-0.5.1.ebuild,v 1.1 2011/08/22 13:09:47 binki Exp $ -EAPI=3 +EAPI=4 inherit autotools-utils multilib -DESCRIPTION="Compat library for functions like strlcpy(), strlcat(), strnlen(), and getline()" +DESCRIPTION="Compat library for functions like strlcpy(), strlcat(), strnlen(), getline(), and asprintf()" HOMEPAGE="http://ohnopub.net/~ohnobinki/libstrl/" -SRC_URI="ftp://ohnopub.net/mirror/${P}.tar.bz2" +SRC_URI="ftp://mirror.ohnopub.net/mirror/${P}.tar.bz2" LICENSE="LGPL-3" SLOT="0" |