| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks/Attic/udisks-1.99.0.ebuild,v 1.2 2012/07/28 12:45:38 ssuominen Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks/Attic/udisks-1.99.0.ebuild,v 1.3 2012/08/02 22:00:12 ssuominen Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | inherit eutils bash-completion-r1 linux-info systemd |
6 | inherit eutils bash-completion-r1 linux-info systemd |
| 7 | |
7 | |
| 8 | DESCRIPTION="Daemon providing interfaces to work with storage devices" |
8 | DESCRIPTION="Daemon providing interfaces to work with storage devices" |
| … | |
… | |
| 15 | IUSE="debug crypt +gptfdisk +introspection systemd" |
15 | IUSE="debug crypt +gptfdisk +introspection systemd" |
| 16 | |
16 | |
| 17 | COMMON_DEPEND=">=dev-libs/glib-2.32 |
17 | COMMON_DEPEND=">=dev-libs/glib-2.32 |
| 18 | >=sys-auth/polkit-0.106 |
18 | >=sys-auth/polkit-0.106 |
| 19 | >=dev-libs/libatasmart-0.19 |
19 | >=dev-libs/libatasmart-0.19 |
| 20 | || ( >=sys-fs/udev-171-r6[gudev,hwdb] <sys-fs/udev-171[extras] ) |
20 | >=sys-fs/udev-180[gudev,hwdb] |
| 21 | virtual/acl |
21 | virtual/acl |
| 22 | introspection? ( >=dev-libs/gobject-introspection-1.30 ) |
22 | introspection? ( >=dev-libs/gobject-introspection-1.30 ) |
| 23 | systemd? ( >=sys-apps/systemd-44 )" |
23 | systemd? ( >=sys-apps/systemd-44 )" |
| 24 | # gptfdisk -> src/udiskslinuxpartition.c -> sgdisk (see also #412801#c1) |
24 | # gptfdisk -> src/udiskslinuxpartition.c -> sgdisk (see also #412801#c1) |
| 25 | # util-linux -> mount, umount, swapon, swapoff (see also #403073) |
25 | # util-linux -> mount, umount, swapon, swapoff (see also #403073) |