Parent Directory
|
Revision Log
Add new snapshot. Fixes bug #427878. (Portage version: 2.1.11.9/cvs/Linux x86_64)
| 1 | kensington | 1.1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 | ||
| 3 | # $Header: /var/cvsroot/gentoo-x86/sys-block/partitionmanager/partitionmanager-1.0.3_p20110912.ebuild,v 1.4 2011/10/15 23:17:14 maekke Exp $ | ||
| 4 | |||
| 5 | EAPI=4 | ||
| 6 | |||
| 7 | KMNAME="extragear/sysadmin" | ||
| 8 | inherit kde4-base | ||
| 9 | |||
| 10 | DESCRIPTION="KDE utility for management of partitions and file systems." | ||
| 11 | HOMEPAGE="http://partitionman.sourceforge.net/" | ||
| 12 | SRC_URI="http://dev.gentoo.org/~kensington/distfiles/${P}.tar.bz2" | ||
| 13 | |||
| 14 | LICENSE="GPL-2" | ||
| 15 | KEYWORDS="~amd64 ~x86" | ||
| 16 | SLOT="0" | ||
| 17 | IUSE="debug" | ||
| 18 | |||
| 19 | RDEPEND=" | ||
| 20 | dev-libs/libatasmart | ||
| 21 | >=sys-block/parted-3 | ||
| 22 | sys-apps/util-linux | ||
| 23 | " | ||
| 24 | DEPEND="${RDEPEND} | ||
| 25 | sys-devel/gettext | ||
| 26 | " |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |