summaryrefslogtreecommitdiff
path: root/app-leechcraft/lc-auscrie
diff options
context:
space:
mode:
Diffstat (limited to 'app-leechcraft/lc-auscrie')
-rw-r--r--app-leechcraft/lc-auscrie/Manifest2
-rw-r--r--app-leechcraft/lc-auscrie/lc-auscrie-9999.ebuild11
2 files changed, 10 insertions, 3 deletions
diff --git a/app-leechcraft/lc-auscrie/Manifest b/app-leechcraft/lc-auscrie/Manifest
index 438a0c3835db..8ba03cfa32ba 100644
--- a/app-leechcraft/lc-auscrie/Manifest
+++ b/app-leechcraft/lc-auscrie/Manifest
@@ -1,2 +1,2 @@
-EBUILD lc-auscrie-9999.ebuild 284 BLAKE2B 4689da7bde6ffc8ea479946555d7dca2c0329cd36f4f0e84abe995eb37f141035e7762ab5a6c794ce65060d61194abe067b00490ecff5dec02cb2cf6e8532ba8 SHA512 8528857ea3657f73ee3d489ea61422a30df3737fc27e4c3c8a3d880a836d61ff184e8b01d5f002e0eacd452b3fa606112f597230b0605f331d3d8d3177cea424
+EBUILD lc-auscrie-9999.ebuild 591 BLAKE2B db8167c6318824a12a27768fc92e965141c4a88bdb96176d9e38b6ab649a1da9d5d5ddfde0798ec99f9916c2aace9aef3fd1b054cb40dead924cf0c77367923b SHA512 e2cc12e483c792b883ea31018b23dcfb862d012f33167e764fba09b9dc08c501d4c5dc89596139d1b80423644e0c4d99a6760e7a0f14934c1a367d03820557dd
MISC metadata.xml 364 BLAKE2B 39462072f9e35ecb19d9426fe032a499aefa12b7327ed4b97692f4a0778c9828f4b7cbef3bb5bb0bce597d51a99b11db8dabcaa9fda8a326c9916690e6ff4af4 SHA512 697d6e58b4620f4b3c1b7a147955d97f29815facb843de2b6cf67b0c44ccdcb6a0e47ae9a32947f0fccf6a3aea9d204bd30a334e642ff77acca43b03ff56f3bc
diff --git a/app-leechcraft/lc-auscrie/lc-auscrie-9999.ebuild b/app-leechcraft/lc-auscrie/lc-auscrie-9999.ebuild
index d7d24e70d79c..ef763f578b67 100644
--- a/app-leechcraft/lc-auscrie/lc-auscrie-9999.ebuild
+++ b/app-leechcraft/lc-auscrie/lc-auscrie-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit leechcraft
@@ -13,3 +13,10 @@ IUSE="debug"
DEPEND="~app-leechcraft/lc-core-${PV}"
RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+ elog "Consider also the following plugins:"
+ optfeature "uploading screenshots to imagebins" app-leechcraft/lc-imgaste
+ optfeature "uploading screenshots to cloud photo hostings" app-leechcraft/lc-blasq
+ optfeature "uploading screenshots to cloud drives" app-leechcraft/lc-netstoremanager
+}