summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-10-11 13:54:20 +0200
committerBor Kraljič2011-10-11 13:54:20 +0200
commit3cba85248d4aba1c33b06e854c0e0b457b8101e4 (patch)
tree6fbde6cae62264f6d83c1d86dbfbe29caac32df2
parent90f8e843ba0579704f265696f357c144fbf4c46f (diff)
disk/qtparted: removed (we no longer support qt3 (qt-x11))
-rw-r--r--ChangeLog1
-rwxr-xr-xdisk/qtparted/BUILD4
-rwxr-xr-xdisk/qtparted/DEPENDS9
-rwxr-xr-xdisk/qtparted/DETAILS13
-rw-r--r--disk/qtparted/HISTORY51
-rwxr-xr-xdisk/qtparted/INSTALL2
-rwxr-xr-xdisk/qtparted/PRE_BUILD5
-rw-r--r--disk/qtparted/qtparted-0.4.5-PED_SECTOR_SIZE.patch13
-rw-r--r--disk/qtparted/qtparted-0.4.5.tar.bz2.sigbin280 -> 0 bytes
9 files changed, 1 insertions, 97 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a973c5b49..1f825a6f0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -224,6 +224,7 @@
* devel/mysqlnavigator: removed (we no longer support qt3 (qt-x11))
* devel/qgit: removed (we no longer support qt3 (qt-x11))
* devel/xxdiff: removed (we no longer support qt3 (qt-x11))
+ * disk/qtparted: removed (we no longer support qt3 (qt-x11))
2011-10-05 Vlad Glagolev <stealth@sourcemage.org>
* python-pypi/fabric: new spell, simple, Pythonic tool for remote
diff --git a/disk/qtparted/BUILD b/disk/qtparted/BUILD
deleted file mode 100755
index 366eb4784a..0000000000
--- a/disk/qtparted/BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-OPTS="$OPTS --enable-static=no" &&
-make_single &&
-default_build &&
-make_normal
diff --git a/disk/qtparted/DEPENDS b/disk/qtparted/DEPENDS
deleted file mode 100755
index 8c069832c0..0000000000
--- a/disk/qtparted/DEPENDS
+++ /dev/null
@@ -1,9 +0,0 @@
-depends automake &&
-depends parted &&
-depends qt-x11 &&
-depends unsermake &&
-
-optional_depends "ntfs-3g" "" "--disable-ntfs" "for NTFS support" &&
-optional_depends "xfsprogs" "" "--disable-xfs" "for XFS support" &&
-optional_depends "progsreiserfs" "" "--disable-reiserfs" "for ReiserFS support" &&
-optional_depends "jfsutils" "" "--disable-jfs" "for JFS support"
diff --git a/disk/qtparted/DETAILS b/disk/qtparted/DETAILS
deleted file mode 100755
index 3fc949ffba..0000000000
--- a/disk/qtparted/DETAILS
+++ /dev/null
@@ -1,13 +0,0 @@
- SPELL=qtparted
- VERSION=0.4.5
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
- WEB_SITE=http://qtparted.sourceforge.net
- LICENSE[0]=GPL
- ENTERED=20031001
- SHORT="QTParted is a Partition Magic clone"
-cat << EOF
-QTParted is a Partition Magic clone written in C++ using the Qt toolkit.
-EOF
diff --git a/disk/qtparted/HISTORY b/disk/qtparted/HISTORY
deleted file mode 100644
index 5fb1cb051b..0000000000
--- a/disk/qtparted/HISTORY
+++ /dev/null
@@ -1,51 +0,0 @@
-2011-05-08 Ladislav Hagara <hgr@vabo.cz>
- * DEPENDS: deprecated ntfsprogs -> ntfs-3g
-
-2008-01-15 Eric Sandall <sandalle@sourcemage.org>
- * BUILD: Enable make_single for default_build as it fails with multiple
- make jobs
-
-2007-10-07 Eric Sandall <sandalle@sourcemage.org>
- * INSTALL: Fails with multiple make jobs
-
-2006-12-01 Flavien Bridault <vlaaad@sourcemage.org>
- * DETAILS: Updated to 0.4.5 (fix bug #10426)
- * qtparted-0.4.5-PED_SECTOR_SIZE.patch: added to fix compiling
- * PRE_BUILD: apply patch, fix unsermake path
- * BUILD: removed automake version hack
- * DEPENDS: added unsermake
-
-2006-10-03 Juuso Alasuutari <iuso@sourcemage.org>
- * DETAILS: [automated] Removed UPDATED.
-
-2005-01-23 Flavien Bridault <disk@sourcemage.org>
- * DETAILS,BUILD: Converted to BUILD_API 2
-
-2004-06-30 Eric Sandall <sandalle@sourcemage.org>
- * DEPENDS: Renamed REISERFS to ReiserFS
-
-2004-04-26 Treeve Jelbert <treeve@sourcemage.org>
- * DETAILS: version 0.4.4
-
-2004-03-18 Treeve Jelbert <treeve@sourcemage.org>
- * DETAILS: version 0.4.3
-
-2004-03-04 Treeve Jelbert <treeve@sourcemage.org>
- * DETAILS: version 0.4.2
- fixes bug #5819
-
-2003-12-14 Arwed v. Merkatz <v.merkatz@gmx.net>
- * BUILD: don't assume any specific automake version
- * DEPENDS: added dependency on automake
-
-2003-12-06 Eric Sandall <sandalle@sourcemage.org>
- * DETAILS: Updated to 0.4.1
-
-2003-11-25 hgg <hgreig@bigpond.net.au>
- * DEPENDS: reformat
- * BUILD: add OPTS= line to build shared to close pm bug $4867
- * HISTORY: reformat
-
-2003-10-01 Ladislav Hagara <hgr@vabo.cz>
- * created this spell, version 0.4.0
-
diff --git a/disk/qtparted/INSTALL b/disk/qtparted/INSTALL
deleted file mode 100755
index 198870845a..0000000000
--- a/disk/qtparted/INSTALL
+++ /dev/null
@@ -1,2 +0,0 @@
-make_single &&
-default_install
diff --git a/disk/qtparted/PRE_BUILD b/disk/qtparted/PRE_BUILD
deleted file mode 100755
index 43a56f4aad..0000000000
--- a/disk/qtparted/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-sedit 's!/usr/share/unsermake/unsermake!/usr/bin/unsermake!' Makefile.in &&
-sedit 's!/usr/share/unsermake/unsermake!/usr/bin/unsermake!' src/Makefile.in &&
-patch -p1 < $SCRIPT_DIRECTORY/qtparted-0.4.5-PED_SECTOR_SIZE.patch
diff --git a/disk/qtparted/qtparted-0.4.5-PED_SECTOR_SIZE.patch b/disk/qtparted/qtparted-0.4.5-PED_SECTOR_SIZE.patch
deleted file mode 100644
index d85c701419..0000000000
--- a/disk/qtparted/qtparted-0.4.5-PED_SECTOR_SIZE.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- qtparted-0.4.5/src/qp_libparted.h 2006-06-02 17:49:42.000000000 +0100
-+++ qtparted-0.4.5/src/qp_libparted.h 2006-06-02 17:51:18.000000000 +0100
-@@ -35,6 +35,10 @@
- #include "qtparted.h"
- #include "qp_devlist.h"
-
-+#ifndef PED_SECTOR_SIZE
-+#define PED_SECTOR_SIZE PED_SECTOR_SIZE_DEFAULT
-+#endif
-+
- class QP_PartWidget;
- class QP_ListViewItem;
- class QP_LibParted; \ No newline at end of file
diff --git a/disk/qtparted/qtparted-0.4.5.tar.bz2.sig b/disk/qtparted/qtparted-0.4.5.tar.bz2.sig
deleted file mode 100644
index 0a163af1e6..0000000000
--- a/disk/qtparted/qtparted-0.4.5.tar.bz2.sig
+++ /dev/null
Binary files differ