summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn N. Laliberte <allanonjl@gentoo.org>2006-05-20 12:23:02 +0000
committerJohn N. Laliberte <allanonjl@gentoo.org>2006-05-20 12:23:02 +0000
commitb78185cdf900e5cc4c2fd2636cb20e2e9764d781 (patch)
tree6b3103538dcc0e73e96f6e8b2e546ed1847ebfaf /sys-apps/parted/files
parentBlock media-libs/glut, not ourself :) (diff)
downloadgentoo-2-b78185cdf900e5cc4c2fd2636cb20e2e9764d781.tar.gz
gentoo-2-b78185cdf900e5cc4c2fd2636cb20e2e9764d781.tar.bz2
gentoo-2-b78185cdf900e5cc4c2fd2636cb20e2e9764d781.zip
new version
(Portage version: 2.1_rc1-r3)
Diffstat (limited to 'sys-apps/parted/files')
-rw-r--r--sys-apps/parted/files/digest-parted-1.7.03
-rw-r--r--sys-apps/parted/files/parted-1.7.0-pyparted.patch12
2 files changed, 15 insertions, 0 deletions
diff --git a/sys-apps/parted/files/digest-parted-1.7.0 b/sys-apps/parted/files/digest-parted-1.7.0
new file mode 100644
index 000000000000..a23fffb9c49b
--- /dev/null
+++ b/sys-apps/parted/files/digest-parted-1.7.0
@@ -0,0 +1,3 @@
+MD5 9404973b3493f75f589eafbf56780bb1 parted-1.7.0.tar.bz2 1096398
+RMD160 a92ece2d720fa14b7fadaf244cb59871be983f98 parted-1.7.0.tar.bz2 1096398
+SHA256 106cebc176cf2073080310cde5c7dea0ae449d82ec513561377ec41b17754b43 parted-1.7.0.tar.bz2 1096398
diff --git a/sys-apps/parted/files/parted-1.7.0-pyparted.patch b/sys-apps/parted/files/parted-1.7.0-pyparted.patch
new file mode 100644
index 000000000000..6dd782a14ffe
--- /dev/null
+++ b/sys-apps/parted/files/parted-1.7.0-pyparted.patch
@@ -0,0 +1,12 @@
+--- parted-1.7.0/include/parted/disk.h 2006-05-15 05:49:54.000000000 -0400
++++ parted-1.7.0.new/include/parted/disk.h 2006-05-20 07:52:07.000000000 -0400
+@@ -46,7 +46,8 @@
+ PED_PARTITION_LOGICAL = 0x01,
+ PED_PARTITION_EXTENDED = 0x02,
+ PED_PARTITION_FREESPACE = 0x04,
+- PED_PARTITION_METADATA = 0x08
++ PED_PARTITION_METADATA = 0x08,
++ PED_PARTITION_PROTECTED = 0x10
+ } PedPartitionType;
+
+ /**