diff options
author | 2017-02-25 19:49:28 +0100 | |
---|---|---|
committer | 2017-02-26 12:58:56 +0100 | |
commit | 09222bd0523d448c79f1434b042f55e440097adf (patch) | |
tree | 899893b57e6ed056d7eb0f4350388ccbedbc6b90 /app-leechcraft/lc-ooronee | |
parent | profiles/arch/hppa: Mask USE=libsecret for dev-vcs/git. (diff) | |
download | gentoo-09222bd0523d448c79f1434b042f55e440097adf.tar.gz gentoo-09222bd0523d448c79f1434b042f55e440097adf.tar.bz2 gentoo-09222bd0523d448c79f1434b042f55e440097adf.zip |
app-leechcraft: use Qt5, modernize the eclass and ebuilds
Closes: https://github.com/gentoo/gentoo/pull/4079
Diffstat (limited to 'app-leechcraft/lc-ooronee')
-rw-r--r-- | app-leechcraft/lc-ooronee/lc-ooronee-9999.ebuild | 15 | ||||
-rw-r--r-- | app-leechcraft/lc-ooronee/metadata.xml | 8 |
2 files changed, 16 insertions, 7 deletions
diff --git a/app-leechcraft/lc-ooronee/lc-ooronee-9999.ebuild b/app-leechcraft/lc-ooronee/lc-ooronee-9999.ebuild index ad510adbf77a..c18ee5f8d0f4 100644 --- a/app-leechcraft/lc-ooronee/lc-ooronee-9999.ebuild +++ b/app-leechcraft/lc-ooronee/lc-ooronee-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI=6 inherit eutils leechcraft @@ -12,14 +12,19 @@ SLOT="0" KEYWORDS="" IUSE="debug" -DEPEND="~app-leechcraft/lc-core-${PV}" +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtnetwork:5 + dev-qt/qtwidgets:5 + dev-qt/qtdeclarative:5 +" RDEPEND="${DEPEND} - virtual/leechcraft-quark-sideprovider + ~virtual/leechcraft-quark-sideprovider-${PV} " pkg_postinst() { elog "Install at least some of the following additional LeechCraft modules for Ooronee to be useful:" - optfeature "upload images" app-leechcraft/lc-imgaste app-leechcraft/lc-blasq + optfeature "upload images to imagebins" app-leechcraft/lc-imgaste + optfeature "upload images to cloud hostings like Picasa or VKontante" app-leechcraft/lc-blasq optfeature "search via OpenSearch" app-leechcraft/lc-seekthru optfeature "search via Google" app-leechcraft/lc-pogooglue } diff --git a/app-leechcraft/lc-ooronee/metadata.xml b/app-leechcraft/lc-ooronee/metadata.xml index 30c188bbd0e5..ef43617d9e97 100644 --- a/app-leechcraft/lc-ooronee/metadata.xml +++ b/app-leechcraft/lc-ooronee/metadata.xml @@ -1,8 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> + <maintainer type="person"> + <email>0xd34df00d@gmail.com</email> + <name>Georg Rudoy</name> + </maintainer> <maintainer type="project"> - <email>leechcraft@gentoo.org</email> - <name>LeechCraft</name> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> </maintainer> </pkgmetadata> |