summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarien Zwart <marienz@gentoo.org>2005-12-05 09:58:38 +0000
committerMarien Zwart <marienz@gentoo.org>2005-12-05 09:58:38 +0000
commit79755726605025d8003cae399e822693c38d0366 (patch)
tree16139a32e20eb3a2e7ee3a08de6e348d7610b10b /dev-python/utidylib
parentRemove net-misc/dyndnsupdate from package.mask since it is no longer in the t... (diff)
downloadhistorical-79755726605025d8003cae399e822693c38d0366.tar.gz
historical-79755726605025d8003cae399e822693c38d0366.tar.bz2
historical-79755726605025d8003cae399e822693c38d0366.zip
Add missing eutils inherit.
Package-Manager: portage-2.0.53
Diffstat (limited to 'dev-python/utidylib')
-rw-r--r--dev-python/utidylib/ChangeLog5
-rw-r--r--dev-python/utidylib/Manifest4
-rw-r--r--dev-python/utidylib/utidylib-0.2.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/utidylib/ChangeLog b/dev-python/utidylib/ChangeLog
index 35a3a5eb4943..9f8e8d9591a5 100644
--- a/dev-python/utidylib/ChangeLog
+++ b/dev-python/utidylib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/utidylib
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.1 2005/12/01 00:19:37 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.2 2005/12/05 09:58:38 marienz Exp $
+
+ 05 Dec 2005; Marien Zwart <marienz@gentoo.org> utidylib-0.2.ebuild:
+ Add missing eutils inherit.
*utidylib-0.2 (01 Dec 2005)
diff --git a/dev-python/utidylib/Manifest b/dev-python/utidylib/Manifest
index f20e217b8863..b672fc10bba5 100644
--- a/dev-python/utidylib/Manifest
+++ b/dev-python/utidylib/Manifest
@@ -1,6 +1,6 @@
-MD5 4a85eea9a985e3cc551bd9d7db7b7a57 ChangeLog 532
+MD5 59cce0acca8f1976e06f5c8e029e1132 ChangeLog 633
MD5 48794b5a58ecddbbc0ffce1ed73393e8 files/digest-utidylib-0.2 60
MD5 7249f3b046946a3f88bb2cd22f55b380 files/utidylib-0.2-no-docs-in-site-packages.patch 475
MD5 bffb3127ccf1eb531a55550b17b91a1e files/utidylib-0.2-tests-twisted-2.1-compat.patch 437
MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159
-MD5 686859db5a14b5e9d94629d9741c96d1 utidylib-0.2.ebuild 1050
+MD5 3386dadbbab2c562fe7ffc229ca7ec6c utidylib-0.2.ebuild 1057
diff --git a/dev-python/utidylib/utidylib-0.2.ebuild b/dev-python/utidylib/utidylib-0.2.ebuild
index 79af7bde240c..df8d4d01ece8 100644
--- a/dev-python/utidylib/utidylib-0.2.ebuild
+++ b/dev-python/utidylib/utidylib-0.2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2.ebuild,v 1.1 2005/12/01 00:19:37 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2.ebuild,v 1.2 2005/12/05 09:58:38 marienz Exp $
-inherit distutils
+inherit distutils eutils
MY_P="uTidylib-${PV}"