summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Stadler <centic@gentoo.org>2004-03-18 20:59:49 +0000
committerDominik Stadler <centic@gentoo.org>2004-03-18 20:59:49 +0000
commit13c680285f6ea6abcbc5a0a5fdf28e0c189dd81a (patch)
tree53a838b5104acb1fe8128ef2dd99ff6d0c90a108 /sys-apps/qtparted
parentChangeLog fixes (Manifest recommit) (diff)
downloadgentoo-2-13c680285f6ea6abcbc5a0a5fdf28e0c189dd81a.tar.gz
gentoo-2-13c680285f6ea6abcbc5a0a5fdf28e0c189dd81a.tar.bz2
gentoo-2-13c680285f6ea6abcbc5a0a5fdf28e0c189dd81a.zip
Add new Version 0.4.3, should fix Bug 27959.
Diffstat (limited to 'sys-apps/qtparted')
-rw-r--r--sys-apps/qtparted/ChangeLog7
-rw-r--r--sys-apps/qtparted/Manifest6
-rw-r--r--sys-apps/qtparted/files/digest-qtparted-0.4.31
-rw-r--r--sys-apps/qtparted/qtparted-0.4.3.ebuild30
4 files changed, 41 insertions, 3 deletions
diff --git a/sys-apps/qtparted/ChangeLog b/sys-apps/qtparted/ChangeLog
index 3f859ccec82c..92c151ca0e34 100644
--- a/sys-apps/qtparted/ChangeLog
+++ b/sys-apps/qtparted/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/qtparted
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/qtparted/ChangeLog,v 1.10 2004/01/22 02:47:46 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/qtparted/ChangeLog,v 1.11 2004/03/18 20:59:45 centic Exp $
+
+*qtparted-0.4.3 (18 Mar 2004)
+
+ 18 Mar 2004; Dominik Stadler <centic@gentoo.org> qtparted-0.4.3.ebuild:
+ Add current Version 0.4.3, maybe fixes Bug 27959.
*qtparted-0.4.1 (21 Jan 2004)
diff --git a/sys-apps/qtparted/Manifest b/sys-apps/qtparted/Manifest
index 5b42cb644461..208f2f8388d3 100644
--- a/sys-apps/qtparted/Manifest
+++ b/sys-apps/qtparted/Manifest
@@ -1,8 +1,10 @@
-MD5 c08186c8879083a17ffae00086d90f61 qtparted-0.4.1.ebuild 662
MD5 b028566fc1a06334274fc10e2451b9b1 ChangeLog 1465
-MD5 64e5d3583666d97828cd418877cdb334 qtparted-0.3.2.ebuild 661
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
+MD5 64e5d3583666d97828cd418877cdb334 qtparted-0.3.2.ebuild 661
MD5 3c0ef666aadbc87fa6013c8a5947e4f4 qtparted-0.4.0.ebuild 663
+MD5 c08186c8879083a17ffae00086d90f61 qtparted-0.4.1.ebuild 662
+MD5 57af6667f64ae52e5404b97515fcc918 qtparted-0.4.3.ebuild 562
MD5 babc9fa62e3147a05db290b1957c9570 files/digest-qtparted-0.3.2 67
MD5 8a5fdca416ff28558d39dab30ce00f26 files/digest-qtparted-0.4.0 67
MD5 b2405dc58dfba3f1d11611a046c7cca5 files/digest-qtparted-0.4.1 67
+MD5 8fab478739ea5a4e2603166877575a92 files/digest-qtparted-0.4.3 67
diff --git a/sys-apps/qtparted/files/digest-qtparted-0.4.3 b/sys-apps/qtparted/files/digest-qtparted-0.4.3
new file mode 100644
index 000000000000..f6eb1b110873
--- /dev/null
+++ b/sys-apps/qtparted/files/digest-qtparted-0.4.3
@@ -0,0 +1 @@
+MD5 1f62cc90ce378d67e5b0d015f929eb4c qtparted-0.4.3.tar.bz2 592392
diff --git a/sys-apps/qtparted/qtparted-0.4.3.ebuild b/sys-apps/qtparted/qtparted-0.4.3.ebuild
new file mode 100644
index 000000000000..b0771b7e4b97
--- /dev/null
+++ b/sys-apps/qtparted/qtparted-0.4.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/qtparted/qtparted-0.4.3.ebuild,v 1.1 2004/03/18 20:59:45 centic Exp $
+
+inherit kde
+need-qt 3.1
+
+DESCRIPTION="QtParted is a nice Qt partition tool for Linux"
+HOMEPAGE="http://qtparted.sourceforge.net"
+SRC_URI="mirror://sourceforge/qtparted/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=x11-libs/qt-3.1.0
+ >=sys-apps/parted-1.6.6
+ >=sys-fs/e2fsprogs-1.33
+ >=sys-fs/progsreiserfs-0.3.0.4
+ >=sys-fs/xfsprogs-2.3.9
+ >=sys-fs/jfsutils-1.1.2
+ >=sys-fs/ntfsprogs-1.7.1"
+
+
+src_install() {
+ einstall || die
+ dodoc doc/README doc/README.Debian doc/TODO.txt doc/BUGS doc/DEVELOPER-FAQ
+}
+