summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Strzygowski <lucass@gentoo.org>2007-01-18 22:47:18 +0000
committerLukasz Strzygowski <lucass@gentoo.org>2007-01-18 22:47:18 +0000
commit98d4f1e919d124905d74d103484f5047232f7e8d (patch)
treea3d8818dc1dadf061c90e9edce3fdaef77992e44 /dev-python/pystatgrab
parentStable for HPPA (bug #147751). (diff)
downloadgentoo-2-98d4f1e919d124905d74d103484f5047232f7e8d.tar.gz
gentoo-2-98d4f1e919d124905d74d103484f5047232f7e8d.tar.bz2
gentoo-2-98d4f1e919d124905d74d103484f5047232f7e8d.zip
Added missing dev-util/pkgconfig dep, bug #152243.
(Portage version: 2.1.2_rc4-r9)
Diffstat (limited to 'dev-python/pystatgrab')
-rw-r--r--dev-python/pystatgrab/ChangeLog8
-rw-r--r--dev-python/pystatgrab/files/digest-pystatgrab-0.32
-rw-r--r--dev-python/pystatgrab/files/digest-pystatgrab-0.42
-rw-r--r--dev-python/pystatgrab/pystatgrab-0.3.ebuild7
-rw-r--r--dev-python/pystatgrab/pystatgrab-0.4.ebuild7
5 files changed, 18 insertions, 8 deletions
diff --git a/dev-python/pystatgrab/ChangeLog b/dev-python/pystatgrab/ChangeLog
index 9df926d9cc8d..be90db31f167 100644
--- a/dev-python/pystatgrab/ChangeLog
+++ b/dev-python/pystatgrab/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pystatgrab
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pystatgrab/ChangeLog,v 1.5 2006/04/01 18:53:00 agriffis Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pystatgrab/ChangeLog,v 1.6 2007/01/18 22:47:18 lucass Exp $
+
+ 18 Jan 2007; Lukasz Strzygowski <lucass@gentoo.org> pystatgrab-0.3.ebuild,
+ pystatgrab-0.4.ebuild:
+ Added missing dev-util/pkgconfig dep, bug #152243.
01 Apr 2006; Aron Griffis <agriffis@gentoo.org> pystatgrab-0.4.ebuild:
Mark 0.4 ~ia64
diff --git a/dev-python/pystatgrab/files/digest-pystatgrab-0.3 b/dev-python/pystatgrab/files/digest-pystatgrab-0.3
index 8c457e3853af..943f46bb72d5 100644
--- a/dev-python/pystatgrab/files/digest-pystatgrab-0.3
+++ b/dev-python/pystatgrab/files/digest-pystatgrab-0.3
@@ -1 +1,3 @@
MD5 42d7e8c2188590c869c72230098f10ec pystatgrab-0.3.tar.gz 24354
+RMD160 55c3279ab49ddc6df5618ad3c93507c5c432d453 pystatgrab-0.3.tar.gz 24354
+SHA256 e1a1f70493fc793e5a4c21a934ec792937dc26e54bc5ad2ec66134b36b726865 pystatgrab-0.3.tar.gz 24354
diff --git a/dev-python/pystatgrab/files/digest-pystatgrab-0.4 b/dev-python/pystatgrab/files/digest-pystatgrab-0.4
index a130ee93acf4..db0d19ce9449 100644
--- a/dev-python/pystatgrab/files/digest-pystatgrab-0.4
+++ b/dev-python/pystatgrab/files/digest-pystatgrab-0.4
@@ -1 +1,3 @@
MD5 d5f641299e709950bc46287fa9e4335e pystatgrab-0.4.tar.gz 26432
+RMD160 bc54515c486cb970b51774687e64498c3e023f73 pystatgrab-0.4.tar.gz 26432
+SHA256 41e719400f19791ae75a05b851059016bba0def4cc220d90a883957b0257158a pystatgrab-0.4.tar.gz 26432
diff --git a/dev-python/pystatgrab/pystatgrab-0.3.ebuild b/dev-python/pystatgrab/pystatgrab-0.3.ebuild
index 606d9498ef6b..4f415a9a43de 100644
--- a/dev-python/pystatgrab/pystatgrab-0.3.ebuild
+++ b/dev-python/pystatgrab/pystatgrab-0.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pystatgrab/pystatgrab-0.3.ebuild,v 1.4 2005/11/24 22:13:32 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pystatgrab/pystatgrab-0.3.ebuild,v 1.5 2007/01/18 22:47:18 lucass Exp $
inherit distutils
@@ -14,5 +14,6 @@ KEYWORDS="~amd64 ppc x86"
DEPEND="virtual/python
>=sys-libs/libstatgrab-0.9
- !>=sys-libs/libstatgrab-0.12"
+ !>=sys-libs/libstatgrab-0.12
+ dev-util/pkgconfig"
diff --git a/dev-python/pystatgrab/pystatgrab-0.4.ebuild b/dev-python/pystatgrab/pystatgrab-0.4.ebuild
index 1042a8aa448a..af4ac5eadf82 100644
--- a/dev-python/pystatgrab/pystatgrab-0.4.ebuild
+++ b/dev-python/pystatgrab/pystatgrab-0.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pystatgrab/pystatgrab-0.4.ebuild,v 1.2 2006/04/01 18:53:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pystatgrab/pystatgrab-0.4.ebuild,v 1.3 2007/01/18 22:47:18 lucass Exp $
inherit distutils
@@ -14,6 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
DEPEND="virtual/python
- >=sys-libs/libstatgrab-0.12"
+ >=sys-libs/libstatgrab-0.12
+ dev-util/pkgconfig"
DOCS="AUTHORS NEWS"