diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-12-15 17:25:28 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-12-15 17:25:28 +0000 |
commit | 6b933047f46efec1aa747570f945344254227457 (patch) | |
tree | a12a4b87b38f954c4de435272cf4b90d721df5e8 /media-sound/amarok | |
parent | f45955e60d4da9b7f4a1088c98042f9c06669039 (diff) |
gentoo resync : 15.12.2017
Diffstat (limited to 'media-sound/amarok')
-rw-r--r-- | media-sound/amarok/Manifest | 2 | ||||
-rw-r--r-- | media-sound/amarok/amarok-2.8.90-r5.ebuild | 7 |
2 files changed, 3 insertions, 6 deletions
diff --git a/media-sound/amarok/Manifest b/media-sound/amarok/Manifest index 8220f3471100..fddcb84f18c0 100644 --- a/media-sound/amarok/Manifest +++ b/media-sound/amarok/Manifest @@ -6,5 +6,5 @@ AUX amarok-2.8.90-mysqld-rpath.patch 573 BLAKE2B d56b77592e73d624269b8611751f759 AUX amarok-2.8.90-no-webkit.patch 1126 BLAKE2B 14b1fc1b3a5c20437896256a6692430934f351754c33b07c8eb61073c75577e70853834dc995474beb8b57464e04a66b143fafb405a451950a5add61f98f8620 SHA512 1c45e9d3f4d8cd9fe6adc1a10b78f7b439a0dddb09ccff399bc3ded62207d6862d61dd5bfaccceb7044f4740f59824a6c8eae34d2e9b2de9a400ffb3305a0707 AUX amarok-2.8.90-scriptconsole.patch 1272 BLAKE2B 7483f7d7cbe3351d0ccca3c593ec49641076755f38d3cfcabd426c321957fddae7855016d2ff0ecfccb03b6b8e21017c769bd1717bdcb961b3789877538942cc SHA512 3bc31284faa45c717342917f220f7ae078e1f6b0afd313bf8f2ba28b97badb4d56dafcc1a319655b2ae01dee37e09ff34978af95d1743105be8f118be2c61c9d DIST amarok-2.8.90.tar.xz 48890580 BLAKE2B 81367b491237abd7a6201d94ea39412a7a69867553c688d9c691749102ac8eb6e59ab5ff17d3b74718211e4975e1daacb15ef3bc1bc35d82954de890213eb544 SHA512 1ff5f43100dbe027c8676946a4e82e914927b03ac0bb9e95bfc7e9e03fcc1cad81d9ea2a343bc4f644a025242e224ea9ae3cae7423d68b0b3c68f346922537fc -EBUILD amarok-2.8.90-r5.ebuild 3630 BLAKE2B 879dea94b525af7b0cd79c481d27075c49f78c4ee4e0c94cd777a33e42af812e4ca74e040b207b8c34546a981a733275bf03e441d2c4307143a5232747846d9c SHA512 2de9336bb2956d3d4506afa1df2ba52034a3c5ed7088db76714bfa4a8920ef63956bfb9ed54edcf8a3b0b6ce28649ceb8dfdea06ccb4a4111f72bc111a0a5e40 +EBUILD amarok-2.8.90-r5.ebuild 3618 BLAKE2B a1bcecf2af44d27aba2607f76f2af2728914e3280616bba9cd059c52b35952ccb359d017f499c102a2b770480abd344760c5ca1d7aa1a7391752fc8d7621e57f SHA512 cb34b69ac4111008af9534e372608538b5b43b4c237d4ecf44f34766a6028dc0cea6f24c498955ceb5cfa4e096795d3233a1da2e5f861ead03aecda1486a385e MISC metadata.xml 1159 BLAKE2B b986025a8d81ead2cc821ebc5a9bc6f447d4356615127b1795b337068f0457c1a5ee15b380822ef7fcf5eea6f24ef9e48d93329df0947c500a519978db6b1b31 SHA512 0b4a4a1f388183923ce0d9f31bd622194165421c6db388fa4091b41aec8a343d6fb19c3bbac9dd288102bebf66c74df5ce81b14270dc954d8a68f7e0f76d318e diff --git a/media-sound/amarok/amarok-2.8.90-r5.ebuild b/media-sound/amarok/amarok-2.8.90-r5.ebuild index 6243ec7ac44f..ee89cf93d54e 100644 --- a/media-sound/amarok/amarok-2.8.90-r5.ebuild +++ b/media-sound/amarok/amarok-2.8.90-r5.ebuild @@ -123,18 +123,15 @@ pkg_postinst() { kde4-base_pkg_postinst if ! use embedded; then - echo elog "You've disabled the amarok support for embedded mysql DBs." elog "You'll have to configure amarok to use an external db server." - echo - elog "Please read http://amarok.kde.org/wiki/MySQL_Server for details on how" + elog "Please read https://community.kde.org/Amarok/Community/MySQL for details on how" elog "to configure the external db and migrate your data from the embedded database." - echo if has_version "virtual/mysql[minimal]"; then + elog elog "You built mysql with the minimal use flag, so it doesn't include the server." elog "You won't be able to use the local mysql installation to store your amarok collection." - echo fi fi } |