summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-05-06 12:14:08 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-05-06 12:14:08 +0000
commit612eda9d5aac84d1c2838e745971871aa615bda3 (patch)
tree63a274378c706aec81bffc2bf281a931053f5003 /dev-python/iniparse
parentStable for amd64, wrt bug #414387 (diff)
downloadhistorical-612eda9d5aac84d1c2838e745971871aa615bda3.tar.gz
historical-612eda9d5aac84d1c2838e745971871aa615bda3.tar.bz2
historical-612eda9d5aac84d1c2838e745971871aa615bda3.zip
Stable for amd64, wrt bug #410859
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'dev-python/iniparse')
-rw-r--r--dev-python/iniparse/ChangeLog7
-rw-r--r--dev-python/iniparse/iniparse-0.4.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/iniparse/ChangeLog b/dev-python/iniparse/ChangeLog
index 2ebc9a07863b..3a69f77bd353 100644
--- a/dev-python/iniparse/ChangeLog
+++ b/dev-python/iniparse/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/iniparse
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/iniparse/ChangeLog,v 1.2 2011/08/19 19:48:45 hwoarang Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iniparse/ChangeLog,v 1.3 2012/05/06 12:14:08 ago Exp $
+
+ 06 May 2012; Agostino Sarubbo <ago@gentoo.org> iniparse-0.4.ebuild:
+ Stable for amd64, wrt bug #410859
19 Aug 2011; Markos Chandras <hwoarang@gentoo.org> iniparse-0.4.ebuild:
Fix dependencies, HOMEPAGE and LICENSE. Add src_test(). Patch by Arfrever.
diff --git a/dev-python/iniparse/iniparse-0.4.ebuild b/dev-python/iniparse/iniparse-0.4.ebuild
index f693c34e0b84..69d9612ffedb 100644
--- a/dev-python/iniparse/iniparse-0.4.ebuild
+++ b/dev-python/iniparse/iniparse-0.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/iniparse/iniparse-0.4.ebuild,v 1.2 2011/08/19 19:48:45 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iniparse/iniparse-0.4.ebuild,v 1.3 2012/05/06 12:14:08 ago Exp $
EAPI=3
@@ -17,7 +17,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
LICENSE="MIT PSF-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
DEPEND=""