
Disk Manager Gentoo ebuild
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Disk Manager is a partitioning program based on "parted" similar to "qtparted".
(http://www.kde-apps.org/content/show.php/Disk+Manager?content=70149)
Installation:
you must have the following in your /etc/portage/package.keywords :
sys-apps/diskman
sys-apps/hwinfo
sys-fs/sysfsutils
as well as a defined PORTDIR_OVERLAY in your /etc/make.conf :
PORTDIR_OVERLAY="/usr/local/portage"
now go to your portage overlay directory, e.g.
mkdir -p /usr/local/portage
cd /usr/local/portage
tar xfvz /downloads/70858-diskman-0.9.7_ebuild.tar.gz
emerge -av diskman
USE-flags are
arts jfs ntfs reiserfs xfs
run it with
kdesu diskman
This is my first self created ebuild ever, so you might want to modify it to your needs. For me it worked fine with kde-3.5.8 on x86.
Please login or register to add a comment or rating