summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-05-05 07:33:05 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-05-05 07:33:05 +0000
commit8de06a90fe53c9771fa193bb35070eb0b7a6b4c2 (patch)
treea762c92209f38aec6861f2878e1a222b3ea1fb99 /dev-python/pyparted
parentAdded to ~sparc. (diff)
downloadhistorical-8de06a90fe53c9771fa193bb35070eb0b7a6b4c2.tar.gz
historical-8de06a90fe53c9771fa193bb35070eb0b7a6b4c2.tar.bz2
historical-8de06a90fe53c9771fa193bb35070eb0b7a6b4c2.zip
QA Fix - inherit before DESCRIPTION
Diffstat (limited to 'dev-python/pyparted')
-rw-r--r--dev-python/pyparted/ChangeLog7
-rw-r--r--dev-python/pyparted/Manifest4
-rw-r--r--dev-python/pyparted/pyparted-1.6.6.ebuild7
3 files changed, 12 insertions, 6 deletions
diff --git a/dev-python/pyparted/ChangeLog b/dev-python/pyparted/ChangeLog
index c58af9df50fc..235a82cc65f5 100644
--- a/dev-python/pyparted/ChangeLog
+++ b/dev-python/pyparted/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pyparted
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.1 2004/04/23 05:44:32 npmccallum Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.2 2004/05/05 07:33:05 dragonheart Exp $
+
+*pyparted-1.6.6 (05 May 2004)
+
+ 05 May 2004; Daniel Black <dragonheart@gentoo.org> pyparted-1.6.6.ebuild:
+ QA Fix - inherit before DESCRIPTION
23 Apr 2004; Nathaniel McCallum <npmccallum@gentoo.org> :
new ebuild
diff --git a/dev-python/pyparted/Manifest b/dev-python/pyparted/Manifest
index 7a2522288ecc..f36f919fd50c 100644
--- a/dev-python/pyparted/Manifest
+++ b/dev-python/pyparted/Manifest
@@ -1,4 +1,4 @@
-MD5 b86723aa9f76149b373eaa6eb77ca045 pyparted-1.6.6.ebuild 922
-MD5 977074b6eedfa5fa7b4ae997dc6bb233 ChangeLog 298
+MD5 b46c80f19bb199a0f216ad38193159a0 ChangeLog 445
MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159
+MD5 7c9c8a7d8af278582601bcb0eee98b01 pyparted-1.6.6.ebuild 924
MD5 1c3b5c95a85ac9c079423549c7922a84 files/digest-pyparted-1.6.6 69
diff --git a/dev-python/pyparted/pyparted-1.6.6.ebuild b/dev-python/pyparted/pyparted-1.6.6.ebuild
index 095573c08720..a086eda146bc 100644
--- a/dev-python/pyparted/pyparted-1.6.6.ebuild
+++ b/dev-python/pyparted/pyparted-1.6.6.ebuild
@@ -1,9 +1,12 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-1.6.6.ebuild,v 1.1 2004/04/23 05:44:32 npmccallum Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-1.6.6.ebuild,v 1.2 2004/05/05 07:33:05 dragonheart Exp $
+
RH_EXTRAVERSION="2"
+inherit eutils rpm
+
DESCRIPTION="Python bindings for parted"
HOMEPAGE="http://fedora.redhat.com"
SRC_URI="http://download.fedora.redhat.com/pub/fedora/linux/core/development/SRPMS/${P}-${RH_EXTRAVERSION}.src.rpm"
@@ -17,8 +20,6 @@ DEPEND=">=sys-apps/parted-1.6.9"
RDEPEND="${DEPEND}"
-inherit eutils rpm
-
S="${WORKDIR}/${P}"
src_unpack() {