summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-libs/iniparser/ChangeLog6
-rw-r--r--dev-libs/iniparser/iniparser-3.0b-r1.ebuild4
-rw-r--r--dev-libs/iniparser/iniparser-3.0b.ebuild6
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-libs/iniparser/ChangeLog b/dev-libs/iniparser/ChangeLog
index 409d33169e7a..973d10187f62 100644
--- a/dev-libs/iniparser/ChangeLog
+++ b/dev-libs/iniparser/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/iniparser
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.10 2009/11/26 17:07:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.11 2009/11/26 20:57:30 vostorga Exp $
+
+ 26 Nov 2009; Víctor Ostorga <vostorga@gentoo.org> iniparser-3.0b.ebuild,
+ iniparser-3.0b-r1.ebuild:
+ Fixing typo in ebuild DESCRIPTION, bug #294755
26 Nov 2009; Markus Meier <maekke@gentoo.org> iniparser-3.0b-r1.ebuild:
amd64/arm/x86 stable, bug #291428
diff --git a/dev-libs/iniparser/iniparser-3.0b-r1.ebuild b/dev-libs/iniparser/iniparser-3.0b-r1.ebuild
index 4bca9f028f70..fae75b48241f 100644
--- a/dev-libs/iniparser/iniparser-3.0b-r1.ebuild
+++ b/dev-libs/iniparser/iniparser-3.0b-r1.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.0b-r1.ebuild,v 1.8 2009/11/26 17:07:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.0b-r1.ebuild,v 1.9 2009/11/26 20:57:30 vostorga Exp $
inherit eutils multilib toolchain-funcs
MY_P="${PN}${PV}"
-DESCRIPTION="A ree stand-alone ini file parsing library."
+DESCRIPTION="A free stand-alone ini file parsing library."
HOMEPAGE="http://ndevilla.free.fr/iniparser/"
SRC_URI="http://ndevilla.free.fr/iniparser/${MY_P}.tar.gz"
LICENSE="MIT"
diff --git a/dev-libs/iniparser/iniparser-3.0b.ebuild b/dev-libs/iniparser/iniparser-3.0b.ebuild
index 7cad338ec7b5..0b2d53a214c8 100644
--- a/dev-libs/iniparser/iniparser-3.0b.ebuild
+++ b/dev-libs/iniparser/iniparser-3.0b.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.0b.ebuild,v 1.2 2008/08/15 15:46:03 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.0b.ebuild,v 1.3 2009/11/26 20:57:30 vostorga Exp $
inherit multilib toolchain-funcs
MY_P="${PN}${PV}"
-DESCRIPTION="A ree stand-alone ini file parsing library."
+DESCRIPTION="A free stand-alone ini file parsing library."
HOMEPAGE="http://ndevilla.free.fr/iniparser/"
SRC_URI="http://ndevilla.free.fr/iniparser/${MY_P}.tar.gz"
LICENSE="MIT"