Diff grub-splashes-calculate-13 with a grub-splashes-calculate-14
| /var/lib/layman/calculate/media-gfx/grub-splashes-calculate/grub-splashes-calculate-14.ebuild 2016-03-21 12:36:55.000000000 +0300 | ||
|---|---|---|
| 10 | 10 |
LICENSE="Apache-2.0" |
| 11 | 11 |
SLOT="0" |
| 12 | 12 |
KEYWORDS="amd64 x86" |
| 13 |
IUSE="themes_CLD themes_CLDX themes_CLS themes_CLDG themes_CSS themes_CDS themes_CMC" |
|
| 14 | ||
| 15 |
SRC_URI=" |
|
| 16 |
themes_CLD? ( |
|
| 17 |
ftp://ftp.calculate-linux.org/calculate/themes/grub/grub-cld-13.tar.bz2 |
|
| 18 |
) |
|
| 19 |
themes_CLDX? ( |
|
| 20 |
ftp://ftp.calculate-linux.org/calculate/themes/grub/grub-cldx-13.tar.bz2 |
|
| 21 |
) |
|
| 22 |
themes_CLDG? ( |
|
| 23 |
ftp://ftp.calculate-linux.org/calculate/themes/grub/grub-cldg-13.tar.bz2 |
|
| 24 |
) |
|
| 25 |
themes_CMC? ( |
|
| 26 |
ftp://ftp.calculate-linux.org/calculate/themes/grub/grub-cmc-13.tar.bz2 |
|
| 27 |
) |
|
| 28 |
themes_CLS? ( |
|
| 29 |
ftp://ftp.calculate-linux.org/calculate/themes/grub/grub-cls-13.tar.bz2 |
|
| 30 |
) |
|
| 31 |
themes_CDS? ( |
|
| 32 |
ftp://ftp.calculate-linux.org/calculate/themes/grub/grub-cds-13.tar.bz2 |
|
| 33 |
) |
|
| 34 |
themes_CSS? ( |
|
| 35 |
ftp://ftp.calculate-linux.org/calculate/themes/grub/grub-css-13.tar.bz2 |
|
| 36 |
)" |
|
| 37 | ||
| 38 |
REQUIRED_USE="^^ ( themes_CLD themes_CLDX themes_CLS themes_CLDG themes_CSS |
|
| 39 |
themes_CDS themes_CMC )" |
|
| 13 |
IUSE="" |
|
| 40 | 14 | |
| 15 |
SRC_URI="ftp://ftp.calculate-linux.org/calculate/themes/grub/grub-14-r1.tar.bz2 |
|
| 16 |
http://mirror.yandex.ru/calculate/themes/grub/grub-14-r1.tar.bz2" |
|
| 41 | 17 |
RDEPEND="!<sys-boot/calcboot-4.05.0-r1" |
| 42 | 18 | |
| 43 | 19 |
DEPEND="${RDEPEND}"
|