diff options
Diffstat (limited to 'app-leechcraft')
418 files changed, 7159 insertions, 0 deletions
diff --git a/app-leechcraft/laretz/laretz-9999.ebuild b/app-leechcraft/laretz/laretz-9999.ebuild new file mode 100644 index 000000000000..655c1cf6fcee --- /dev/null +++ b/app-leechcraft/laretz/laretz-9999.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="The Laretz sync server" +HOMEPAGE="http://leechcraft.org" + +EGIT_REPO_URI="git://github.com/0xd34df00d/laretz.git" +EGIT_PROJECT="laretz" + +inherit cmake-utils git-2 + +LICENSE="Boost-1.0" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="dev-libs/boost + ~app-leechcraft/liblaretz-${PV} + dev-db/mongodb" +RDEPEND="${DEPEND}" + +CMAKE_USE_DIR="${S}"/src/server diff --git a/app-leechcraft/laretz/metadata.xml b/app-leechcraft/laretz/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/laretz/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-advancednotifications/Manifest b/app-leechcraft/lc-advancednotifications/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-advancednotifications/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-advancednotifications/lc-advancednotifications-0.6.60.ebuild b/app-leechcraft/lc-advancednotifications/lc-advancednotifications-0.6.60.ebuild new file mode 100644 index 000000000000..c94e4e1b2036 --- /dev/null +++ b/app-leechcraft/lc-advancednotifications/lc-advancednotifications-0.6.60.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Flexible and customizable notifications framework for LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4" +RDEPEND="${DEPEND}" + +pkg_postinst() { + einfo "Advanced Notifications supports playing sounds on various" + einfo "events. Install some media playback plugin to enjoy this" + einfo "feature (app-leechcraft/lc-lmp will do, for example)." +} diff --git a/app-leechcraft/lc-advancednotifications/lc-advancednotifications-0.6.65.ebuild b/app-leechcraft/lc-advancednotifications/lc-advancednotifications-0.6.65.ebuild new file mode 100644 index 000000000000..9d1acb7f8efc --- /dev/null +++ b/app-leechcraft/lc-advancednotifications/lc-advancednotifications-0.6.65.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Flexible and customizable notifications framework for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4" +RDEPEND="${DEPEND}" + +pkg_postinst() { + einfo "Advanced Notifications supports playing sounds on various" + einfo "events. Install some media playback plugin to enjoy this" + einfo "feature (app-leechcraft/lc-lmp will do, for example)." +} diff --git a/app-leechcraft/lc-advancednotifications/lc-advancednotifications-0.6.70.ebuild b/app-leechcraft/lc-advancednotifications/lc-advancednotifications-0.6.70.ebuild new file mode 100644 index 000000000000..9d1acb7f8efc --- /dev/null +++ b/app-leechcraft/lc-advancednotifications/lc-advancednotifications-0.6.70.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Flexible and customizable notifications framework for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4" +RDEPEND="${DEPEND}" + +pkg_postinst() { + einfo "Advanced Notifications supports playing sounds on various" + einfo "events. Install some media playback plugin to enjoy this" + einfo "feature (app-leechcraft/lc-lmp will do, for example)." +} diff --git a/app-leechcraft/lc-advancednotifications/lc-advancednotifications-9999.ebuild b/app-leechcraft/lc-advancednotifications/lc-advancednotifications-9999.ebuild new file mode 100644 index 000000000000..3fb94612c3e2 --- /dev/null +++ b/app-leechcraft/lc-advancednotifications/lc-advancednotifications-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Flexible and customizable notifications framework for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4" +RDEPEND="${DEPEND}" + +pkg_postinst() { + einfo "Advanced Notifications supports playing sounds on various" + einfo "events. Install some media playback plugin to enjoy this" + einfo "feature (app-leechcraft/lc-lmp will do, for example)." +} diff --git a/app-leechcraft/lc-advancednotifications/metadata.xml b/app-leechcraft/lc-advancednotifications/metadata.xml new file mode 100644 index 000000000000..62757b189362 --- /dev/null +++ b/app-leechcraft/lc-advancednotifications/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> + <longdescription>Advanced Notifications module provides an extremely flexible and configurable + notifications framework for LeechCraft. More information is in the corresponding devel + digest: http://leechcraft.org/devel-digest-5.</longdescription> +</pkgmetadata> diff --git a/app-leechcraft/lc-aggregator/Manifest b/app-leechcraft/lc-aggregator/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-aggregator/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-aggregator/lc-aggregator-0.6.60.ebuild b/app-leechcraft/lc-aggregator/lc-aggregator-0.6.60.ebuild new file mode 100644 index 000000000000..0dc5a96d9edd --- /dev/null +++ b/app-leechcraft/lc-aggregator/lc-aggregator-0.6.60.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Full-featured RSS/Atom feed reader for LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug mysql +sqlite postgres" + +DEPEND="~app-leechcraft/lc-core-${PV}[postgres?,sqlite?] + dev-qt/qtwebkit:4" +RDEPEND="${DEPEND} + virtual/leechcraft-downloader-http" + +REQUIRED_USE="|| ( mysql sqlite postgres )" + +pkg_setup(){ + if use mysql; then + ewarn "Support for MySQL databases is experimental and is more likely" + ewarn "to contain bugs or mishandle your data than other storage" + ewarn "backends. If you do not plan testing the MySQL storage backend" + ewarn "itself, consider using other backends." + ewarn "Anyway, it is perfectly safe to enable the mysql use flag as" + ewarn "long as at least one other storage is enabled since you will" + ewarn "be able to choose another storage backend at run time." + fi +} diff --git a/app-leechcraft/lc-aggregator/lc-aggregator-0.6.65.ebuild b/app-leechcraft/lc-aggregator/lc-aggregator-0.6.65.ebuild new file mode 100644 index 000000000000..02a0203b6b6c --- /dev/null +++ b/app-leechcraft/lc-aggregator/lc-aggregator-0.6.65.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Full-featured RSS/Atom feed reader for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug mysql +sqlite postgres webaccess" + +DEPEND="~app-leechcraft/lc-core-${PV}[postgres?,sqlite?] + dev-qt/qtwebkit:4" +RDEPEND="${DEPEND} + virtual/leechcraft-downloader-http" + +REQUIRED_USE="|| ( mysql sqlite postgres )" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_enale webaccess AGGREGATOR_WEBACCESS) + ) + cmake-utils_src_configure +} + +pkg_setup(){ + if use mysql; then + ewarn "Support for MySQL databases is experimental and is more likely" + ewarn "to contain bugs or mishandle your data than other storage" + ewarn "backends. If you do not plan testing the MySQL storage backend" + ewarn "itself, consider using other backends." + ewarn "Anyway, it is perfectly safe to enable the mysql use flag as" + ewarn "long as at least one other storage is enabled since you will" + ewarn "be able to choose another storage backend at run time." + fi +} diff --git a/app-leechcraft/lc-aggregator/lc-aggregator-0.6.70.ebuild b/app-leechcraft/lc-aggregator/lc-aggregator-0.6.70.ebuild new file mode 100644 index 000000000000..02a0203b6b6c --- /dev/null +++ b/app-leechcraft/lc-aggregator/lc-aggregator-0.6.70.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Full-featured RSS/Atom feed reader for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug mysql +sqlite postgres webaccess" + +DEPEND="~app-leechcraft/lc-core-${PV}[postgres?,sqlite?] + dev-qt/qtwebkit:4" +RDEPEND="${DEPEND} + virtual/leechcraft-downloader-http" + +REQUIRED_USE="|| ( mysql sqlite postgres )" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_enale webaccess AGGREGATOR_WEBACCESS) + ) + cmake-utils_src_configure +} + +pkg_setup(){ + if use mysql; then + ewarn "Support for MySQL databases is experimental and is more likely" + ewarn "to contain bugs or mishandle your data than other storage" + ewarn "backends. If you do not plan testing the MySQL storage backend" + ewarn "itself, consider using other backends." + ewarn "Anyway, it is perfectly safe to enable the mysql use flag as" + ewarn "long as at least one other storage is enabled since you will" + ewarn "be able to choose another storage backend at run time." + fi +} diff --git a/app-leechcraft/lc-aggregator/lc-aggregator-9999.ebuild b/app-leechcraft/lc-aggregator/lc-aggregator-9999.ebuild new file mode 100644 index 000000000000..151b1d8ba6e8 --- /dev/null +++ b/app-leechcraft/lc-aggregator/lc-aggregator-9999.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Full-featured RSS/Atom feed reader for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug mysql +sqlite postgres webaccess" + +DEPEND="~app-leechcraft/lc-core-${PV}[postgres?,sqlite?] + dev-qt/qtwebkit:4" +RDEPEND="${DEPEND} + virtual/leechcraft-downloader-http" + +REQUIRED_USE="|| ( mysql sqlite postgres )" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_enale webaccess AGGREGATOR_WEBACCESS) + ) + cmake-utils_src_configure +} + +pkg_setup(){ + if use mysql; then + ewarn "Support for MySQL databases is experimental and is more likely" + ewarn "to contain bugs or mishandle your data than other storage" + ewarn "backends. If you do not plan testing the MySQL storage backend" + ewarn "itself, consider using other backends." + ewarn "Anyway, it is perfectly safe to enable the mysql use flag as" + ewarn "long as at least one other storage is enabled since you will" + ewarn "be able to choose another storage backend at run time." + fi +} diff --git a/app-leechcraft/lc-aggregator/metadata.xml b/app-leechcraft/lc-aggregator/metadata.xml new file mode 100644 index 000000000000..c33962165ff1 --- /dev/null +++ b/app-leechcraft/lc-aggregator/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> + <use> + <flag name="webaccess">Enables web interface submodule for Aggregator</flag> + </use> +</pkgmetadata> diff --git a/app-leechcraft/lc-anhero/Manifest b/app-leechcraft/lc-anhero/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-anhero/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-anhero/lc-anhero-0.6.60.ebuild b/app-leechcraft/lc-anhero/lc-anhero-0.6.60.ebuild new file mode 100644 index 000000000000..3a6823071b54 --- /dev/null +++ b/app-leechcraft/lc-anhero/lc-anhero-0.6.60.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="AnHero, crash handler for LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + sys-devel/gdb +" diff --git a/app-leechcraft/lc-anhero/lc-anhero-0.6.65.ebuild b/app-leechcraft/lc-anhero/lc-anhero-0.6.65.ebuild new file mode 100644 index 000000000000..58d417488551 --- /dev/null +++ b/app-leechcraft/lc-anhero/lc-anhero-0.6.65.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="AnHero, crash handler for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + sys-devel/gdb +" diff --git a/app-leechcraft/lc-anhero/lc-anhero-0.6.70.ebuild b/app-leechcraft/lc-anhero/lc-anhero-0.6.70.ebuild new file mode 100644 index 000000000000..58d417488551 --- /dev/null +++ b/app-leechcraft/lc-anhero/lc-anhero-0.6.70.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="AnHero, crash handler for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + sys-devel/gdb +" diff --git a/app-leechcraft/lc-anhero/lc-anhero-9999.ebuild b/app-leechcraft/lc-anhero/lc-anhero-9999.ebuild new file mode 100644 index 000000000000..0db4c417bc8b --- /dev/null +++ b/app-leechcraft/lc-anhero/lc-anhero-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="AnHero, crash handler for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + sys-devel/gdb +" diff --git a/app-leechcraft/lc-anhero/metadata.xml b/app-leechcraft/lc-anhero/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-anhero/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-auscrie/Manifest b/app-leechcraft/lc-auscrie/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-auscrie/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-auscrie/lc-auscrie-0.6.60.ebuild b/app-leechcraft/lc-auscrie/lc-auscrie-0.6.60.ebuild new file mode 100644 index 000000000000..6256aa6d1d77 --- /dev/null +++ b/app-leechcraft/lc-auscrie/lc-auscrie-0.6.60.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Auscrie, LeechCraft auto screenshooter" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-auscrie/lc-auscrie-0.6.65.ebuild b/app-leechcraft/lc-auscrie/lc-auscrie-0.6.65.ebuild new file mode 100644 index 000000000000..7caf7cceedf4 --- /dev/null +++ b/app-leechcraft/lc-auscrie/lc-auscrie-0.6.65.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Auscrie, LeechCraft auto screenshooter" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-auscrie/lc-auscrie-0.6.70.ebuild b/app-leechcraft/lc-auscrie/lc-auscrie-0.6.70.ebuild new file mode 100644 index 000000000000..7caf7cceedf4 --- /dev/null +++ b/app-leechcraft/lc-auscrie/lc-auscrie-0.6.70.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Auscrie, LeechCraft auto screenshooter" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-auscrie/lc-auscrie-9999.ebuild b/app-leechcraft/lc-auscrie/lc-auscrie-9999.ebuild new file mode 100644 index 000000000000..6a39ac3646a0 --- /dev/null +++ b/app-leechcraft/lc-auscrie/lc-auscrie-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Auscrie, LeechCraft auto screenshooter" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-auscrie/metadata.xml b/app-leechcraft/lc-auscrie/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-auscrie/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-azoth/Manifest b/app-leechcraft/lc-azoth/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-azoth/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-azoth/lc-azoth-0.6.60.ebuild b/app-leechcraft/lc-azoth/lc-azoth-0.6.60.ebuild new file mode 100644 index 000000000000..36c865c6c1e3 --- /dev/null +++ b/app-leechcraft/lc-azoth/lc-azoth-0.6.60.ebuild @@ -0,0 +1,104 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Azoth, the modular IM client for LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug doc astrality +acetamide +adiumstyles +autoidler +autopaste +birthdaynotifier + +chathistory +crypt +depester +embedmedia +herbicide +hili +isterique + +juick +keeso +lastseen +metacontacts media +murm +latex +nativeemoticons + +otroid +p100q +spell shx +standardstyles +vader +woodpecker +xmpp +xtazy" + +COMMON_DEPEND="~app-leechcraft/lc-core-${PV} + dev-libs/qjson + dev-qt/qtwebkit:4 + autoidler? ( x11-libs/libXScrnSaver ) + astrality? ( net-libs/telepathy-qt ) + otroid? ( net-libs/libotr ) + media? ( dev-qt/qtmultimedia:4 ) + spell? ( app-text/hunspell ) + woodpecker? ( dev-libs/kqoauth ) + xmpp? ( + >=net-libs/qxmpp-0.7.6 + media? ( >=net-libs/qxmpp-0.7.6[speex] ) + ) + xtazy? ( + ~app-leechcraft/lc-xtazy-${PV} + dev-qt/qtdbus:4 + ) + crypt? ( app-crypt/qca:2[qt4(+)] )" +DEPEND="${COMMON_DEPEND} + doc? ( app-doc/doxygen[dot] )" +RDEPEND="${COMMON_DEPEND} + astrality? ( + net-im/telepathy-mission-control + net-voip/telepathy-haze + ) + crypt? ( app-crypt/qca:2[gpg] ) + latex? ( + || ( + media-gfx/imagemagick + media-gfx/graphicsmagick[imagemagick] + ) + virtual/latex-base + )" + +REQUIRED_USE="|| ( standardstyles adiumstyles )" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_enable crypt CRYPT) + $(cmake-utils_use_with doc DOCS) + $(cmake-utils_use_enable acetamide AZOTH_ACETAMIDE) + $(cmake-utils_use_enable adiumstyles AZOTH_ADIUMSTYLES) + $(cmake-utils_use_enable astrality AZOTH_ASTRALITY) + $(cmake-utils_use_enable autoidler AZOTH_AUTOIDLER) + $(cmake-utils_use_enable autopaste AZOTH_AUTOPASTE) + $(cmake-utils_use_enable birthdaynotifier AZOTH_BIRTHDAYNOTIFIER) + $(cmake-utils_use_enable chathistory AZOTH_CHATHISTORY) + $(cmake-utils_use_enable depester AZOTH_DEPESTER) + $(cmake-utils_use_enable embedmedia AZOTH_EMBEDMEDIA) + $(cmake-utils_use_enable herbicide AZOTH_HERBICIDE) + $(cmake-utils_use_enable hili AZOTH_HILI) + $(cmake-utils_use_enable isterique AZOTH_ISTERIQUE) + $(cmake-utils_use_enable juick AZOTH_JUICK) + $(cmake-utils_use_enable keeso AZOTH_KEESO) + $(cmake-utils_use_enable lastseen AZOTH_LASTSEEN) + $(cmake-utils_use_enable metacontacts AZOTH_METACONTACTS) + $(cmake-utils_use_enable media MEDIACALLS) + $(cmake-utils_use_enable latex AZOTH_MODNOK) + $(cmake-utils_use_enable murm AZOTH_MURM) + $(cmake-utils_use_enable nativeemoticons AZOTH_NATIVEEMOTICONS) + $(cmake-utils_use_enable otroid AZOTH_OTROID) + $(cmake-utils_use_enable p100q AZOTH_P100Q) + $(cmake-utils_use_enable spell AZOTH_ROSENTHAL) + $(cmake-utils_use_enable shx AZOTH_SHX) + $(cmake-utils_use_enable standardstyles AZOTH_STANDARDSTYLES) + $(cmake-utils_use_enable vader AZOTH_VADER) + $(cmake-utils_use_enable woodpecker AZOTH_WOODPECKER) + $(cmake-utils_use_enable xmpp AZOTH_XOOX) + $(cmake-utils_use_enable xtazy AZOTH_XTAZY) + ) + + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + use doc && dohtml -r "${CMAKE_BUILD_DIR}"/out/html/* +} + +pkg_postinst() { + if use spell; then + elog "You have enabled the Azoth Rosenthal plugin for" + elog "spellchecking. It uses Hunspell/Myspell dictionaries," + elog "so install the ones for languages you use to enable" + elog "spellchecking." + fi +} diff --git a/app-leechcraft/lc-azoth/lc-azoth-0.6.65.ebuild b/app-leechcraft/lc-azoth/lc-azoth-0.6.65.ebuild new file mode 100644 index 000000000000..e3ba064ad22c --- /dev/null +++ b/app-leechcraft/lc-azoth/lc-azoth-0.6.65.ebuild @@ -0,0 +1,106 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Azoth, the modular IM client for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug doc astrality +acetamide +adiumstyles +autoidler +autopaste +birthdaynotifier + +chathistory +crypt +depester +embedmedia +herbicide +hili +isterique + +juick +keeso +lastseen +metacontacts media +murm +latex +nativeemoticons + +otroid +p100q +spell shx +standardstyles +vader +woodpecker +xmpp +xtazy" + +COMMON_DEPEND="~app-leechcraft/lc-core-${PV} + dev-libs/qjson + dev-qt/qtwebkit:4 + autoidler? ( x11-libs/libXScrnSaver ) + astrality? ( net-libs/telepathy-qt ) + otroid? ( net-libs/libotr ) + media? ( dev-qt/qtmultimedia:4 ) + woodpecker? ( dev-libs/kqoauth ) + xmpp? ( + >=net-libs/qxmpp-0.8.0 + media? ( >=net-libs/qxmpp-0.8.0[speex] ) + ) + xtazy? ( + ~app-leechcraft/lc-xtazy-${PV} + dev-qt/qtdbus:4 + ) + crypt? ( app-crypt/qca:2[qt4(+)] )" +DEPEND="${COMMON_DEPEND} + doc? ( app-doc/doxygen[dot] )" +RDEPEND="${COMMON_DEPEND} + astrality? ( + net-im/telepathy-mission-control + net-voip/telepathy-haze + ) + crypt? ( app-crypt/qca:2[gpg] ) + latex? ( + || ( + media-gfx/imagemagick + media-gfx/graphicsmagick[imagemagick] + ) + virtual/latex-base + ) + spell? ( + app-leechcraft/lc-rosenthal + )" + +REQUIRED_USE="|| ( standardstyles adiumstyles )" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_enable crypt CRYPT) + $(cmake-utils_use_with doc DOCS) + $(cmake-utils_use_enable acetamide AZOTH_ACETAMIDE) + $(cmake-utils_use_enable adiumstyles AZOTH_ADIUMSTYLES) + $(cmake-utils_use_enable astrality AZOTH_ASTRALITY) + $(cmake-utils_use_enable autoidler AZOTH_AUTOIDLER) + $(cmake-utils_use_enable autopaste AZOTH_AUTOPASTE) + $(cmake-utils_use_enable birthdaynotifier AZOTH_BIRTHDAYNOTIFIER) + $(cmake-utils_use_enable chathistory AZOTH_CHATHISTORY) + $(cmake-utils_use_enable depester AZOTH_DEPESTER) + $(cmake-utils_use_enable embedmedia AZOTH_EMBEDMEDIA) + $(cmake-utils_use_enable herbicide AZOTH_HERBICIDE) + $(cmake-utils_use_enable hili AZOTH_HILI) + $(cmake-utils_use_enable isterique AZOTH_ISTERIQUE) + $(cmake-utils_use_enable juick AZOTH_JUICK) + $(cmake-utils_use_enable keeso AZOTH_KEESO) + $(cmake-utils_use_enable lastseen AZOTH_LASTSEEN) + $(cmake-utils_use_enable metacontacts AZOTH_METACONTACTS) + $(cmake-utils_use_enable media MEDIACALLS) + $(cmake-utils_use_enable latex AZOTH_MODNOK) + $(cmake-utils_use_enable murm AZOTH_MURM) + $(cmake-utils_use_enable nativeemoticons AZOTH_NATIVEEMOTICONS) + $(cmake-utils_use_enable otroid AZOTH_OTROID) + $(cmake-utils_use_enable p100q AZOTH_P100Q) + $(cmake-utils_use_enable spell AZOTH_ROSENTHAL) + $(cmake-utils_use_enable shx AZOTH_SHX) + $(cmake-utils_use_enable standardstyles AZOTH_STANDARDSTYLES) + $(cmake-utils_use_enable vader AZOTH_VADER) + $(cmake-utils_use_enable woodpecker AZOTH_WOODPECKER) + $(cmake-utils_use_enable xmpp AZOTH_XOOX) + $(cmake-utils_use_enable xtazy AZOTH_XTAZY) + ) + + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + use doc && dohtml -r "${CMAKE_BUILD_DIR}"/out/html/* +} + +pkg_postinst() { + if use spell; then + elog "You have enabled the Azoth Rosenthal plugin for" + elog "spellchecking. It uses Hunspell/Myspell dictionaries," + elog "so install the ones for languages you use to enable" + elog "spellchecking." + fi +} diff --git a/app-leechcraft/lc-azoth/lc-azoth-0.6.70.ebuild b/app-leechcraft/lc-azoth/lc-azoth-0.6.70.ebuild new file mode 100644 index 000000000000..e010d37faaae --- /dev/null +++ b/app-leechcraft/lc-azoth/lc-azoth-0.6.70.ebuild @@ -0,0 +1,106 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Azoth, the modular IM client for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug doc astrality +acetamide +adiumstyles +autoidler +autopaste +birthdaynotifier + +chathistory +crypt +depester +embedmedia +herbicide +hili +isterique + +juick +keeso +lastseen +metacontacts media +murm +latex +nativeemoticons + +otroid +spell shx +standardstyles +vader velvetbird +woodpecker +xmpp +xtazy" + +COMMON_DEPEND="~app-leechcraft/lc-core-${PV} + dev-libs/qjson + dev-qt/qtwebkit:4 + autoidler? ( x11-libs/libXScrnSaver ) + astrality? ( net-libs/telepathy-qt ) + otroid? ( net-libs/libotr ) + media? ( dev-qt/qt-mobility[multimedia] ) + woodpecker? ( dev-libs/kqoauth ) + xmpp? ( + >=net-libs/qxmpp-0.8.0 + media? ( >=net-libs/qxmpp-0.8.0[speex] ) + ) + xtazy? ( + ~app-leechcraft/lc-xtazy-${PV} + dev-qt/qtdbus:4 + ) + crypt? ( app-crypt/qca:2[qt4(+)] )" +DEPEND="${COMMON_DEPEND} + doc? ( app-doc/doxygen[dot] )" +RDEPEND="${COMMON_DEPEND} + astrality? ( + net-im/telepathy-mission-control + net-voip/telepathy-haze + ) + crypt? ( app-crypt/qca:2[gpg] ) + latex? ( + || ( + media-gfx/imagemagick + media-gfx/graphicsmagick[imagemagick] + ) + virtual/latex-base + ) + spell? ( + app-leechcraft/lc-rosenthal + )" + +REQUIRED_USE="|| ( standardstyles adiumstyles )" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_enable crypt CRYPT) + $(cmake-utils_use_with doc DOCS) + $(cmake-utils_use_enable acetamide AZOTH_ACETAMIDE) + $(cmake-utils_use_enable adiumstyles AZOTH_ADIUMSTYLES) + $(cmake-utils_use_enable astrality AZOTH_ASTRALITY) + $(cmake-utils_use_enable autoidler AZOTH_AUTOIDLER) + $(cmake-utils_use_enable autopaste AZOTH_AUTOPASTE) + $(cmake-utils_use_enable birthdaynotifier AZOTH_BIRTHDAYNOTIFIER) + $(cmake-utils_use_enable chathistory AZOTH_CHATHISTORY) + $(cmake-utils_use_enable depester AZOTH_DEPESTER) + $(cmake-utils_use_enable embedmedia AZOTH_EMBEDMEDIA) + $(cmake-utils_use_enable herbicide AZOTH_HERBICIDE) + $(cmake-utils_use_enable hili AZOTH_HILI) + $(cmake-utils_use_enable isterique AZOTH_ISTERIQUE) + $(cmake-utils_use_enable juick AZOTH_JUICK) + $(cmake-utils_use_enable keeso AZOTH_KEESO) + $(cmake-utils_use_enable lastseen AZOTH_LASTSEEN) + $(cmake-utils_use_enable metacontacts AZOTH_METACONTACTS) + $(cmake-utils_use_enable media MEDIACALLS) + $(cmake-utils_use_enable latex AZOTH_MODNOK) + $(cmake-utils_use_enable murm AZOTH_MURM) + $(cmake-utils_use_enable nativeemoticons AZOTH_NATIVEEMOTICONS) + $(cmake-utils_use_enable otroid AZOTH_OTROID) + $(cmake-utils_use_enable spell AZOTH_ROSENTHAL) + $(cmake-utils_use_enable shx AZOTH_SHX) + $(cmake-utils_use_enable standardstyles AZOTH_STANDARDSTYLES) + $(cmake-utils_use_enable vader AZOTH_VADER) + $(cmake-utils_use_enable velvetbird AZOTH_VELVETBIRD) + $(cmake-utils_use_enable woodpecker AZOTH_WOODPECKER) + $(cmake-utils_use_enable xmpp AZOTH_XOOX) + $(cmake-utils_use_enable xtazy AZOTH_XTAZY) + ) + + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + use doc && dohtml -r "${CMAKE_BUILD_DIR}"/out/html/* +} + +pkg_postinst() { + if use spell; then + elog "You have enabled the Azoth Rosenthal plugin for" + elog "spellchecking. It uses Hunspell/Myspell dictionaries," + elog "so install the ones for languages you use to enable" + elog "spellchecking." + fi +} diff --git a/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild b/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild new file mode 100644 index 000000000000..c03d941b839a --- /dev/null +++ b/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild @@ -0,0 +1,109 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Azoth, the modular IM client for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug doc astrality +acetamide +adiumstyles +autoidler +autopaste +birthdaynotifier + +chathistory +crypt +depester +embedmedia +herbicide +hili +isterique + +juick +keeso +lastseen +metacontacts media +murm +latex +nativeemoticons + +otroid +spell sarin shx +standardstyles +vader velvetbird +woodpecker +xmpp +xtazy" + +COMMON_DEPEND="~app-leechcraft/lc-core-${PV} + dev-libs/qjson + dev-qt/qtwebkit:4 + autoidler? ( x11-libs/libXScrnSaver ) + astrality? ( net-libs/telepathy-qt ) + otroid? ( net-libs/libotr ) + media? ( dev-qt/qt-mobility[multimedia] ) + woodpecker? ( dev-libs/kqoauth ) + xmpp? ( + =net-libs/qxmpp-9999 + media? ( =net-libs/qxmpp-9999[speex] ) + ) + xtazy? ( + ~app-leechcraft/lc-xtazy-${PV} + dev-qt/qtdbus:4 + ) + crypt? ( app-crypt/qca:2[qt4(+)] ) + sarin? ( net-libs/tox ) +" +DEPEND="${COMMON_DEPEND} + doc? ( app-doc/doxygen[dot] )" +RDEPEND="${COMMON_DEPEND} + astrality? ( + net-im/telepathy-mission-control + net-voip/telepathy-haze + ) + crypt? ( app-crypt/qca:2[gpg] ) + latex? ( + || ( + media-gfx/imagemagick + media-gfx/graphicsmagick[imagemagick] + ) + virtual/latex-base + ) + spell? ( + app-leechcraft/lc-rosenthal + )" + +REQUIRED_USE="|| ( standardstyles adiumstyles )" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_enable crypt CRYPT) + $(cmake-utils_use_with doc DOCS) + $(cmake-utils_use_enable acetamide AZOTH_ACETAMIDE) + $(cmake-utils_use_enable adiumstyles AZOTH_ADIUMSTYLES) + $(cmake-utils_use_enable astrality AZOTH_ASTRALITY) + $(cmake-utils_use_enable autoidler AZOTH_AUTOIDLER) + $(cmake-utils_use_enable autopaste AZOTH_AUTOPASTE) + $(cmake-utils_use_enable birthdaynotifier AZOTH_BIRTHDAYNOTIFIER) + $(cmake-utils_use_enable chathistory AZOTH_CHATHISTORY) + $(cmake-utils_use_enable depester AZOTH_DEPESTER) + $(cmake-utils_use_enable embedmedia AZOTH_EMBEDMEDIA) + $(cmake-utils_use_enable herbicide AZOTH_HERBICIDE) + $(cmake-utils_use_enable hili AZOTH_HILI) + $(cmake-utils_use_enable isterique AZOTH_ISTERIQUE) + $(cmake-utils_use_enable juick AZOTH_JUICK) + $(cmake-utils_use_enable keeso AZOTH_KEESO) + $(cmake-utils_use_enable lastseen AZOTH_LASTSEEN) + $(cmake-utils_use_enable metacontacts AZOTH_METACONTACTS) + $(cmake-utils_use_enable media MEDIACALLS) + $(cmake-utils_use_enable latex AZOTH_MODNOK) + $(cmake-utils_use_enable murm AZOTH_MURM) + $(cmake-utils_use_enable nativeemoticons AZOTH_NATIVEEMOTICONS) + $(cmake-utils_use_enable otroid AZOTH_OTROID) + $(cmake-utils_use_enable sarin AZOTH_SARIN) + $(cmake-utils_use_enable spell AZOTH_ROSENTHAL) + $(cmake-utils_use_enable shx AZOTH_SHX) + $(cmake-utils_use_enable standardstyles AZOTH_STANDARDSTYLES) + $(cmake-utils_use_enable vader AZOTH_VADER) + $(cmake-utils_use_enable velvetbird AZOTH_VELVETBIRD) + $(cmake-utils_use_enable woodpecker AZOTH_WOODPECKER) + $(cmake-utils_use_enable xmpp AZOTH_XOOX) + $(cmake-utils_use_enable xtazy AZOTH_XTAZY) + ) + + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + use doc && dohtml -r "${CMAKE_BUILD_DIR}"/out/html/* +} + +pkg_postinst() { + if use spell; then + elog "You have enabled the Azoth Rosenthal plugin for" + elog "spellchecking. It uses Hunspell/Myspell dictionaries," + elog "so install the ones for languages you use to enable" + elog "spellchecking." + fi +} diff --git a/app-leechcraft/lc-azoth/metadata.xml b/app-leechcraft/lc-azoth/metadata.xml new file mode 100644 index 000000000000..5ee5f1b54811 --- /dev/null +++ b/app-leechcraft/lc-azoth/metadata.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>leechcraft</herd> +<use> + <flag name="astrality">Build Astrality, support for protocols provided by Telepathy</flag> + <flag name="acetamide">Build Acetamide, the IRC protocol support</flag> + <flag name="adiumstyles">Build support for Adium styles</flag> + <flag name="autoidler">Build support for automatic status changing according to user idle time</flag> + <flag name="autopaste">Build Autopaste for pasting long texts to pastebins</flag> + <flag name="birthdaynotifier">Build Birthday Notifier for you to not forget about birthdays of your contacts.</flag> + <flag name="chathistory">Build ChatHistory which stories chat history</flag> + <flag name="depester">Build Depester which enables to ignore MUC participants</flag> + <flag name="embedmedia">Build EmbedMedia for embedding flash videos and images directly into chat windows</flag> + <flag name="herbicide">Build Herbicide, a basic antispam plugin</flag> + <flag name="hili">Build HiLi which allows to customize highlight settings in MUCs</flag> + <flag name="isterique">Build Isterique plugin for neutralizing excessive caps lock usage</flag> + <flag name="juick">Build plugin for the Juick.com microblogging service</flag> + <flag name="keeso">Build plugin for changing text into SoMEtHInG lIKe THiS</flag> + <flag name="lastseen">Build plugin for client-side recording of the last online/available time</flag> + <flag name="metacontacts">Build plugin for metacontacts support</flag> + <flag name="media">Enable media calls</flag> + <flag name="murm">Build Murm, the VKontakte messaging support via their native API (instead of XMPP)</flag> + <flag name="nativeemoticons">Build support for native Azoth's emoticons packs</flag> + <flag name="otroid">Build OTRoid, plugin for the Off-the-Record deniable encryption system</flag> + <flag name="p100q">Build p100q, plugin for psto.net microblogging service</flag> + <flag name="sarin">Build Sarin, Tox protocol support module. Please add mva overlay to use <pkg>net-libs/tox</pkg></flag> + <flag name="shx">Build shell command executor plugin</flag> + <flag name="standardstyles">Build support for standard Azoth styles engine</flag> + <flag name="vader">Bulid Vader, the MRIM (Mail.Ru Agent) protocol support plugin</flag> + <flag name="velvetbird">Build support for protocols provided by libpurple</flag> + <flag name="woodpecker">Build Woodpecker, the Twitter client plugin</flag> + <flag name="xtazy">Build Xtazy for publishing currently playing tune</flag> +</use> +</pkgmetadata> diff --git a/app-leechcraft/lc-bittorrent/Manifest b/app-leechcraft/lc-bittorrent/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-bittorrent/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-bittorrent/files/boost-1.50.patch b/app-leechcraft/lc-bittorrent/files/boost-1.50.patch new file mode 100644 index 000000000000..2abb31998082 --- /dev/null +++ b/app-leechcraft/lc-bittorrent/files/boost-1.50.patch @@ -0,0 +1,38 @@ +diff --git a/src/plugins/bittorrent/CMakeLists.txt b/src/plugins/bittorrent/CMakeLists.txt +index de8a2f9..45d26da 100644 +--- a/src/plugins/bittorrent/CMakeLists.txt ++++ b/src/plugins/bittorrent/CMakeLists.txt +@@ -153,7 +153,6 @@ IF (WIN32) + ENDIF (WIN32) + #ADD_DEFINITIONS(-DBOOST_DYN_LINK) + ADD_DEFINITIONS(-DTORRENT_LINKING_SHARED) +-ADD_DEFINITIONS(-DBOOST_FILESYSTEM_VERSION=2) #workaround for building with boost 1.46 + #ADD_DEFINITIONS(-D_DLL) + IF (NOT LC_NO_MOC) + QT4_WRAP_CPP (MOC_SRCS ${HEADERS}) +diff --git a/src/plugins/bittorrent/torrentmaker.cpp b/src/plugins/bittorrent/torrentmaker.cpp +index 313a6a5..467c4d8 100644 +--- a/src/plugins/bittorrent/torrentmaker.cpp ++++ b/src/plugins/bittorrent/torrentmaker.cpp +@@ -40,7 +40,11 @@ namespace LeechCraft + { + bool FileFilter (const boost::filesystem::path& filename) + { ++#if BOOST_FILESYSTEM_VERSION == 2 + if (filename.leaf () [0] == '.') ++#else ++ if (filename.leaf ().string () [0] == '.') ++#endif + return false; + QFileInfo fi (QString::fromUtf8 (filename.string ().c_str ())); + if ((fi.isDir () || +@@ -74,7 +78,9 @@ namespace LeechCraft + return; + } + ++#if BOOST_FILESYSTEM_VERSION == 2 + boost::filesystem::path::default_name_check (boost::filesystem::no_check); ++#endif + + libtorrent::file_storage fs; + #if LIBTORRENT_VERSION_NUM >= 1600 diff --git a/app-leechcraft/lc-bittorrent/files/boost-1.52.patch b/app-leechcraft/lc-bittorrent/files/boost-1.52.patch new file mode 100644 index 000000000000..bb5208ab0be5 --- /dev/null +++ b/app-leechcraft/lc-bittorrent/files/boost-1.52.patch @@ -0,0 +1,14 @@ +diff --git a/src/plugins/bittorrent/torrentplugin.cpp b/src/plugins/bittorrent/torrentplugin.cpp +index b41f0f2..c20f847 100644 +--- a/src/plugins/bittorrent/torrentplugin.cpp ++++ b/src/plugins/bittorrent/torrentplugin.cpp +@@ -31,6 +31,9 @@ + #include <QToolBar> + #include <QHeaderView> + #include <QInputDialog> ++#include <boost/preprocessor/seq/size.hpp> ++#include <boost/preprocessor/seq/elem.hpp> ++#include <boost/preprocessor/repetition/repeat.hpp> + #include <libtorrent/session.hpp> + #include <libtorrent/version.hpp> + #include <interfaces/entitytesthandleresult.h> diff --git a/app-leechcraft/lc-bittorrent/lc-bittorrent-0.6.60.ebuild b/app-leechcraft/lc-bittorrent/lc-bittorrent-0.6.60.ebuild new file mode 100644 index 000000000000..bb69fee8091a --- /dev/null +++ b/app-leechcraft/lc-bittorrent/lc-bittorrent-0.6.60.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Full-featured BitTorrent client plugin for LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug geoip" + +DEPEND="~app-leechcraft/lc-core-${PV} + net-libs/rb_libtorrent" +RDEPEND="${DEPEND} + virtual/leechcraft-task-show + geoip? ( dev-libs/geoip )" + +src_configure(){ + local mycmakeargs=" + $(cmake-utils_use_enable geoip BITTORRENT_GEOIP) + " + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-bittorrent/lc-bittorrent-0.6.65.ebuild b/app-leechcraft/lc-bittorrent/lc-bittorrent-0.6.65.ebuild new file mode 100644 index 000000000000..b39954ecc752 --- /dev/null +++ b/app-leechcraft/lc-bittorrent/lc-bittorrent-0.6.65.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Full-featured BitTorrent client plugin for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug geoip" + +DEPEND="~app-leechcraft/lc-core-${PV} + net-libs/rb_libtorrent" +RDEPEND="${DEPEND} + virtual/leechcraft-task-show + geoip? ( dev-libs/geoip )" + +src_configure(){ + local mycmakeargs=" + $(cmake-utils_use_enable geoip BITTORRENT_GEOIP) + " + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-bittorrent/lc-bittorrent-0.6.70.ebuild b/app-leechcraft/lc-bittorrent/lc-bittorrent-0.6.70.ebuild new file mode 100644 index 000000000000..b39954ecc752 --- /dev/null +++ b/app-leechcraft/lc-bittorrent/lc-bittorrent-0.6.70.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Full-featured BitTorrent client plugin for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug geoip" + +DEPEND="~app-leechcraft/lc-core-${PV} + net-libs/rb_libtorrent" +RDEPEND="${DEPEND} + virtual/leechcraft-task-show + geoip? ( dev-libs/geoip )" + +src_configure(){ + local mycmakeargs=" + $(cmake-utils_use_enable geoip BITTORRENT_GEOIP) + " + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-bittorrent/lc-bittorrent-9999.ebuild b/app-leechcraft/lc-bittorrent/lc-bittorrent-9999.ebuild new file mode 100644 index 000000000000..4c7602d3f9cb --- /dev/null +++ b/app-leechcraft/lc-bittorrent/lc-bittorrent-9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Full-featured BitTorrent client plugin for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug geoip" + +DEPEND="~app-leechcraft/lc-core-${PV} + net-libs/rb_libtorrent" +RDEPEND="${DEPEND} + virtual/leechcraft-task-show + geoip? ( dev-libs/geoip )" + +src_configure(){ + local mycmakeargs=" + $(cmake-utils_use_enable geoip BITTORRENT_GEOIP) + " + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-bittorrent/metadata.xml b/app-leechcraft/lc-bittorrent/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-bittorrent/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-blasq/Manifest b/app-leechcraft/lc-blasq/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-blasq/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-blasq/lc-blasq-0.6.60.ebuild b/app-leechcraft/lc-blasq/lc-blasq-0.6.60.ebuild new file mode 100644 index 000000000000..b2fe82e19ecb --- /dev/null +++ b/app-leechcraft/lc-blasq/lc-blasq-0.6.60.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Cloud image storage services client (like Flickr or Picasa)" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug +deathnote +rappor +spegnersi +vangog" + +DEPEND="~app-leechcraft/lc-core-${PV} + deathnote? ( dev-qt/qtxmlpatterns:4 ) + spegnersi? ( dev-libs/kqoauth ) + vangog? ( dev-libs/qjson ) + " +RDEPEND="${DEPEND}" + +src_configure(){ + local mycmakeargs=( + $(cmake-utils_use_enable deathnote BLASQ_DEATHNOTE) + $(cmake-utils_use_enable rappor BLASQ_RAPPOR) + $(cmake-utils_use_enable spegnersi BLASQ_SPEGNERSI) + $(cmake-utils_use_enable vangog BLASQ_VANGOG) + ) + + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-blasq/lc-blasq-0.6.65.ebuild b/app-leechcraft/lc-blasq/lc-blasq-0.6.65.ebuild new file mode 100644 index 000000000000..4ca0bf29270d --- /dev/null +++ b/app-leechcraft/lc-blasq/lc-blasq-0.6.65.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Cloud image storage services client (like Flickr or Picasa)" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug +deathnote +rappor +spegnersi +vangog" + +DEPEND="~app-leechcraft/lc-core-${PV} + deathnote? ( dev-qt/qtxmlpatterns:4 ) + spegnersi? ( dev-libs/kqoauth ) + vangog? ( dev-libs/qjson ) + " +RDEPEND="${DEPEND}" + +src_configure(){ + local mycmakeargs=( + $(cmake-utils_use_enable deathnote BLASQ_DEATHNOTE) + $(cmake-utils_use_enable rappor BLASQ_RAPPOR) + $(cmake-utils_use_enable spegnersi BLASQ_SPEGNERSI) + $(cmake-utils_use_enable vangog BLASQ_VANGOG) + ) + + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-blasq/lc-blasq-0.6.70.ebuild b/app-leechcraft/lc-blasq/lc-blasq-0.6.70.ebuild new file mode 100644 index 000000000000..4ca0bf29270d --- /dev/null +++ b/app-leechcraft/lc-blasq/lc-blasq-0.6.70.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Cloud image storage services client (like Flickr or Picasa)" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug +deathnote +rappor +spegnersi +vangog" + +DEPEND="~app-leechcraft/lc-core-${PV} + deathnote? ( dev-qt/qtxmlpatterns:4 ) + spegnersi? ( dev-libs/kqoauth ) + vangog? ( dev-libs/qjson ) + " +RDEPEND="${DEPEND}" + +src_configure(){ + local mycmakeargs=( + $(cmake-utils_use_enable deathnote BLASQ_DEATHNOTE) + $(cmake-utils_use_enable rappor BLASQ_RAPPOR) + $(cmake-utils_use_enable spegnersi BLASQ_SPEGNERSI) + $(cmake-utils_use_enable vangog BLASQ_VANGOG) + ) + + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-blasq/lc-blasq-9999.ebuild b/app-leechcraft/lc-blasq/lc-blasq-9999.ebuild new file mode 100644 index 000000000000..7453543ccab0 --- /dev/null +++ b/app-leechcraft/lc-blasq/lc-blasq-9999.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Cloud image storage services client (like Flickr or Picasa)" + +SLOT="0" +KEYWORDS="" +IUSE="debug +deathnote +rappor +spegnersi +vangog" + +DEPEND="~app-leechcraft/lc-core-${PV} + deathnote? ( dev-qt/qtxmlpatterns:4 ) + spegnersi? ( dev-libs/kqoauth ) + vangog? ( dev-libs/qjson ) + " +RDEPEND="${DEPEND}" + +src_configure(){ + local mycmakeargs=( + $(cmake-utils_use_enable deathnote BLASQ_DEATHNOTE) + $(cmake-utils_use_enable rappor BLASQ_RAPPOR) + $(cmake-utils_use_enable spegnersi BLASQ_SPEGNERSI) + $(cmake-utils_use_enable vangog BLASQ_VANGOG) + ) + + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-blasq/metadata.xml b/app-leechcraft/lc-blasq/metadata.xml new file mode 100644 index 000000000000..8043a570e35c --- /dev/null +++ b/app-leechcraft/lc-blasq/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>leechcraft</herd> +<use> + <flag name="deathnote">Support LiveJournal FotoBilder service</flag> + <flag name="rappor">Support VKontakte service</flag> + <flag name="spegnersi">Support Flickr service</flag> + <flag name="vangog">Support Picasa service</flag> +</use> +</pkgmetadata>
\ No newline at end of file diff --git a/app-leechcraft/lc-blogique/Manifest b/app-leechcraft/lc-blogique/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-blogique/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-blogique/lc-blogique-0.6.60.ebuild b/app-leechcraft/lc-blogique/lc-blogique-0.6.60.ebuild new file mode 100644 index 000000000000..9aef4da79f7a --- /dev/null +++ b/app-leechcraft/lc-blogique/lc-blogique-0.6.60.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Blogging client for LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug +metida +hestia" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtsql:4[sqlite] + metida? ( dev-qt/qtxmlpatterns:4 ) + " +RDEPEND="${DEPEND} + virtual/leechcraft-wysiwyg-editor + " + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_enable metida BLOGIQUE_METIDA) + $(cmake-utils_use_enable hestia BLOGIQUE_HESTIA) + ) + + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-blogique/lc-blogique-0.6.65.ebuild b/app-leechcraft/lc-blogique/lc-blogique-0.6.65.ebuild new file mode 100644 index 000000000000..56e447765ae7 --- /dev/null +++ b/app-leechcraft/lc-blogique/lc-blogique-0.6.65.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Blogging client for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug +metida +hestia" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtsql:4[sqlite] + metida? ( dev-qt/qtxmlpatterns:4 ) + " +RDEPEND="${DEPEND} + virtual/leechcraft-wysiwyg-editor + " + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_enable metida BLOGIQUE_METIDA) + $(cmake-utils_use_enable hestia BLOGIQUE_HESTIA) + ) + + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-blogique/lc-blogique-0.6.70.ebuild b/app-leechcraft/lc-blogique/lc-blogique-0.6.70.ebuild new file mode 100644 index 000000000000..56e447765ae7 --- /dev/null +++ b/app-leechcraft/lc-blogique/lc-blogique-0.6.70.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Blogging client for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug +metida +hestia" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtsql:4[sqlite] + metida? ( dev-qt/qtxmlpatterns:4 ) + " +RDEPEND="${DEPEND} + virtual/leechcraft-wysiwyg-editor + " + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_enable metida BLOGIQUE_METIDA) + $(cmake-utils_use_enable hestia BLOGIQUE_HESTIA) + ) + + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-blogique/lc-blogique-9999.ebuild b/app-leechcraft/lc-blogique/lc-blogique-9999.ebuild new file mode 100644 index 000000000000..a7843149f5ab --- /dev/null +++ b/app-leechcraft/lc-blogique/lc-blogique-9999.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Blogging client for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug +metida +hestia" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtsql:4[sqlite] + metida? ( dev-qt/qtxmlpatterns:4 ) + " +RDEPEND="${DEPEND} + virtual/leechcraft-wysiwyg-editor + " + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_enable metida BLOGIQUE_METIDA) + $(cmake-utils_use_enable hestia BLOGIQUE_HESTIA) + ) + + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-blogique/metadata.xml b/app-leechcraft/lc-blogique/metadata.xml new file mode 100644 index 000000000000..20ec9d3295b8 --- /dev/null +++ b/app-leechcraft/lc-blogique/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>leechcraft</herd> +<use> + <flag name="metida">Support for the LiveJournal blogging platform</flag> + <flag name="hestia">Allows one to keep a local blog</flag> +</use> +</pkgmetadata> diff --git a/app-leechcraft/lc-certmgr/Manifest b/app-leechcraft/lc-certmgr/Manifest new file mode 100644 index 000000000000..c9f19276980d --- /dev/null +++ b/app-leechcraft/lc-certmgr/Manifest @@ -0,0 +1,2 @@ +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-certmgr/lc-certmgr-0.6.65.ebuild b/app-leechcraft/lc-certmgr/lc-certmgr-0.6.65.ebuild new file mode 100644 index 000000000000..e168c321978e --- /dev/null +++ b/app-leechcraft/lc-certmgr/lc-certmgr-0.6.65.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="SSL certificates manager for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-certmgr/lc-certmgr-0.6.70.ebuild b/app-leechcraft/lc-certmgr/lc-certmgr-0.6.70.ebuild new file mode 100644 index 000000000000..e168c321978e --- /dev/null +++ b/app-leechcraft/lc-certmgr/lc-certmgr-0.6.70.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="SSL certificates manager for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-certmgr/lc-certmgr-9999.ebuild b/app-leechcraft/lc-certmgr/lc-certmgr-9999.ebuild new file mode 100644 index 000000000000..6fdccb9807ff --- /dev/null +++ b/app-leechcraft/lc-certmgr/lc-certmgr-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="SSL certificates manager for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-certmgr/metadata.xml b/app-leechcraft/lc-certmgr/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-certmgr/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-core/Manifest b/app-leechcraft/lc-core/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-core/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-core/files/lc-core-0.6.65-dbus-optional.patch b/app-leechcraft/lc-core/files/lc-core-0.6.65-dbus-optional.patch new file mode 100644 index 000000000000..6d784608b3bc --- /dev/null +++ b/app-leechcraft/lc-core/files/lc-core-0.6.65-dbus-optional.patch @@ -0,0 +1,87 @@ +commit 2e221a116dacf7541af8bfe6110856a70b8a8f70 +Author: 0xd34df00d <0xd34df00d@gmail.com> +Date: Mon Jun 16 14:54:15 2014 +0400 + + [Core] DBus loaders made optional. + +diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt +index c138fd5..dc2b8d6 100644 +--- a/src/core/CMakeLists.txt ++++ b/src/core/CMakeLists.txt +@@ -5,8 +5,10 @@ include_directories (${CMAKE_CURRENT_BINARY_DIR} + ${Boost_INCLUDE_DIR} + ) + ++option (WITH_DBUS_LOADERS "Build D-Bus loaders on UNIX" OFF) ++ + if (NOT USE_QT5) +- if (NOT WIN32) ++ if (WITH_DBUS_LOADERS) + set (QT_USE_QTDBUS TRUE) + endif () + set (QT_USE_QTNETWORK TRUE) +@@ -101,7 +103,7 @@ set (SRCS + loaders/sopluginloader.cpp + ) + +-if (UNIX AND NOT APPLE) ++if (WITH_DBUS_LOADERS) + set (SRCS + ${SRCS} + loaders/dbuspluginloader.cpp +@@ -179,6 +181,6 @@ if (USE_QT5) + QT5_USE_MODULES (leechcraft Gui Network Widgets Xml Sql Script Concurrent DBus Svg) + endif () + +-if (UNIX AND NOT APPLE) ++if (WITH_DBUS_LOADERS) + add_subdirectory (loaders/dbus) + endif () +commit 4017753193a769a8bf7de6a54ec2c66954401e2f +Author: 0xd34df00d <0xd34df00d@gmail.com> +Date: Mon Jun 16 17:15:57 2014 +0400 + + [Core] Fixed linking without WITH_DBUS_LOADERS. + +diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt +index dc2b8d6..5f593ea 100644 +--- a/src/core/CMakeLists.txt ++++ b/src/core/CMakeLists.txt +@@ -7,6 +7,10 @@ include_directories (${CMAKE_CURRENT_BINARY_DIR} + + option (WITH_DBUS_LOADERS "Build D-Bus loaders on UNIX" OFF) + ++if (WITH_DBUS_LOADERS) ++ add_definitions (-DWITH_DBUS_LOADERS) ++endif () ++ + if (NOT USE_QT5) + if (WITH_DBUS_LOADERS) + set (QT_USE_QTDBUS TRUE) +diff --git a/src/core/pluginmanager.cpp b/src/core/pluginmanager.cpp +index e769715..4cb479a 100644 +--- a/src/core/pluginmanager.cpp ++++ b/src/core/pluginmanager.cpp +@@ -56,9 +56,11 @@ + #include "shortcutmanager.h" + #include "application.h" + #include "loaders/sopluginloader.h" +-#ifdef Q_OS_LINUX +- #include "loaders/dbuspluginloader.h" ++ ++#ifdef WITH_DBUS_LOADERS ++#include "loaders/dbuspluginloader.h" + #endif ++ + #include "settingstab.h" + + namespace LeechCraft +@@ -985,7 +987,7 @@ namespace LeechCraft + + Loaders::IPluginLoader_ptr PluginManager::MakeLoader (const QString& filename) + { +-#ifndef Q_OS_LINUX ++#ifndef WITH_DBUS_LOADERS + return Loaders::IPluginLoader_ptr (new Loaders::SOPluginLoader (filename)); + #else + if (DBusMode_) diff --git a/app-leechcraft/lc-core/files/lc-core-0.6.65-gcc-4.9.patch b/app-leechcraft/lc-core/files/lc-core-0.6.65-gcc-4.9.patch new file mode 100644 index 000000000000..1ea3cc410c67 --- /dev/null +++ b/app-leechcraft/lc-core/files/lc-core-0.6.65-gcc-4.9.patch @@ -0,0 +1,48 @@ +From 2db7cf510491e3ef2f25341b35b3705acf824bc3 Mon Sep 17 00:00:00 2001 +From: 0xd34df00d <0xd34df00d@gmail.com> +Date: Thu, 12 Jun 2014 23:38:39 +0400 +Subject: [PATCH] [Interfaces] Added missing include. + +--- + src/interfaces/itexteditor.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/interfaces/itexteditor.h b/src/interfaces/itexteditor.h +index 059b936..0004bc5 100644 +--- a/src/interfaces/itexteditor.h ++++ b/src/interfaces/itexteditor.h +@@ -29,6 +29,7 @@ + + #pragma once + ++#include <functional> + #include <QPair> + #include <QList> + #include <QRegExp> +-- +1.9.3 + +From 317cbe27a95cc6536f163c0c833eeb1b4fb3f53b Mon Sep 17 00:00:00 2001 +From: 0xd34df00d <0xd34df00d@gmail.com> +Date: Thu, 12 Jun 2014 23:32:15 +0400 +Subject: [PATCH] [Util] Added a missing include. + +--- + src/util/qml/plotitem.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/util/qml/plotitem.h b/src/util/qml/plotitem.h +index 194c69c..8185851 100644 +--- a/src/util/qml/plotitem.h ++++ b/src/util/qml/plotitem.h +@@ -29,6 +29,7 @@ + + #pragma once + ++#include <functional> + #include <QDeclarativeItem> + #include "qmlconfig.h" + +-- +1.9.3 + diff --git a/app-leechcraft/lc-core/lc-core-0.6.60.ebuild b/app-leechcraft/lc-core/lc-core-0.6.60.ebuild new file mode 100644 index 000000000000..e811201e36e9 --- /dev/null +++ b/app-leechcraft/lc-core/lc-core-0.6.60.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +EGIT_REPO_URI="git://github.com/0xd34df00d/leechcraft.git" +EGIT_PROJECT="leechcraft-${PV}" + +inherit eutils confutils leechcraft + +DESCRIPTION="Core of LeechCraft, the modular network client" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug doc +sqlite postgres +qwt" + +COMMON_DEPEND=">=dev-libs/boost-1.46 + dev-qt/qtcore:4 + dev-qt/qtdbus:4 + dev-qt/qtdeclarative:4 + dev-qt/qtgui:4 + dev-qt/qtscript:4 + dev-qt/qtsql:4[postgres?,sqlite?] + dev-qt/qtwebkit:4 + qwt? ( x11-libs/qwt:6 )" +DEPEND="${COMMON_DEPEND} + doc? ( app-doc/doxygen )" +RDEPEND="${COMMON_DEPEND} + dev-qt/qtsvg:4 + || ( + kde-apps/oxygen-icons + x11-themes/kfaenza + )" + +REQUIRED_USE="|| ( postgres sqlite )" + +src_configure() { + local mycmakeargs=( + -DWITH_PLUGINS=False + $(cmake-utils_use_with doc DOCS) + $(cmake-utils_use_with qwt QWT) + ) + if [[ ${PV} != 9999 ]]; then + mycmakeargs+=( -DLEECHCRAFT_VERSION=${PV} ) + fi + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + use doc && dohtml -r "${CMAKE_BUILD_DIR}/${PN#lc-}"/out/html/* +} diff --git a/app-leechcraft/lc-core/lc-core-0.6.65.ebuild b/app-leechcraft/lc-core/lc-core-0.6.65.ebuild new file mode 100644 index 000000000000..80761a9a829a --- /dev/null +++ b/app-leechcraft/lc-core/lc-core-0.6.65.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +EGIT_REPO_URI="git://github.com/0xd34df00d/leechcraft.git" +EGIT_PROJECT="leechcraft-${PV}" + +inherit eutils confutils leechcraft + +DESCRIPTION="Core of LeechCraft, the modular network client" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug doc +sqlite postgres +qwt" + +COMMON_DEPEND=">=dev-libs/boost-1.46 + dev-qt/qtcore:4 + dev-qt/qtdbus:4 + dev-qt/qtdeclarative:4 + dev-qt/qtgui:4 + dev-qt/qtscript:4 + dev-qt/qtsql:4[postgres?,sqlite?] + dev-qt/qtwebkit:4 + qwt? ( x11-libs/qwt:6 )" +DEPEND="${COMMON_DEPEND} + doc? ( app-doc/doxygen )" +RDEPEND="${COMMON_DEPEND} + dev-qt/qtsvg:4 + || ( + kde-apps/oxygen-icons + x11-themes/kfaenza + )" + +REQUIRED_USE="|| ( postgres sqlite )" + +PATCHES=( + "${FILESDIR}"/${P}-dbus-optional.patch + "${FILESDIR}"/${P}-gcc-4.9.patch +) + +src_configure() { + local mycmakeargs=( + -DWITH_PLUGINS=False + $(cmake-utils_use_with doc DOCS) + $(cmake-utils_use_with qwt QWT) + ) + if [[ ${PV} != 9999 ]]; then + mycmakeargs+=( -DLEECHCRAFT_VERSION=${PV} ) + fi + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + use doc && dohtml -r "${CMAKE_BUILD_DIR}/${PN#lc-}"/out/html/* +} diff --git a/app-leechcraft/lc-core/lc-core-0.6.70.ebuild b/app-leechcraft/lc-core/lc-core-0.6.70.ebuild new file mode 100644 index 000000000000..6969bc613772 --- /dev/null +++ b/app-leechcraft/lc-core/lc-core-0.6.70.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +EGIT_REPO_URI="git://github.com/0xd34df00d/leechcraft.git" +EGIT_PROJECT="leechcraft-${PV}" + +inherit eutils confutils leechcraft + +DESCRIPTION="Core of LeechCraft, the modular network client" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug doc +sqlite postgres +qwt" + +COMMON_DEPEND=">=dev-libs/boost-1.46 + dev-qt/qtcore:4 + dev-qt/qtdbus:4 + dev-qt/qtdeclarative:4 + dev-qt/qtgui:4 + dev-qt/qtscript:4 + dev-qt/qtsql:4[postgres?,sqlite?] + dev-qt/qtwebkit:4 + dev-qt/qtdbus:4 + qwt? ( x11-libs/qwt:6 )" +DEPEND="${COMMON_DEPEND} + doc? ( app-doc/doxygen )" +RDEPEND="${COMMON_DEPEND} + dev-qt/qtsvg:4 + || ( + kde-apps/oxygen-icons + x11-themes/kfaenza + )" + +REQUIRED_USE="|| ( postgres sqlite )" + +src_configure() { + local mycmakeargs=( + -DWITH_PLUGINS=False + $(cmake-utils_use_with doc DOCS) + $(cmake-utils_use_with qwt QWT) + ) + if [[ ${PV} != 9999 ]]; then + mycmakeargs+=( -DLEECHCRAFT_VERSION=${PV} ) + fi + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + use doc && dohtml -r "${CMAKE_BUILD_DIR}/${PN#lc-}"/out/html/* +} diff --git a/app-leechcraft/lc-core/lc-core-9999.ebuild b/app-leechcraft/lc-core/lc-core-9999.ebuild new file mode 100644 index 000000000000..df3e7fb791f7 --- /dev/null +++ b/app-leechcraft/lc-core/lc-core-9999.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +EGIT_REPO_URI="git://github.com/0xd34df00d/leechcraft.git" +EGIT_PROJECT="leechcraft-${PV}" + +inherit eutils confutils leechcraft + +DESCRIPTION="Core of LeechCraft, the modular network client" + +SLOT="0" +KEYWORDS="" +IUSE="debug doc +sqlite postgres +qwt" + +COMMON_DEPEND=">=dev-libs/boost-1.46 + dev-qt/qtcore:4 + dev-qt/qtdbus:4 + dev-qt/qtdeclarative:4 + dev-qt/qtgui:4 + dev-qt/qtscript:4 + dev-qt/qtsql:4[postgres?,sqlite?] + dev-qt/qtwebkit:4 + dev-qt/qtdbus:4 + qwt? ( x11-libs/qwt:6 )" +DEPEND="${COMMON_DEPEND} + doc? ( app-doc/doxygen )" +RDEPEND="${COMMON_DEPEND} + dev-qt/qtsvg:4 + || ( + kde-apps/oxygen-icons + x11-themes/kfaenza + )" + +REQUIRED_USE="|| ( postgres sqlite )" + +src_configure() { + local mycmakeargs=( + -DWITH_PLUGINS=False + $(cmake-utils_use_with doc DOCS) + $(cmake-utils_use_with qwt QWT) + ) + if [[ ${PV} != 9999 ]]; then + mycmakeargs+=( -DLEECHCRAFT_VERSION=${PV} ) + fi + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + use doc && dohtml -r "${CMAKE_BUILD_DIR}/${PN#lc-}"/out/html/* +} diff --git a/app-leechcraft/lc-core/metadata.xml b/app-leechcraft/lc-core/metadata.xml new file mode 100644 index 000000000000..d5867f1989c8 --- /dev/null +++ b/app-leechcraft/lc-core/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> + <longdescription>Core of LeechCraft, the opensource modular network client providing a full-featured web browser, BitTorrent client and much more.</longdescription> + <use> + <flag name="qwt">Support for QML plotting item through <pkg>x11-libs/qwt</pkg></flag> + </use> +</pkgmetadata> diff --git a/app-leechcraft/lc-cpuload/Manifest b/app-leechcraft/lc-cpuload/Manifest new file mode 100644 index 000000000000..c9f19276980d --- /dev/null +++ b/app-leechcraft/lc-cpuload/Manifest @@ -0,0 +1,2 @@ +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-cpuload/lc-cpuload-0.6.65.ebuild b/app-leechcraft/lc-cpuload/lc-cpuload-0.6.65.ebuild new file mode 100644 index 000000000000..52872a714d77 --- /dev/null +++ b/app-leechcraft/lc-cpuload/lc-cpuload-0.6.65.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="CPU load graph quark" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-quark-sideprovider +" diff --git a/app-leechcraft/lc-cpuload/lc-cpuload-0.6.70.ebuild b/app-leechcraft/lc-cpuload/lc-cpuload-0.6.70.ebuild new file mode 100644 index 000000000000..52872a714d77 --- /dev/null +++ b/app-leechcraft/lc-cpuload/lc-cpuload-0.6.70.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="CPU load graph quark" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-quark-sideprovider +" diff --git a/app-leechcraft/lc-cpuload/lc-cpuload-9999.ebuild b/app-leechcraft/lc-cpuload/lc-cpuload-9999.ebuild new file mode 100644 index 000000000000..bfb3c90aba67 --- /dev/null +++ b/app-leechcraft/lc-cpuload/lc-cpuload-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="CPU load graph quark" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-quark-sideprovider +" diff --git a/app-leechcraft/lc-cpuload/metadata.xml b/app-leechcraft/lc-cpuload/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-cpuload/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-cstp/Manifest b/app-leechcraft/lc-cstp/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-cstp/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-cstp/lc-cstp-0.6.60.ebuild b/app-leechcraft/lc-cstp/lc-cstp-0.6.60.ebuild new file mode 100644 index 000000000000..2b3cb43849cf --- /dev/null +++ b/app-leechcraft/lc-cstp/lc-cstp-0.6.60.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="CSTP, the clean & stupid HTTP implementation for LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-task-show" diff --git a/app-leechcraft/lc-cstp/lc-cstp-0.6.65.ebuild b/app-leechcraft/lc-cstp/lc-cstp-0.6.65.ebuild new file mode 100644 index 000000000000..967c1a938dac --- /dev/null +++ b/app-leechcraft/lc-cstp/lc-cstp-0.6.65.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="CSTP, the clean & stupid HTTP implementation for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-task-show" diff --git a/app-leechcraft/lc-cstp/lc-cstp-0.6.70.ebuild b/app-leechcraft/lc-cstp/lc-cstp-0.6.70.ebuild new file mode 100644 index 000000000000..967c1a938dac --- /dev/null +++ b/app-leechcraft/lc-cstp/lc-cstp-0.6.70.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="CSTP, the clean & stupid HTTP implementation for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-task-show" diff --git a/app-leechcraft/lc-cstp/lc-cstp-9999.ebuild b/app-leechcraft/lc-cstp/lc-cstp-9999.ebuild new file mode 100644 index 000000000000..6e04d117c491 --- /dev/null +++ b/app-leechcraft/lc-cstp/lc-cstp-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="CSTP, the clean & stupid HTTP implementation for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-task-show" diff --git a/app-leechcraft/lc-cstp/metadata.xml b/app-leechcraft/lc-cstp/metadata.xml new file mode 100644 index 000000000000..12f1722f7fcc --- /dev/null +++ b/app-leechcraft/lc-cstp/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-dbusmanager/Manifest b/app-leechcraft/lc-dbusmanager/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-dbusmanager/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-dbusmanager/lc-dbusmanager-0.6.60.ebuild b/app-leechcraft/lc-dbusmanager/lc-dbusmanager-0.6.60.ebuild new file mode 100644 index 000000000000..e66d8ad65d78 --- /dev/null +++ b/app-leechcraft/lc-dbusmanager/lc-dbusmanager-0.6.60.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="DBusManager provides some basic D-Bus interoperability for LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdbus:4" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-dbusmanager/lc-dbusmanager-0.6.65.ebuild b/app-leechcraft/lc-dbusmanager/lc-dbusmanager-0.6.65.ebuild new file mode 100644 index 000000000000..9bc2651409e3 --- /dev/null +++ b/app-leechcraft/lc-dbusmanager/lc-dbusmanager-0.6.65.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="DBusManager provides some basic D-Bus interoperability for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdbus:4" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-dbusmanager/lc-dbusmanager-0.6.70.ebuild b/app-leechcraft/lc-dbusmanager/lc-dbusmanager-0.6.70.ebuild new file mode 100644 index 000000000000..9bc2651409e3 --- /dev/null +++ b/app-leechcraft/lc-dbusmanager/lc-dbusmanager-0.6.70.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="DBusManager provides some basic D-Bus interoperability for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdbus:4" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-dbusmanager/lc-dbusmanager-9999.ebuild b/app-leechcraft/lc-dbusmanager/lc-dbusmanager-9999.ebuild new file mode 100644 index 000000000000..e61b1a89fac5 --- /dev/null +++ b/app-leechcraft/lc-dbusmanager/lc-dbusmanager-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="DBusManager provides some basic D-Bus interoperability for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdbus:4" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-dbusmanager/metadata.xml b/app-leechcraft/lc-dbusmanager/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-dbusmanager/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-deadlyrics/Manifest b/app-leechcraft/lc-deadlyrics/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-deadlyrics/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-deadlyrics/lc-deadlyrics-0.6.60.ebuild b/app-leechcraft/lc-deadlyrics/lc-deadlyrics-0.6.60.ebuild new file mode 100644 index 000000000000..710e868c808a --- /dev/null +++ b/app-leechcraft/lc-deadlyrics/lc-deadlyrics-0.6.60.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Searches for song lyrics and displays them in LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-search-show + virtual/leechcraft-downloader-http" diff --git a/app-leechcraft/lc-deadlyrics/lc-deadlyrics-0.6.65.ebuild b/app-leechcraft/lc-deadlyrics/lc-deadlyrics-0.6.65.ebuild new file mode 100644 index 000000000000..8941118aedf6 --- /dev/null +++ b/app-leechcraft/lc-deadlyrics/lc-deadlyrics-0.6.65.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Searches for song lyrics and displays them in LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-search-show + virtual/leechcraft-downloader-http" diff --git a/app-leechcraft/lc-deadlyrics/lc-deadlyrics-0.6.70.ebuild b/app-leechcraft/lc-deadlyrics/lc-deadlyrics-0.6.70.ebuild new file mode 100644 index 000000000000..8941118aedf6 --- /dev/null +++ b/app-leechcraft/lc-deadlyrics/lc-deadlyrics-0.6.70.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Searches for song lyrics and displays them in LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-search-show + virtual/leechcraft-downloader-http" diff --git a/app-leechcraft/lc-deadlyrics/lc-deadlyrics-9999.ebuild b/app-leechcraft/lc-deadlyrics/lc-deadlyrics-9999.ebuild new file mode 100644 index 000000000000..69d4ba1ad37b --- /dev/null +++ b/app-leechcraft/lc-deadlyrics/lc-deadlyrics-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Searches for song lyrics and displays them in LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-search-show + virtual/leechcraft-downloader-http" diff --git a/app-leechcraft/lc-deadlyrics/metadata.xml b/app-leechcraft/lc-deadlyrics/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-deadlyrics/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-devmon/Manifest b/app-leechcraft/lc-devmon/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-devmon/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-devmon/lc-devmon-0.6.60.ebuild b/app-leechcraft/lc-devmon/lc-devmon-0.6.60.ebuild new file mode 100644 index 000000000000..442e3cce27e1 --- /dev/null +++ b/app-leechcraft/lc-devmon/lc-devmon-0.6.60.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Non-storage USB devices manager for LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + virtual/udev" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-devmon/lc-devmon-0.6.65.ebuild b/app-leechcraft/lc-devmon/lc-devmon-0.6.65.ebuild new file mode 100644 index 000000000000..f0675a5d065f --- /dev/null +++ b/app-leechcraft/lc-devmon/lc-devmon-0.6.65.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Non-storage USB devices manager for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + virtual/udev" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-devmon/lc-devmon-0.6.70.ebuild b/app-leechcraft/lc-devmon/lc-devmon-0.6.70.ebuild new file mode 100644 index 000000000000..f0675a5d065f --- /dev/null +++ b/app-leechcraft/lc-devmon/lc-devmon-0.6.70.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Non-storage USB devices manager for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + virtual/udev" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-devmon/lc-devmon-9999.ebuild b/app-leechcraft/lc-devmon/lc-devmon-9999.ebuild new file mode 100644 index 000000000000..7be29f693092 --- /dev/null +++ b/app-leechcraft/lc-devmon/lc-devmon-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Non-storage USB devices manager for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + virtual/udev" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-devmon/metadata.xml b/app-leechcraft/lc-devmon/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-devmon/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-dolozhee/Manifest b/app-leechcraft/lc-dolozhee/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-dolozhee/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-dolozhee/lc-dolozhee-0.6.60.ebuild b/app-leechcraft/lc-dolozhee/lc-dolozhee-0.6.60.ebuild new file mode 100644 index 000000000000..5185b8c3e4c8 --- /dev/null +++ b/app-leechcraft/lc-dolozhee/lc-dolozhee-0.6.60.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="An issue reporting client for LeechCraft's issue tracker" + +SLOT="0" +KEYWORDS=" amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-dolozhee/lc-dolozhee-0.6.65.ebuild b/app-leechcraft/lc-dolozhee/lc-dolozhee-0.6.65.ebuild new file mode 100644 index 000000000000..0f5d3a1ca0aa --- /dev/null +++ b/app-leechcraft/lc-dolozhee/lc-dolozhee-0.6.65.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="An issue reporting client for LeechCraft's issue tracker" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-dolozhee/lc-dolozhee-0.6.70.ebuild b/app-leechcraft/lc-dolozhee/lc-dolozhee-0.6.70.ebuild new file mode 100644 index 000000000000..0f5d3a1ca0aa --- /dev/null +++ b/app-leechcraft/lc-dolozhee/lc-dolozhee-0.6.70.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="An issue reporting client for LeechCraft's issue tracker" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-dolozhee/lc-dolozhee-9999.ebuild b/app-leechcraft/lc-dolozhee/lc-dolozhee-9999.ebuild new file mode 100644 index 000000000000..4695fb007aa9 --- /dev/null +++ b/app-leechcraft/lc-dolozhee/lc-dolozhee-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="An issue reporting client for LeechCraft's issue tracker" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-dolozhee/metadata.xml b/app-leechcraft/lc-dolozhee/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-dolozhee/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-eleeminator/Manifest b/app-leechcraft/lc-eleeminator/Manifest new file mode 100644 index 000000000000..81a3ba2f1186 --- /dev/null +++ b/app-leechcraft/lc-eleeminator/Manifest @@ -0,0 +1 @@ +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-eleeminator/lc-eleeminator-0.6.70.ebuild b/app-leechcraft/lc-eleeminator/lc-eleeminator-0.6.70.ebuild new file mode 100644 index 000000000000..4817e82a393a --- /dev/null +++ b/app-leechcraft/lc-eleeminator/lc-eleeminator-0.6.70.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Embedded LeechCraft Terminal Emulator" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + x11-libs/qtermwidget" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-eleeminator/lc-eleeminator-9999.ebuild b/app-leechcraft/lc-eleeminator/lc-eleeminator-9999.ebuild new file mode 100644 index 000000000000..005e63e6714a --- /dev/null +++ b/app-leechcraft/lc-eleeminator/lc-eleeminator-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Embedded LeechCraft Terminal Emulator" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + x11-libs/qtermwidget" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-eleeminator/metadata.xml b/app-leechcraft/lc-eleeminator/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-eleeminator/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-fenet/Manifest b/app-leechcraft/lc-fenet/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-fenet/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-fenet/lc-fenet-0.6.60.ebuild b/app-leechcraft/lc-fenet/lc-fenet-0.6.60.ebuild new file mode 100644 index 000000000000..b70fb56d0299 --- /dev/null +++ b/app-leechcraft/lc-fenet/lc-fenet-0.6.60.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="LeechCraft WM and compositor manager" + +SLOT="0" +KEYWORDS=" amd64 x86" +IUSE="debug" + +DEPEND=" + ~app-leechcraft/lc-core-${PV} + dev-libs/qjson +" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-fenet/lc-fenet-0.6.65.ebuild b/app-leechcraft/lc-fenet/lc-fenet-0.6.65.ebuild new file mode 100644 index 000000000000..b127ca585970 --- /dev/null +++ b/app-leechcraft/lc-fenet/lc-fenet-0.6.65.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="LeechCraft WM and compositor manager" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND=" + ~app-leechcraft/lc-core-${PV} + dev-libs/qjson +" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-fenet/lc-fenet-0.6.70.ebuild b/app-leechcraft/lc-fenet/lc-fenet-0.6.70.ebuild new file mode 100644 index 000000000000..b127ca585970 --- /dev/null +++ b/app-leechcraft/lc-fenet/lc-fenet-0.6.70.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="LeechCraft WM and compositor manager" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND=" + ~app-leechcraft/lc-core-${PV} + dev-libs/qjson +" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-fenet/lc-fenet-9999.ebuild b/app-leechcraft/lc-fenet/lc-fenet-9999.ebuild new file mode 100644 index 000000000000..9484b3ece846 --- /dev/null +++ b/app-leechcraft/lc-fenet/lc-fenet-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="LeechCraft WM and compositor manager" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND=" + ~app-leechcraft/lc-core-${PV} + dev-libs/qjson +" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-fenet/metadata.xml b/app-leechcraft/lc-fenet/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-fenet/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-gacts/Manifest b/app-leechcraft/lc-gacts/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-gacts/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-gacts/lc-gacts-0.6.60.ebuild b/app-leechcraft/lc-gacts/lc-gacts-0.6.60.ebuild new file mode 100644 index 000000000000..2fcaab4e8ad2 --- /dev/null +++ b/app-leechcraft/lc-gacts/lc-gacts-0.6.60.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Allows other LeechCraft modules to register global shortcuts" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + x11-libs/libqxt" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DWITH_GACTS_BUNDLED_QXT=OFF + ) + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-gacts/lc-gacts-0.6.65.ebuild b/app-leechcraft/lc-gacts/lc-gacts-0.6.65.ebuild new file mode 100644 index 000000000000..065250d50692 --- /dev/null +++ b/app-leechcraft/lc-gacts/lc-gacts-0.6.65.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Allows other LeechCraft modules to register global shortcuts" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + x11-libs/libqxt" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DWITH_GACTS_BUNDLED_QXT=OFF + ) + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-gacts/lc-gacts-0.6.70.ebuild b/app-leechcraft/lc-gacts/lc-gacts-0.6.70.ebuild new file mode 100644 index 000000000000..065250d50692 --- /dev/null +++ b/app-leechcraft/lc-gacts/lc-gacts-0.6.70.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Allows other LeechCraft modules to register global shortcuts" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + x11-libs/libqxt" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DWITH_GACTS_BUNDLED_QXT=OFF + ) + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-gacts/lc-gacts-9999.ebuild b/app-leechcraft/lc-gacts/lc-gacts-9999.ebuild new file mode 100644 index 000000000000..91daaed231cb --- /dev/null +++ b/app-leechcraft/lc-gacts/lc-gacts-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Allows other LeechCraft modules to register global shortcuts" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + x11-libs/libqxt" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DWITH_GACTS_BUNDLED_QXT=OFF + ) + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-gacts/metadata.xml b/app-leechcraft/lc-gacts/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-gacts/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-glance/Manifest b/app-leechcraft/lc-glance/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-glance/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-glance/lc-glance-0.6.60.ebuild b/app-leechcraft/lc-glance/lc-glance-0.6.60.ebuild new file mode 100644 index 000000000000..898d7d79539d --- /dev/null +++ b/app-leechcraft/lc-glance/lc-glance-0.6.60.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Glance, quick thumbnailed overview of opened tabs in LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-glance/lc-glance-0.6.65.ebuild b/app-leechcraft/lc-glance/lc-glance-0.6.65.ebuild new file mode 100644 index 000000000000..8d8a6ee93404 --- /dev/null +++ b/app-leechcraft/lc-glance/lc-glance-0.6.65.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Glance, quick thumbnailed overview of opened tabs in LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-glance/lc-glance-0.6.70.ebuild b/app-leechcraft/lc-glance/lc-glance-0.6.70.ebuild new file mode 100644 index 000000000000..8d8a6ee93404 --- /dev/null +++ b/app-leechcraft/lc-glance/lc-glance-0.6.70.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Glance, quick thumbnailed overview of opened tabs in LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-glance/lc-glance-9999.ebuild b/app-leechcraft/lc-glance/lc-glance-9999.ebuild new file mode 100644 index 000000000000..07c6dbe23f0e --- /dev/null +++ b/app-leechcraft/lc-glance/lc-glance-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Glance, quick thumbnailed overview of opened tabs in LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-glance/metadata.xml b/app-leechcraft/lc-glance/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-glance/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-gmailnotifier/Manifest b/app-leechcraft/lc-gmailnotifier/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-gmailnotifier/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.6.60.ebuild b/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.6.60.ebuild new file mode 100644 index 000000000000..9da3bcd9153b --- /dev/null +++ b/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.6.60.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Notifier about new mail in a GMail inbox for LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug notify quark" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4" +RDEPEND="${DEPEND} + quark? ( ~virtual/leechcraft-quark-sideprovider-${PV} ) + notify? ( ~virtual/leechcraft-notifier-${PV} )" diff --git a/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.6.65.ebuild b/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.6.65.ebuild new file mode 100644 index 000000000000..f2ec7ed9e9db --- /dev/null +++ b/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.6.65.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Notifier about new mail in a GMail inbox for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug notify quark" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4" +RDEPEND="${DEPEND} + quark? ( ~virtual/leechcraft-quark-sideprovider-${PV} ) + notify? ( ~virtual/leechcraft-notifier-${PV} )" diff --git a/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.6.70.ebuild b/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.6.70.ebuild new file mode 100644 index 000000000000..f2ec7ed9e9db --- /dev/null +++ b/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.6.70.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Notifier about new mail in a GMail inbox for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug notify quark" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4" +RDEPEND="${DEPEND} + quark? ( ~virtual/leechcraft-quark-sideprovider-${PV} ) + notify? ( ~virtual/leechcraft-notifier-${PV} )" diff --git a/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.ebuild b/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.ebuild new file mode 100644 index 000000000000..7c320e718782 --- /dev/null +++ b/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Notifier about new mail in a GMail inbox for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug notify quark" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4" +RDEPEND="${DEPEND} + quark? ( ~virtual/leechcraft-quark-sideprovider-${PV} ) + notify? ( ~virtual/leechcraft-notifier-${PV} )" diff --git a/app-leechcraft/lc-gmailnotifier/metadata.xml b/app-leechcraft/lc-gmailnotifier/metadata.xml new file mode 100644 index 000000000000..61e4db644d5b --- /dev/null +++ b/app-leechcraft/lc-gmailnotifier/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> + <use> + <flag name="quark">Pull in a plugin to show GMail Notifier's quark</flag> + <flag name="notify">Pull in a plugin to show notifications from GMail Notiifer</flag> + </use> +</pkgmetadata> diff --git a/app-leechcraft/lc-historyholder/Manifest b/app-leechcraft/lc-historyholder/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-historyholder/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-historyholder/lc-historyholder-0.6.60.ebuild b/app-leechcraft/lc-historyholder/lc-historyholder-0.6.60.ebuild new file mode 100644 index 000000000000..d3369e53a6b7 --- /dev/null +++ b/app-leechcraft/lc-historyholder/lc-historyholder-0.6.60.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="HistoryHolder keeps track of stuff downloaded in LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-search-show" diff --git a/app-leechcraft/lc-historyholder/lc-historyholder-0.6.65.ebuild b/app-leechcraft/lc-historyholder/lc-historyholder-0.6.65.ebuild new file mode 100644 index 000000000000..ec2628efec6d --- /dev/null +++ b/app-leechcraft/lc-historyholder/lc-historyholder-0.6.65.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="HistoryHolder keeps track of stuff downloaded in LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-search-show" diff --git a/app-leechcraft/lc-historyholder/lc-historyholder-0.6.70.ebuild b/app-leechcraft/lc-historyholder/lc-historyholder-0.6.70.ebuild new file mode 100644 index 000000000000..ec2628efec6d --- /dev/null +++ b/app-leechcraft/lc-historyholder/lc-historyholder-0.6.70.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="HistoryHolder keeps track of stuff downloaded in LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-search-show" diff --git a/app-leechcraft/lc-historyholder/lc-historyholder-9999.ebuild b/app-leechcraft/lc-historyholder/lc-historyholder-9999.ebuild new file mode 100644 index 000000000000..868087d05250 --- /dev/null +++ b/app-leechcraft/lc-historyholder/lc-historyholder-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="HistoryHolder keeps track of stuff downloaded in LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-search-show" diff --git a/app-leechcraft/lc-historyholder/metadata.xml b/app-leechcraft/lc-historyholder/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-historyholder/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-hotsensors/Manifest b/app-leechcraft/lc-hotsensors/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-hotsensors/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-hotsensors/lc-hotsensors-0.6.60.ebuild b/app-leechcraft/lc-hotsensors/lc-hotsensors-0.6.60.ebuild new file mode 100644 index 000000000000..ad755b81d378 --- /dev/null +++ b/app-leechcraft/lc-hotsensors/lc-hotsensors-0.6.60.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Temperature sensors monitor plugin for LeechCraft" + +# We should define license for this plugin explicitly +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}[qwt] + ~virtual/leechcraft-quark-sideprovider-${PV} + dev-qt/qtdeclarative:4 + sys-apps/lm_sensors + " +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-hotsensors/lc-hotsensors-0.6.65.ebuild b/app-leechcraft/lc-hotsensors/lc-hotsensors-0.6.65.ebuild new file mode 100644 index 000000000000..b2d0ce05893a --- /dev/null +++ b/app-leechcraft/lc-hotsensors/lc-hotsensors-0.6.65.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Temperature sensors monitor plugin for LeechCraft" + +# We should define license for this plugin explicitly +LICENSE="GPL-3" +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}[qwt] + ~virtual/leechcraft-quark-sideprovider-${PV} + dev-qt/qtdeclarative:4 + sys-apps/lm_sensors + " +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-hotsensors/lc-hotsensors-0.6.70.ebuild b/app-leechcraft/lc-hotsensors/lc-hotsensors-0.6.70.ebuild new file mode 100644 index 000000000000..b2d0ce05893a --- /dev/null +++ b/app-leechcraft/lc-hotsensors/lc-hotsensors-0.6.70.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Temperature sensors monitor plugin for LeechCraft" + +# We should define license for this plugin explicitly +LICENSE="GPL-3" +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}[qwt] + ~virtual/leechcraft-quark-sideprovider-${PV} + dev-qt/qtdeclarative:4 + sys-apps/lm_sensors + " +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-hotsensors/lc-hotsensors-9999.ebuild b/app-leechcraft/lc-hotsensors/lc-hotsensors-9999.ebuild new file mode 100644 index 000000000000..0975132ab2c5 --- /dev/null +++ b/app-leechcraft/lc-hotsensors/lc-hotsensors-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Temperature sensors monitor plugin for LeechCraft" + +# We should define license for this plugin explicitly +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}[qwt] + ~virtual/leechcraft-quark-sideprovider-${PV} + dev-qt/qtdeclarative:4 + sys-apps/lm_sensors + " +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-hotsensors/metadata.xml b/app-leechcraft/lc-hotsensors/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-hotsensors/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-hotstreams/Manifest b/app-leechcraft/lc-hotstreams/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-hotstreams/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-hotstreams/lc-hotstreams-0.6.60.ebuild b/app-leechcraft/lc-hotstreams/lc-hotstreams-0.6.60.ebuild new file mode 100644 index 000000000000..070ecfb2e41e --- /dev/null +++ b/app-leechcraft/lc-hotstreams/lc-hotstreams-0.6.60.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit eutils leechcraft toolchain-funcs + +DESCRIPTION="Provides some cool radio streams to music players like LMP" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-libs/qjson" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-hotstreams/lc-hotstreams-0.6.65.ebuild b/app-leechcraft/lc-hotstreams/lc-hotstreams-0.6.65.ebuild new file mode 100644 index 000000000000..cdaf41ac0f13 --- /dev/null +++ b/app-leechcraft/lc-hotstreams/lc-hotstreams-0.6.65.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit eutils leechcraft toolchain-funcs + +DESCRIPTION="Provides some cool radio streams to music players like LMP" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-libs/qjson" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-hotstreams/lc-hotstreams-0.6.70.ebuild b/app-leechcraft/lc-hotstreams/lc-hotstreams-0.6.70.ebuild new file mode 100644 index 000000000000..cdaf41ac0f13 --- /dev/null +++ b/app-leechcraft/lc-hotstreams/lc-hotstreams-0.6.70.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit eutils leechcraft toolchain-funcs + +DESCRIPTION="Provides some cool radio streams to music players like LMP" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-libs/qjson" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-hotstreams/lc-hotstreams-9999.ebuild b/app-leechcraft/lc-hotstreams/lc-hotstreams-9999.ebuild new file mode 100644 index 000000000000..a572cac1fcf3 --- /dev/null +++ b/app-leechcraft/lc-hotstreams/lc-hotstreams-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit eutils leechcraft toolchain-funcs + +DESCRIPTION="Provides some cool radio streams to music players like LMP" + +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-libs/qjson" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-hotstreams/metadata.xml b/app-leechcraft/lc-hotstreams/metadata.xml new file mode 100644 index 000000000000..12f1722f7fcc --- /dev/null +++ b/app-leechcraft/lc-hotstreams/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-htthare/Manifest b/app-leechcraft/lc-htthare/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-htthare/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-htthare/lc-htthare-0.6.60.ebuild b/app-leechcraft/lc-htthare/lc-htthare-0.6.60.ebuild new file mode 100644 index 000000000000..dbc7c2f393bb --- /dev/null +++ b/app-leechcraft/lc-htthare/lc-htthare-0.6.60.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Simple HTTP server for Leechcraft" + +SLOT="0" +KEYWORDS="amd64 x86" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-htthare/lc-htthare-0.6.65.ebuild b/app-leechcraft/lc-htthare/lc-htthare-0.6.65.ebuild new file mode 100644 index 000000000000..ece1ce5884b0 --- /dev/null +++ b/app-leechcraft/lc-htthare/lc-htthare-0.6.65.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Simple HTTP server for Leechcraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-htthare/lc-htthare-0.6.70.ebuild b/app-leechcraft/lc-htthare/lc-htthare-0.6.70.ebuild new file mode 100644 index 000000000000..ece1ce5884b0 --- /dev/null +++ b/app-leechcraft/lc-htthare/lc-htthare-0.6.70.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Simple HTTP server for Leechcraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-htthare/lc-htthare-9999.ebuild b/app-leechcraft/lc-htthare/lc-htthare-9999.ebuild new file mode 100644 index 000000000000..a5acf7bbea81 --- /dev/null +++ b/app-leechcraft/lc-htthare/lc-htthare-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Simple HTTP server for Leechcraft" + +SLOT="0" +KEYWORDS="" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-htthare/metadata.xml b/app-leechcraft/lc-htthare/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-htthare/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-imgaste/Manifest b/app-leechcraft/lc-imgaste/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-imgaste/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-imgaste/lc-imgaste-0.6.60.ebuild b/app-leechcraft/lc-imgaste/lc-imgaste-0.6.60.ebuild new file mode 100644 index 000000000000..028495baaf7a --- /dev/null +++ b/app-leechcraft/lc-imgaste/lc-imgaste-0.6.60.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="The simple image uploader data filter for LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-imgaste/lc-imgaste-0.6.65.ebuild b/app-leechcraft/lc-imgaste/lc-imgaste-0.6.65.ebuild new file mode 100644 index 000000000000..a2be4dc7555a --- /dev/null +++ b/app-leechcraft/lc-imgaste/lc-imgaste-0.6.65.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="The simple image uploader data filter for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-imgaste/lc-imgaste-0.6.70.ebuild b/app-leechcraft/lc-imgaste/lc-imgaste-0.6.70.ebuild new file mode 100644 index 000000000000..a2be4dc7555a --- /dev/null +++ b/app-leechcraft/lc-imgaste/lc-imgaste-0.6.70.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="The simple image uploader data filter for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-imgaste/lc-imgaste-9999.ebuild b/app-leechcraft/lc-imgaste/lc-imgaste-9999.ebuild new file mode 100644 index 000000000000..f01bbb8c1ef4 --- /dev/null +++ b/app-leechcraft/lc-imgaste/lc-imgaste-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="The simple image uploader data filter for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-imgaste/metadata.xml b/app-leechcraft/lc-imgaste/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-imgaste/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-intermutko/lc-intermutko-9999.ebuild b/app-leechcraft/lc-intermutko/lc-intermutko-9999.ebuild new file mode 100644 index 000000000000..50a517c9a93c --- /dev/null +++ b/app-leechcraft/lc-intermutko/lc-intermutko-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Allows one to fine-tune the Accept-Language HTTP header" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-intermutko/metadata.xml b/app-leechcraft/lc-intermutko/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-intermutko/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-kbswitch/Manifest b/app-leechcraft/lc-kbswitch/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-kbswitch/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-kbswitch/lc-kbswitch-0.6.60.ebuild b/app-leechcraft/lc-kbswitch/lc-kbswitch-0.6.60.ebuild new file mode 100644 index 000000000000..b295e5475e89 --- /dev/null +++ b/app-leechcraft/lc-kbswitch/lc-kbswitch-0.6.60.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Provides plugin- or tab-grained keyboard layout control" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + x11-apps/setxkbmap" diff --git a/app-leechcraft/lc-kbswitch/lc-kbswitch-0.6.65.ebuild b/app-leechcraft/lc-kbswitch/lc-kbswitch-0.6.65.ebuild new file mode 100644 index 000000000000..7f41016c25f6 --- /dev/null +++ b/app-leechcraft/lc-kbswitch/lc-kbswitch-0.6.65.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Provides plugin- or tab-grained keyboard layout control" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + x11-apps/setxkbmap" diff --git a/app-leechcraft/lc-kbswitch/lc-kbswitch-0.6.70.ebuild b/app-leechcraft/lc-kbswitch/lc-kbswitch-0.6.70.ebuild new file mode 100644 index 000000000000..7f41016c25f6 --- /dev/null +++ b/app-leechcraft/lc-kbswitch/lc-kbswitch-0.6.70.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Provides plugin- or tab-grained keyboard layout control" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + x11-apps/setxkbmap" diff --git a/app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild b/app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild new file mode 100644 index 000000000000..a99417b62601 --- /dev/null +++ b/app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Provides plugin- or tab-grained keyboard layout control" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + x11-apps/setxkbmap" diff --git a/app-leechcraft/lc-kbswitch/metadata.xml b/app-leechcraft/lc-kbswitch/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-kbswitch/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-kinotify/Manifest b/app-leechcraft/lc-kinotify/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-kinotify/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-kinotify/lc-kinotify-0.6.60.ebuild b/app-leechcraft/lc-kinotify/lc-kinotify-0.6.60.ebuild new file mode 100644 index 000000000000..84429ced5b08 --- /dev/null +++ b/app-leechcraft/lc-kinotify/lc-kinotify-0.6.60.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Fancy visual notifications for LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + >=dev-qt/qtwebkit-4.6:4" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-kinotify/lc-kinotify-0.6.65.ebuild b/app-leechcraft/lc-kinotify/lc-kinotify-0.6.65.ebuild new file mode 100644 index 000000000000..f54049461102 --- /dev/null +++ b/app-leechcraft/lc-kinotify/lc-kinotify-0.6.65.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Fancy visual notifications for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + >=dev-qt/qtwebkit-4.6:4" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-kinotify/lc-kinotify-0.6.70.ebuild b/app-leechcraft/lc-kinotify/lc-kinotify-0.6.70.ebuild new file mode 100644 index 000000000000..f54049461102 --- /dev/null +++ b/app-leechcraft/lc-kinotify/lc-kinotify-0.6.70.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Fancy visual notifications for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + >=dev-qt/qtwebkit-4.6:4" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-kinotify/lc-kinotify-9999.ebuild b/app-leechcraft/lc-kinotify/lc-kinotify-9999.ebuild new file mode 100644 index 000000000000..56bcd000f441 --- /dev/null +++ b/app-leechcraft/lc-kinotify/lc-kinotify-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Fancy visual notifications for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + >=dev-qt/qtwebkit-4.6:4" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-kinotify/metadata.xml b/app-leechcraft/lc-kinotify/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-kinotify/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-knowhow/Manifest b/app-leechcraft/lc-knowhow/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-knowhow/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-knowhow/lc-knowhow-0.6.60.ebuild b/app-leechcraft/lc-knowhow/lc-knowhow-0.6.60.ebuild new file mode 100644 index 000000000000..00b12b2d332b --- /dev/null +++ b/app-leechcraft/lc-knowhow/lc-knowhow-0.6.60.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="KnowHow, plugin for showing Tips of the Day in LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-knowhow/lc-knowhow-0.6.65.ebuild b/app-leechcraft/lc-knowhow/lc-knowhow-0.6.65.ebuild new file mode 100644 index 000000000000..d0e32f4258d3 --- /dev/null +++ b/app-leechcraft/lc-knowhow/lc-knowhow-0.6.65.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="KnowHow, plugin for showing Tips of the Day in LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-knowhow/lc-knowhow-0.6.70.ebuild b/app-leechcraft/lc-knowhow/lc-knowhow-0.6.70.ebuild new file mode 100644 index 000000000000..d0e32f4258d3 --- /dev/null +++ b/app-leechcraft/lc-knowhow/lc-knowhow-0.6.70.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="KnowHow, plugin for showing Tips of the Day in LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-knowhow/lc-knowhow-9999.ebuild b/app-leechcraft/lc-knowhow/lc-knowhow-9999.ebuild new file mode 100644 index 000000000000..a9ff9c6d1f02 --- /dev/null +++ b/app-leechcraft/lc-knowhow/lc-knowhow-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="KnowHow, plugin for showing Tips of the Day in LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-knowhow/metadata.xml b/app-leechcraft/lc-knowhow/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-knowhow/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-krigstask/Manifest b/app-leechcraft/lc-krigstask/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-krigstask/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-krigstask/lc-krigstask-0.6.60.ebuild b/app-leechcraft/lc-krigstask/lc-krigstask-0.6.60.ebuild new file mode 100644 index 000000000000..4169dc7db502 --- /dev/null +++ b/app-leechcraft/lc-krigstask/lc-krigstask-0.6.60.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="The taskbar quark for LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4 + x11-libs/libXcomposite" +RDEPEND="${DEPEND} + ~virtual/leechcraft-quark-sideprovider-${PV}" diff --git a/app-leechcraft/lc-krigstask/lc-krigstask-0.6.65.ebuild b/app-leechcraft/lc-krigstask/lc-krigstask-0.6.65.ebuild new file mode 100644 index 000000000000..35bff927ece8 --- /dev/null +++ b/app-leechcraft/lc-krigstask/lc-krigstask-0.6.65.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="The taskbar quark for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4 + x11-libs/libXcomposite" +RDEPEND="${DEPEND} + ~virtual/leechcraft-quark-sideprovider-${PV}" diff --git a/app-leechcraft/lc-krigstask/lc-krigstask-0.6.70.ebuild b/app-leechcraft/lc-krigstask/lc-krigstask-0.6.70.ebuild new file mode 100644 index 000000000000..35bff927ece8 --- /dev/null +++ b/app-leechcraft/lc-krigstask/lc-krigstask-0.6.70.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="The taskbar quark for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4 + x11-libs/libXcomposite" +RDEPEND="${DEPEND} + ~virtual/leechcraft-quark-sideprovider-${PV}" diff --git a/app-leechcraft/lc-krigstask/lc-krigstask-9999.ebuild b/app-leechcraft/lc-krigstask/lc-krigstask-9999.ebuild new file mode 100644 index 000000000000..53d0b8c44f4a --- /dev/null +++ b/app-leechcraft/lc-krigstask/lc-krigstask-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="The taskbar quark for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4 + x11-libs/libXcomposite" +RDEPEND="${DEPEND} + ~virtual/leechcraft-quark-sideprovider-${PV}" diff --git a/app-leechcraft/lc-krigstask/metadata.xml b/app-leechcraft/lc-krigstask/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-krigstask/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-lackman/Manifest b/app-leechcraft/lc-lackman/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-lackman/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-lackman/lc-lackman-0.6.60.ebuild b/app-leechcraft/lc-lackman/lc-lackman-0.6.60.ebuild new file mode 100644 index 000000000000..25f1ee5ca591 --- /dev/null +++ b/app-leechcraft/lc-lackman/lc-lackman-0.6.60.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="LeechCraft Package Manager for extensions, scripts, themes etc" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + >=dev-qt/qtwebkit-4.6:4" +RDEPEND="${DEPEND} + virtual/leechcraft-downloader-http" diff --git a/app-leechcraft/lc-lackman/lc-lackman-0.6.65.ebuild b/app-leechcraft/lc-lackman/lc-lackman-0.6.65.ebuild new file mode 100644 index 000000000000..9074acfdb1e4 --- /dev/null +++ b/app-leechcraft/lc-lackman/lc-lackman-0.6.65.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="LeechCraft Package Manager for extensions, scripts, themes etc" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + >=dev-qt/qtwebkit-4.6:4" +RDEPEND="${DEPEND} + virtual/leechcraft-downloader-http" diff --git a/app-leechcraft/lc-lackman/lc-lackman-0.6.70.ebuild b/app-leechcraft/lc-lackman/lc-lackman-0.6.70.ebuild new file mode 100644 index 000000000000..9074acfdb1e4 --- /dev/null +++ b/app-leechcraft/lc-lackman/lc-lackman-0.6.70.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="LeechCraft Package Manager for extensions, scripts, themes etc" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + >=dev-qt/qtwebkit-4.6:4" +RDEPEND="${DEPEND} + virtual/leechcraft-downloader-http" diff --git a/app-leechcraft/lc-lackman/lc-lackman-9999.ebuild b/app-leechcraft/lc-lackman/lc-lackman-9999.ebuild new file mode 100644 index 000000000000..5816c04bdbc8 --- /dev/null +++ b/app-leechcraft/lc-lackman/lc-lackman-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="LeechCraft Package Manager for extensions, scripts, themes etc" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + >=dev-qt/qtwebkit-4.6:4" +RDEPEND="${DEPEND} + virtual/leechcraft-downloader-http" diff --git a/app-leechcraft/lc-lackman/metadata.xml b/app-leechcraft/lc-lackman/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-lackman/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-lastfmscrobble/Manifest b/app-leechcraft/lc-lastfmscrobble/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-lastfmscrobble/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.6.60.ebuild b/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.6.60.ebuild new file mode 100644 index 000000000000..51a882da7048 --- /dev/null +++ b/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.6.60.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Last.FM scrobbler plugin for LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + media-libs/liblastfm" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.6.65.ebuild b/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.6.65.ebuild new file mode 100644 index 000000000000..aacf6f1d5dd8 --- /dev/null +++ b/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.6.65.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Last.FM scrobbler plugin for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + media-libs/liblastfm" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.6.70.ebuild b/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.6.70.ebuild new file mode 100644 index 000000000000..aacf6f1d5dd8 --- /dev/null +++ b/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.6.70.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Last.FM scrobbler plugin for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + media-libs/liblastfm" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-9999.ebuild b/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-9999.ebuild new file mode 100644 index 000000000000..55af7781a154 --- /dev/null +++ b/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Last.FM scrobbler plugin for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + media-libs/liblastfm" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-lastfmscrobble/metadata.xml b/app-leechcraft/lc-lastfmscrobble/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-lastfmscrobble/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-laughty/Manifest b/app-leechcraft/lc-laughty/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-laughty/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-laughty/lc-laughty-0.6.60.ebuild b/app-leechcraft/lc-laughty/lc-laughty-0.6.60.ebuild new file mode 100644 index 000000000000..b4ddd011bc5d --- /dev/null +++ b/app-leechcraft/lc-laughty/lc-laughty-0.6.60.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="The LeechCraft notification daemon" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdbus:4" +RDEPEND="${DEPEND} + virtual/leechcraft-notifier" diff --git a/app-leechcraft/lc-laughty/lc-laughty-0.6.65.ebuild b/app-leechcraft/lc-laughty/lc-laughty-0.6.65.ebuild new file mode 100644 index 000000000000..7231cc86bf62 --- /dev/null +++ b/app-leechcraft/lc-laughty/lc-laughty-0.6.65.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="The LeechCraft notification daemon" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdbus:4" +RDEPEND="${DEPEND} + virtual/leechcraft-notifier" diff --git a/app-leechcraft/lc-laughty/lc-laughty-0.6.70.ebuild b/app-leechcraft/lc-laughty/lc-laughty-0.6.70.ebuild new file mode 100644 index 000000000000..7231cc86bf62 --- /dev/null +++ b/app-leechcraft/lc-laughty/lc-laughty-0.6.70.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="The LeechCraft notification daemon" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdbus:4" +RDEPEND="${DEPEND} + virtual/leechcraft-notifier" diff --git a/app-leechcraft/lc-laughty/lc-laughty-9999.ebuild b/app-leechcraft/lc-laughty/lc-laughty-9999.ebuild new file mode 100644 index 000000000000..c93c7a518c4a --- /dev/null +++ b/app-leechcraft/lc-laughty/lc-laughty-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="The LeechCraft notification daemon" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdbus:4" +RDEPEND="${DEPEND} + virtual/leechcraft-notifier" diff --git a/app-leechcraft/lc-laughty/metadata.xml b/app-leechcraft/lc-laughty/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-laughty/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-launchy/Manifest b/app-leechcraft/lc-launchy/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-launchy/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-launchy/lc-launchy-0.6.60.ebuild b/app-leechcraft/lc-launchy/lc-launchy-0.6.60.ebuild new file mode 100644 index 000000000000..17dad511f14d --- /dev/null +++ b/app-leechcraft/lc-launchy/lc-launchy-0.6.60.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft toolchain-funcs + +DESCRIPTION="Allows one to launch third-party applications (as well as LeechCraft plugins) from LeechCraft" + +SLOT="0" +KEYWORDS=" amd64 x86" +IUSE="" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4" +RDEPEND="${DEPEND} + ~virtual/leechcraft-trayarea-${PV}" diff --git a/app-leechcraft/lc-launchy/lc-launchy-0.6.65.ebuild b/app-leechcraft/lc-launchy/lc-launchy-0.6.65.ebuild new file mode 100644 index 000000000000..b05289fccced --- /dev/null +++ b/app-leechcraft/lc-launchy/lc-launchy-0.6.65.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft toolchain-funcs + +DESCRIPTION="Allows one to launch third-party applications (as well as LeechCraft plugins) from LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4" +RDEPEND="${DEPEND} + ~virtual/leechcraft-trayarea-${PV}" diff --git a/app-leechcraft/lc-launchy/lc-launchy-0.6.70.ebuild b/app-leechcraft/lc-launchy/lc-launchy-0.6.70.ebuild new file mode 100644 index 000000000000..b05289fccced --- /dev/null +++ b/app-leechcraft/lc-launchy/lc-launchy-0.6.70.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft toolchain-funcs + +DESCRIPTION="Allows one to launch third-party applications (as well as LeechCraft plugins) from LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4" +RDEPEND="${DEPEND} + ~virtual/leechcraft-trayarea-${PV}" diff --git a/app-leechcraft/lc-launchy/lc-launchy-9999.ebuild b/app-leechcraft/lc-launchy/lc-launchy-9999.ebuild new file mode 100644 index 000000000000..9265db10c6cb --- /dev/null +++ b/app-leechcraft/lc-launchy/lc-launchy-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft toolchain-funcs + +DESCRIPTION="Allows one to launch third-party applications (as well as LeechCraft plugins) from LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4" +RDEPEND="${DEPEND} + ~virtual/leechcraft-trayarea-${PV}" diff --git a/app-leechcraft/lc-launchy/metadata.xml b/app-leechcraft/lc-launchy/metadata.xml new file mode 100644 index 000000000000..12f1722f7fcc --- /dev/null +++ b/app-leechcraft/lc-launchy/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-lemon/Manifest b/app-leechcraft/lc-lemon/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-lemon/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-lemon/lc-lemon-0.6.60.ebuild b/app-leechcraft/lc-lemon/lc-lemon-0.6.60.ebuild new file mode 100644 index 000000000000..d2521d8b5c01 --- /dev/null +++ b/app-leechcraft/lc-lemon/lc-lemon-0.6.60.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Network monitor plugin for LeechCraft" + +SLOT="0" +KEYWORDS=" amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + ~virtual/leechcraft-quark-sideprovider-${PV} + dev-qt/qtbearer:4 + dev-qt/qtdeclarative:4 + dev-libs/libnl:3 + x11-libs/qwt:6 + " +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-lemon/lc-lemon-0.6.65.ebuild b/app-leechcraft/lc-lemon/lc-lemon-0.6.65.ebuild new file mode 100644 index 000000000000..351bc02211a2 --- /dev/null +++ b/app-leechcraft/lc-lemon/lc-lemon-0.6.65.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Network monitor plugin for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + ~virtual/leechcraft-quark-sideprovider-${PV} + dev-qt/qtbearer:4 + dev-qt/qtdeclarative:4 + dev-libs/libnl:3 + x11-libs/qwt:6 + " +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-lemon/lc-lemon-0.6.70.ebuild b/app-leechcraft/lc-lemon/lc-lemon-0.6.70.ebuild new file mode 100644 index 000000000000..351bc02211a2 --- /dev/null +++ b/app-leechcraft/lc-lemon/lc-lemon-0.6.70.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Network monitor plugin for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + ~virtual/leechcraft-quark-sideprovider-${PV} + dev-qt/qtbearer:4 + dev-qt/qtdeclarative:4 + dev-libs/libnl:3 + x11-libs/qwt:6 + " +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-lemon/lc-lemon-9999.ebuild b/app-leechcraft/lc-lemon/lc-lemon-9999.ebuild new file mode 100644 index 000000000000..87a7d0a9610e --- /dev/null +++ b/app-leechcraft/lc-lemon/lc-lemon-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Network monitor plugin for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + ~virtual/leechcraft-quark-sideprovider-${PV} + dev-qt/qtbearer:4 + dev-qt/qtdeclarative:4 + dev-libs/libnl:3 + x11-libs/qwt:6 + " +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-lemon/metadata.xml b/app-leechcraft/lc-lemon/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-lemon/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-lhtr/Manifest b/app-leechcraft/lc-lhtr/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-lhtr/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-lhtr/lc-lhtr-0.6.60.ebuild b/app-leechcraft/lc-lhtr/lc-lhtr-0.6.60.ebuild new file mode 100644 index 000000000000..9b179c2ead58 --- /dev/null +++ b/app-leechcraft/lc-lhtr/lc-lhtr-0.6.60.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="LeechCraft HTML Text editoR component" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + app-text/htmltidy + dev-qt/qtwebkit:4 + " +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-lhtr/lc-lhtr-0.6.65.ebuild b/app-leechcraft/lc-lhtr/lc-lhtr-0.6.65.ebuild new file mode 100644 index 000000000000..3fbcd3addc2d --- /dev/null +++ b/app-leechcraft/lc-lhtr/lc-lhtr-0.6.65.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="LeechCraft HTML Text editoR component" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + app-text/htmltidy + dev-qt/qtwebkit:4 + " +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-lhtr/lc-lhtr-0.6.70.ebuild b/app-leechcraft/lc-lhtr/lc-lhtr-0.6.70.ebuild new file mode 100644 index 000000000000..3fbcd3addc2d --- /dev/null +++ b/app-leechcraft/lc-lhtr/lc-lhtr-0.6.70.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="LeechCraft HTML Text editoR component" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + app-text/htmltidy + dev-qt/qtwebkit:4 + " +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-lhtr/lc-lhtr-9999.ebuild b/app-leechcraft/lc-lhtr/lc-lhtr-9999.ebuild new file mode 100644 index 000000000000..9ad62e159769 --- /dev/null +++ b/app-leechcraft/lc-lhtr/lc-lhtr-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="LeechCraft HTML Text editoR component" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + app-text/htmltidy + dev-qt/qtwebkit:4 + " +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-lhtr/metadata.xml b/app-leechcraft/lc-lhtr/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-lhtr/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-liznoo/Manifest b/app-leechcraft/lc-liznoo/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-liznoo/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-liznoo/lc-liznoo-0.6.60.ebuild b/app-leechcraft/lc-liznoo/lc-liznoo-0.6.60.ebuild new file mode 100644 index 000000000000..ab0f26f158e6 --- /dev/null +++ b/app-leechcraft/lc-liznoo/lc-liznoo-0.6.60.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="UPower-based power manager for LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug systemd" + +DEPEND="~app-leechcraft/lc-core-${PV} + x11-libs/qwt:6 + dev-qt/qtdbus:4 + virtual/leechcraft-trayarea" +RDEPEND="${DEPEND} + !systemd? ( || ( >=sys-power/upower-0.99 sys-power/upower-pm-utils ) ) + systemd? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )" + +pkg_postinst() { + if has_version '>=sys-power/upower-0.99'; then + ewarn "The new sys-power/upower version you have installed doesn't have hibernate" + ewarn "and suspend. If you need hibernate and suspend in ${PN}, and you use" + ewarn "systemd, you should downgrade sys-power/upower to 0.9.23 series. All others" + ewarn "should switch to sys-power/upower-pm-utils, also to 0.9.23 series." + fi +} diff --git a/app-leechcraft/lc-liznoo/lc-liznoo-0.6.65.ebuild b/app-leechcraft/lc-liznoo/lc-liznoo-0.6.65.ebuild new file mode 100644 index 000000000000..47aa03ab9ba6 --- /dev/null +++ b/app-leechcraft/lc-liznoo/lc-liznoo-0.6.65.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="UPower-based power manager for LeechCraft" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug systemd" + +DEPEND="~app-leechcraft/lc-core-${PV} + x11-libs/qwt:6 + dev-qt/qtdbus:4 + virtual/leechcraft-trayarea" +RDEPEND="${DEPEND} + !systemd? ( || ( >=sys-power/upower-0.99 sys-power/upower-pm-utils ) ) + systemd? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )" + +pkg_postinst() { + if has_version '>=sys-power/upower-0.99'; then + ewarn "The new sys-power/upower version you have installed doesn't have hibernate" + ewarn "and suspend. If you need hibernate and suspend in ${PN}, and you use" + ewarn "systemd, you should downgrade sys-power/upower to 0.9.23 series. All others" + ewarn "should switch to sys-power/upower-pm-utils, also to 0.9.23 series." + fi +} diff --git a/app-leechcraft/lc-liznoo/lc-liznoo-0.6.70.ebuild b/app-leechcraft/lc-liznoo/lc-liznoo-0.6.70.ebuild new file mode 100644 index 000000000000..2221cab7018a --- /dev/null +++ b/app-leechcraft/lc-liznoo/lc-liznoo-0.6.70.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="UPower-based power manager for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug systemd" + +DEPEND="~app-leechcraft/lc-core-${PV} + x11-libs/qwt:6 + dev-qt/qtdbus:4 + virtual/leechcraft-trayarea" +RDEPEND="${DEPEND} + !systemd? ( || ( >=sys-power/upower-0.99 sys-power/upower-pm-utils ) ) + systemd? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )" + +pkg_postinst() { + if has_version '>=sys-power/upower-0.99'; then + ewarn "The new sys-power/upower version you have installed doesn't have hibernate" + ewarn "and suspend. If you need hibernate and suspend in ${PN}, and you use" + ewarn "systemd, you should downgrade sys-power/upower to 0.9.23 series. All others" + ewarn "should switch to sys-power/upower-pm-utils, also to 0.9.23 series." + fi +} diff --git a/app-leechcraft/lc-liznoo/lc-liznoo-9999.ebuild b/app-leechcraft/lc-liznoo/lc-liznoo-9999.ebuild new file mode 100644 index 000000000000..22a1f7df1e85 --- /dev/null +++ b/app-leechcraft/lc-liznoo/lc-liznoo-9999.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="UPower-based power manager for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug systemd" + +DEPEND="~app-leechcraft/lc-core-${PV} + x11-libs/qwt:6 + dev-qt/qtdbus:4 + virtual/leechcraft-trayarea" +RDEPEND="${DEPEND} + !systemd? ( || ( >=sys-power/upower-0.99 sys-power/upower-pm-utils ) ) + systemd? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )" + +pkg_postinst() { + if has_version '>=sys-power/upower-0.99'; then + ewarn "The new sys-power/upower version you have installed doesn't have hibernate" + ewarn "and suspend. If you need hibernate and suspend in ${PN}, and you use" + ewarn "systemd, you should downgrade sys-power/upower to 0.9.23 series. All others" + ewarn "should switch to sys-power/upower-pm-utils, also to 0.9.23 series." + fi +} diff --git a/app-leechcraft/lc-liznoo/metadata.xml b/app-leechcraft/lc-liznoo/metadata.xml new file mode 100644 index 000000000000..27926b7a815c --- /dev/null +++ b/app-leechcraft/lc-liznoo/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> + <use> + <flag name="systemd">Pull in correct UPower dependencies for systemd and non-systemd users.</flag> + </use> +</pkgmetadata> diff --git a/app-leechcraft/lc-lmp/Manifest b/app-leechcraft/lc-lmp/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-lmp/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-lmp/lc-lmp-0.6.60.ebuild b/app-leechcraft/lc-lmp/lc-lmp-0.6.60.ebuild new file mode 100644 index 000000000000..90078cad4ac9 --- /dev/null +++ b/app-leechcraft/lc-lmp/lc-lmp-0.6.60.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="LeechCraft Media Player, Phonon-based audio/video player" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug +graffiti +guess +mpris +mp3tunes" + +# depend on gstreamer:0.10 to match current Qt deps +DEPEND="~app-leechcraft/lc-core-${PV} + graffiti? ( media-libs/flac ) + guess? ( app-i18n/libguess ) + media-libs/gstreamer:0.10 + media-libs/taglib + mpris? ( dev-qt/qtdbus:4 ) + dev-qt/qtdeclarative:4" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=" + $(cmake-utils_use_enable graffiti LMP_GRAFFITI) + $(cmake-utils_use_enable guess LMP_LIBGUESS) + $(cmake-utils_use_enable mpris LMP_MPRIS) + $(cmake-utils_use_enable mp3tunes LMP_MP3TUNES)" + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-lmp/lc-lmp-0.6.65.ebuild b/app-leechcraft/lc-lmp/lc-lmp-0.6.65.ebuild new file mode 100644 index 000000000000..f432d62c2c48 --- /dev/null +++ b/app-leechcraft/lc-lmp/lc-lmp-0.6.65.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="LeechCraft Media Player, Phonon-based audio/video player" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug +graffiti +guess +mpris +mp3tunes" + +# depend on gstreamer:0.10 to match current Qt deps +DEPEND="~app-leechcraft/lc-core-${PV} + graffiti? ( media-libs/flac ) + guess? ( app-i18n/libguess ) + media-libs/gstreamer:0.10 + media-libs/taglib + mpris? ( dev-qt/qtdbus:4 ) + dev-qt/qtdeclarative:4" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=" + $(cmake-utils_use_enable graffiti LMP_GRAFFITI) + $(cmake-utils_use_enable guess LMP_LIBGUESS) + $(cmake-utils_use_enable mpris LMP_MPRIS) + $(cmake-utils_use_enable mp3tunes LMP_MP3TUNES)" + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-lmp/lc-lmp-0.6.70.ebuild b/app-leechcraft/lc-lmp/lc-lmp-0.6.70.ebuild new file mode 100644 index 000000000000..cca5b5d4b7c8 --- /dev/null +++ b/app-leechcraft/lc-lmp/lc-lmp-0.6.70.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="LeechCraft Media Player, Phonon-based audio/video player" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug +fradj +graffiti +guess +mpris +mp3tunes potorchu" + +# depend on gstreamer:0.10 to match current Qt deps +DEPEND="~app-leechcraft/lc-core-${PV} + graffiti? ( media-libs/flac ) + guess? ( app-i18n/libguess ) + media-libs/gstreamer:0.10 + media-libs/taglib + mpris? ( dev-qt/qtdbus:4 ) + potorchu? ( media-libs/libprojectm ) + dev-qt/qtdeclarative:4" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=" + $(cmake-utils_use_enable fradj LMP_FRADJ) + $(cmake-utils_use_enable graffiti LMP_GRAFFITI) + $(cmake-utils_use_enable guess LMP_LIBGUESS) + $(cmake-utils_use_enable mpris LMP_MPRIS) + $(cmake-utils_use_enable mp3tunes LMP_MP3TUNES) + $(cmake-utils_use_enable potorchu LMP_POTORCHU)" + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild b/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild new file mode 100644 index 000000000000..c2891fa8e25a --- /dev/null +++ b/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="LeechCraft Media Player, Phonon-based audio/video player" + +SLOT="0" +KEYWORDS="" +IUSE="debug +fradj +graffiti +guess +mpris +mtp +mp3tunes potorchu" + +# depend on gstreamer:0.10 to match current Qt deps +DEPEND="~app-leechcraft/lc-core-${PV} + graffiti? ( media-libs/flac ) + guess? ( app-i18n/libguess ) + media-libs/gstreamer:0.10 + media-libs/taglib + mpris? ( dev-qt/qtdbus:4 ) + mtp? ( + ~app-leechcraft/lc-devmon-${PV} + media-libs/libmtp + ) + potorchu? ( media-libs/libprojectm ) + dev-qt/qtdeclarative:4" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=" + $(cmake-utils_use_enable fradj LMP_FRADJ) + $(cmake-utils_use_enable graffiti LMP_GRAFFITI) + $(cmake-utils_use_enable guess LMP_LIBGUESS) + $(cmake-utils_use_enable mpris LMP_MPRIS) + $(cmake-utils_use_enable mtp LMP_MTPSYNC) + $(cmake-utils_use_enable mp3tunes LMP_MP3TUNES) + $(cmake-utils_use_enable potorchu LMP_POTORCHU)" + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-lmp/metadata.xml b/app-leechcraft/lc-lmp/metadata.xml new file mode 100644 index 000000000000..e080d2300e0a --- /dev/null +++ b/app-leechcraft/lc-lmp/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +<use> + <flag name="fradj">Build FrAdj, the equalizer effect module</flag> + <flag name="graffiti">Build media tags editor plugin</flag> + <flag name="guess">Enable tags encoding guessing via the libguess library</flag> + <flag name="mpris">Enable MPRIS support</flag> + <flag name="mp3tunes">Build plugin for supporting the mp3tunes.com music locker service</flag> + <flag name="potorchu"> Enable the projectM-based visualization effects module for LMP</flag> +</use> +</pkgmetadata> diff --git a/app-leechcraft/lc-mellonetray/Manifest b/app-leechcraft/lc-mellonetray/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-mellonetray/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-mellonetray/lc-mellonetray-0.6.60.ebuild b/app-leechcraft/lc-mellonetray/lc-mellonetray-0.6.60.ebuild new file mode 100644 index 000000000000..c43cd69d7191 --- /dev/null +++ b/app-leechcraft/lc-mellonetray/lc-mellonetray-0.6.60.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="System tray quark for LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4 + x11-libs/libXdamage + x11-libs/libXrender" +RDEPEND="${DEPEND} + ~virtual/leechcraft-quark-sideprovider-${PV}" diff --git a/app-leechcraft/lc-mellonetray/lc-mellonetray-0.6.65.ebuild b/app-leechcraft/lc-mellonetray/lc-mellonetray-0.6.65.ebuild new file mode 100644 index 000000000000..a4458de6bb91 --- /dev/null +++ b/app-leechcraft/lc-mellonetray/lc-mellonetray-0.6.65.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="System tray quark for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4 + x11-libs/libXdamage + x11-libs/libXrender" +RDEPEND="${DEPEND} + ~virtual/leechcraft-quark-sideprovider-${PV}" diff --git a/app-leechcraft/lc-mellonetray/lc-mellonetray-0.6.70.ebuild b/app-leechcraft/lc-mellonetray/lc-mellonetray-0.6.70.ebuild new file mode 100644 index 000000000000..a4458de6bb91 --- /dev/null +++ b/app-leechcraft/lc-mellonetray/lc-mellonetray-0.6.70.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="System tray quark for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4 + x11-libs/libXdamage + x11-libs/libXrender" +RDEPEND="${DEPEND} + ~virtual/leechcraft-quark-sideprovider-${PV}" diff --git a/app-leechcraft/lc-mellonetray/lc-mellonetray-9999.ebuild b/app-leechcraft/lc-mellonetray/lc-mellonetray-9999.ebuild new file mode 100644 index 000000000000..ff2c6b44c763 --- /dev/null +++ b/app-leechcraft/lc-mellonetray/lc-mellonetray-9999.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="System tray quark for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4 + x11-libs/libXdamage + x11-libs/libXrender" +RDEPEND="${DEPEND} + ~virtual/leechcraft-quark-sideprovider-${PV}" diff --git a/app-leechcraft/lc-mellonetray/metadata.xml b/app-leechcraft/lc-mellonetray/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-mellonetray/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-monocle/Manifest b/app-leechcraft/lc-monocle/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-monocle/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-monocle/files/monocle-poppler.patch b/app-leechcraft/lc-monocle/files/monocle-poppler.patch new file mode 100644 index 000000000000..1b9c82a76e3b --- /dev/null +++ b/app-leechcraft/lc-monocle/files/monocle-poppler.patch @@ -0,0 +1,19 @@ +commit cbc0455a366739cf7911cf80de517aab6152da98 +Author: 0xd34df00d <0xd34df00d@gmail.com> +Date: Fri Jul 13 08:13:27 2012 +0400 + + Monocle PDF: fixed include dir. + +diff --git a/src/plugins/monocle/plugins/pdf/links.h b/src/plugins/monocle/plugins/pdf/links.h +index 1ca7ee3..b7f6c1d 100644 +--- a/src/plugins/monocle/plugins/pdf/links.h ++++ b/src/plugins/monocle/plugins/pdf/links.h +@@ -19,7 +19,7 @@ + #pragma once + + #include <QObject> +-#include <poppler-link.h> ++#include <poppler-qt4.h> + #include <interfaces/monocle/ilink.h> + + namespace LeechCraft
\ No newline at end of file diff --git a/app-leechcraft/lc-monocle/lc-monocle-0.6.60.ebuild b/app-leechcraft/lc-monocle/lc-monocle-0.6.60.ebuild new file mode 100644 index 000000000000..f6a10f7545d5 --- /dev/null +++ b/app-leechcraft/lc-monocle/lc-monocle-0.6.60.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Monocle, the modular document viewer for LeechCraft" + +SLOT="0" +KEYWORDS=" amd64 x86" +IUSE="debug +djvu doc +fb2 +pdf +spectre" + +RDEPEND="~app-leechcraft/lc-core-${PV} + pdf? ( app-text/poppler[qt4] ) + djvu? ( app-text/djvu ) + spectre? ( + app-text/libspectre + || ( + app-text/poppler[-lcms] + <app-text/ghostscript-gpl-9.07 + ) + )" +DEPEND="${RDEPEND} + doc? ( app-doc/doxygen[dot] )" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_enable djvu MONOCLE_SEEN) + $(cmake-utils_use_with doc DOCS) + $(cmake-utils_use_enable fb2 MONOCLE_FXB) + $(cmake-utils_use_enable pdf MONOCLE_PDF) + $(cmake-utils_use_enable spectre MONOCLE_POSTRUS) + ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + use doc && dohtml -r "${CMAKE_BUILD_DIR}"/out/html/* +} diff --git a/app-leechcraft/lc-monocle/lc-monocle-0.6.65.ebuild b/app-leechcraft/lc-monocle/lc-monocle-0.6.65.ebuild new file mode 100644 index 000000000000..57d3dbdbc0a5 --- /dev/null +++ b/app-leechcraft/lc-monocle/lc-monocle-0.6.65.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Monocle, the modular document viewer for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug +djvu doc +fb2 +pdf +spectre" + +RDEPEND="~app-leechcraft/lc-core-${PV} + pdf? ( app-text/poppler[qt4] ) + djvu? ( app-text/djvu ) + spectre? ( + app-text/libspectre + || ( + app-text/poppler[-lcms] + <app-text/ghostscript-gpl-9.07 + ) + )" +DEPEND="${RDEPEND} + doc? ( app-doc/doxygen[dot] )" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_enable djvu MONOCLE_SEEN) + $(cmake-utils_use_with doc DOCS) + $(cmake-utils_use_enable fb2 MONOCLE_FXB) + $(cmake-utils_use_enable pdf MONOCLE_PDF) + $(cmake-utils_use_enable spectre MONOCLE_POSTRUS) + ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + use doc && dohtml -r "${CMAKE_BUILD_DIR}"/out/html/* +} diff --git a/app-leechcraft/lc-monocle/lc-monocle-0.6.70.ebuild b/app-leechcraft/lc-monocle/lc-monocle-0.6.70.ebuild new file mode 100644 index 000000000000..b274a8e54e51 --- /dev/null +++ b/app-leechcraft/lc-monocle/lc-monocle-0.6.70.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Monocle, the modular document viewer for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug +djvu doc +fb2 +mobi +pdf +postscript" + +REQUIRED_USE="postscript? ( pdf )" + +CDEPEND="~app-leechcraft/lc-core-${PV} + pdf? ( app-text/poppler[qt4] ) + djvu? ( app-text/djvu )" + +RDEPEND="${CDEPEND} + postscript? ( app-text/ghostscript-gpl )" + +DEPEND="${CDEPEND} + doc? ( app-doc/doxygen[dot] )" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_enable djvu MONOCLE_SEEN) + $(cmake-utils_use_with doc DOCS) + $(cmake-utils_use_enable fb2 MONOCLE_FXB) + $(cmake-utils_use_enable mobi MONOCLE_DIK) + $(cmake-utils_use_enable pdf MONOCLE_PDF) + $(cmake-utils_use_enable postscript MONOCLE_POSTRUS) + ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + use doc && dohtml -r "${CMAKE_BUILD_DIR}"/out/html/* +} diff --git a/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild b/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild new file mode 100644 index 000000000000..62917cfb1a4c --- /dev/null +++ b/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Monocle, the modular document viewer for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug +djvu doc +fb2 +mobi +pdf +postscript" + +REQUIRED_USE="postscript? ( pdf )" + +CDEPEND="~app-leechcraft/lc-core-${PV} + pdf? ( app-text/poppler[qt4] ) + djvu? ( app-text/djvu )" + +RDEPEND="${CDEPEND} + postscript? ( app-text/ghostscript-gpl )" + +DEPEND="${CDEPEND} + doc? ( app-doc/doxygen[dot] )" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_enable djvu MONOCLE_SEEN) + $(cmake-utils_use_with doc DOCS) + $(cmake-utils_use_enable fb2 MONOCLE_FXB) + $(cmake-utils_use_enable mobi MONOCLE_DIK) + $(cmake-utils_use_enable pdf MONOCLE_PDF) + $(cmake-utils_use_enable postscript MONOCLE_POSTRUS) + ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + use doc && dohtml -r "${CMAKE_BUILD_DIR}"/out/html/* +} diff --git a/app-leechcraft/lc-monocle/metadata.xml b/app-leechcraft/lc-monocle/metadata.xml new file mode 100644 index 000000000000..9ff1a0285cda --- /dev/null +++ b/app-leechcraft/lc-monocle/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> + <use> + <flag name="fb2">Enable support for FictionBook format</flag> + <flag name="mobi">Enable support for MOBI format</flag> + <flag name="spectre">Enable PostScript backend for Monocle using the <pkg>app-text/libspectre</pkg></flag> + </use> +</pkgmetadata> diff --git a/app-leechcraft/lc-musiczombie/Manifest b/app-leechcraft/lc-musiczombie/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-musiczombie/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-musiczombie/lc-musiczombie-0.6.60.ebuild b/app-leechcraft/lc-musiczombie/lc-musiczombie-0.6.60.ebuild new file mode 100644 index 000000000000..7ba75e4a7d58 --- /dev/null +++ b/app-leechcraft/lc-musiczombie/lc-musiczombie-0.6.60.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="MusicBrainz client plugin for LeechCraft" + +SLOT="0" +KEYWORDS=" amd64 x86" +IUSE="debug acoustid" + +DEPEND="~app-leechcraft/lc-core-${PV} + acoustid? ( media-libs/chromaprint )" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=" + $(cmake-utils_use_with acoustid MUSICZOMBIE_CHROMAPRINT) + " + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-musiczombie/lc-musiczombie-0.6.65.ebuild b/app-leechcraft/lc-musiczombie/lc-musiczombie-0.6.65.ebuild new file mode 100644 index 000000000000..5cb553b12acc --- /dev/null +++ b/app-leechcraft/lc-musiczombie/lc-musiczombie-0.6.65.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="MusicBrainz client plugin for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug acoustid" + +DEPEND="~app-leechcraft/lc-core-${PV} + acoustid? ( media-libs/chromaprint )" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=" + $(cmake-utils_use_with acoustid MUSICZOMBIE_CHROMAPRINT) + " + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-musiczombie/lc-musiczombie-0.6.70.ebuild b/app-leechcraft/lc-musiczombie/lc-musiczombie-0.6.70.ebuild new file mode 100644 index 000000000000..5cb553b12acc --- /dev/null +++ b/app-leechcraft/lc-musiczombie/lc-musiczombie-0.6.70.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="MusicBrainz client plugin for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug acoustid" + +DEPEND="~app-leechcraft/lc-core-${PV} + acoustid? ( media-libs/chromaprint )" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=" + $(cmake-utils_use_with acoustid MUSICZOMBIE_CHROMAPRINT) + " + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-musiczombie/lc-musiczombie-9999.ebuild b/app-leechcraft/lc-musiczombie/lc-musiczombie-9999.ebuild new file mode 100644 index 000000000000..0b3eb438ceeb --- /dev/null +++ b/app-leechcraft/lc-musiczombie/lc-musiczombie-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="MusicBrainz client plugin for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug acoustid" + +DEPEND="~app-leechcraft/lc-core-${PV} + acoustid? ( media-libs/chromaprint )" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=" + $(cmake-utils_use_with acoustid MUSICZOMBIE_CHROMAPRINT) + " + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-musiczombie/metadata.xml b/app-leechcraft/lc-musiczombie/metadata.xml new file mode 100644 index 000000000000..431b3d1b9eae --- /dev/null +++ b/app-leechcraft/lc-musiczombie/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> + <use> + <flag name="acoustid">Use <pkg>media-libs/chromaprint</pkg> for acoustic fingerprinting</flag> + </use> +</pkgmetadata> diff --git a/app-leechcraft/lc-nacheku/Manifest b/app-leechcraft/lc-nacheku/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-nacheku/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-nacheku/lc-nacheku-0.6.60.ebuild b/app-leechcraft/lc-nacheku/lc-nacheku-0.6.60.ebuild new file mode 100644 index 000000000000..e87c3c0c4ce9 --- /dev/null +++ b/app-leechcraft/lc-nacheku/lc-nacheku-0.6.60.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Monitors selected directory and clipboard for downloadable entities" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-nacheku/lc-nacheku-0.6.65.ebuild b/app-leechcraft/lc-nacheku/lc-nacheku-0.6.65.ebuild new file mode 100644 index 000000000000..2ab1b2d92ad2 --- /dev/null +++ b/app-leechcraft/lc-nacheku/lc-nacheku-0.6.65.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Monitors selected directory and clipboard for downloadable entities" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-nacheku/lc-nacheku-0.6.70.ebuild b/app-leechcraft/lc-nacheku/lc-nacheku-0.6.70.ebuild new file mode 100644 index 000000000000..2ab1b2d92ad2 --- /dev/null +++ b/app-leechcraft/lc-nacheku/lc-nacheku-0.6.70.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Monitors selected directory and clipboard for downloadable entities" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-nacheku/lc-nacheku-9999.ebuild b/app-leechcraft/lc-nacheku/lc-nacheku-9999.ebuild new file mode 100644 index 000000000000..1b634ff86bea --- /dev/null +++ b/app-leechcraft/lc-nacheku/lc-nacheku-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Monitors selected directory and clipboard for downloadable entities" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-nacheku/metadata.xml b/app-leechcraft/lc-nacheku/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-nacheku/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-netstoremanager/Manifest b/app-leechcraft/lc-netstoremanager/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-netstoremanager/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.6.60.ebuild b/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.6.60.ebuild new file mode 100644 index 000000000000..5913d9aef679 --- /dev/null +++ b/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.6.60.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit leechcraft + +DESCRIPTION="LeechCraft plugin for supporting and managing Internet data storages like Yandex.Disk" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="+googledrive +yandexdisk" + +DEPEND="~app-leechcraft/lc-core-${PV} + googledrive? ( + dev-libs/qjson + sys-apps/file + )" +RDEPEND="${DEPEND}" + +src_configure(){ + local mycmakeargs=( + $(cmake-utils_use_enable googledrive NETSTOREMANAGER_GOOGLEDRIVE) + $(cmake-utils_use_enable yandexdisk NETSTOREMANAGER_YANDEXDISK) + ) + + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.6.65.ebuild b/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.6.65.ebuild new file mode 100644 index 000000000000..083c410b9216 --- /dev/null +++ b/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.6.65.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit leechcraft + +DESCRIPTION="LeechCraft plugin for supporting and managing Internet data storages like Yandex.Disk" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="+googledrive +yandexdisk" + +DEPEND="~app-leechcraft/lc-core-${PV} + googledrive? ( + dev-libs/qjson + sys-apps/file + )" +RDEPEND="${DEPEND}" + +src_configure(){ + local mycmakeargs=( + $(cmake-utils_use_enable googledrive NETSTOREMANAGER_GOOGLEDRIVE) + $(cmake-utils_use_enable yandexdisk NETSTOREMANAGER_YANDEXDISK) + ) + + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.6.70.ebuild b/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.6.70.ebuild new file mode 100644 index 000000000000..083c410b9216 --- /dev/null +++ b/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.6.70.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit leechcraft + +DESCRIPTION="LeechCraft plugin for supporting and managing Internet data storages like Yandex.Disk" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="+googledrive +yandexdisk" + +DEPEND="~app-leechcraft/lc-core-${PV} + googledrive? ( + dev-libs/qjson + sys-apps/file + )" +RDEPEND="${DEPEND}" + +src_configure(){ + local mycmakeargs=( + $(cmake-utils_use_enable googledrive NETSTOREMANAGER_GOOGLEDRIVE) + $(cmake-utils_use_enable yandexdisk NETSTOREMANAGER_YANDEXDISK) + ) + + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-netstoremanager/lc-netstoremanager-9999.ebuild b/app-leechcraft/lc-netstoremanager/lc-netstoremanager-9999.ebuild new file mode 100644 index 000000000000..d565ba6af9fc --- /dev/null +++ b/app-leechcraft/lc-netstoremanager/lc-netstoremanager-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit leechcraft + +DESCRIPTION="LeechCraft plugin for supporting and managing Internet data storages like Yandex.Disk" + +SLOT="0" +KEYWORDS="" +IUSE="+googledrive +yandexdisk" + +DEPEND="~app-leechcraft/lc-core-${PV} + googledrive? ( + dev-libs/qjson + sys-apps/file + )" +RDEPEND="${DEPEND}" + +src_configure(){ + local mycmakeargs=( + $(cmake-utils_use_enable googledrive NETSTOREMANAGER_GOOGLEDRIVE) + $(cmake-utils_use_enable yandexdisk NETSTOREMANAGER_YANDEXDISK) + ) + + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-netstoremanager/metadata.xml b/app-leechcraft/lc-netstoremanager/metadata.xml new file mode 100644 index 000000000000..f688d8b901c4 --- /dev/null +++ b/app-leechcraft/lc-netstoremanager/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>leechcraft</herd> +<use> + <flag name="googledrive">Support Google Drive storage backend</flag> + <flag name="yandexdisk">Support Yandex.Disk storage backend</flag> +</use> +</pkgmetadata> diff --git a/app-leechcraft/lc-networkmonitor/Manifest b/app-leechcraft/lc-networkmonitor/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-networkmonitor/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-networkmonitor/lc-networkmonitor-0.6.60.ebuild b/app-leechcraft/lc-networkmonitor/lc-networkmonitor-0.6.60.ebuild new file mode 100644 index 000000000000..5806bc42e7cd --- /dev/null +++ b/app-leechcraft/lc-networkmonitor/lc-networkmonitor-0.6.60.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="NetworkMonitor watches HTTP requests in for LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-networkmonitor/lc-networkmonitor-0.6.65.ebuild b/app-leechcraft/lc-networkmonitor/lc-networkmonitor-0.6.65.ebuild new file mode 100644 index 000000000000..f75c50b38da7 --- /dev/null +++ b/app-leechcraft/lc-networkmonitor/lc-networkmonitor-0.6.65.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="NetworkMonitor watches HTTP requests in for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-networkmonitor/lc-networkmonitor-0.6.70.ebuild b/app-leechcraft/lc-networkmonitor/lc-networkmonitor-0.6.70.ebuild new file mode 100644 index 000000000000..f75c50b38da7 --- /dev/null +++ b/app-leechcraft/lc-networkmonitor/lc-networkmonitor-0.6.70.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="NetworkMonitor watches HTTP requests in for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-networkmonitor/lc-networkmonitor-9999.ebuild b/app-leechcraft/lc-networkmonitor/lc-networkmonitor-9999.ebuild new file mode 100644 index 000000000000..257b09c1134f --- /dev/null +++ b/app-leechcraft/lc-networkmonitor/lc-networkmonitor-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="NetworkMonitor watches HTTP requests in for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-networkmonitor/metadata.xml b/app-leechcraft/lc-networkmonitor/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-networkmonitor/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-newlife/Manifest b/app-leechcraft/lc-newlife/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-newlife/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-newlife/lc-newlife-0.6.60.ebuild b/app-leechcraft/lc-newlife/lc-newlife-0.6.60.ebuild new file mode 100644 index 000000000000..799ebf2d87e1 --- /dev/null +++ b/app-leechcraft/lc-newlife/lc-newlife-0.6.60.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="New Life imports settings from various other applications into LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-newlife/lc-newlife-0.6.65.ebuild b/app-leechcraft/lc-newlife/lc-newlife-0.6.65.ebuild new file mode 100644 index 000000000000..d6061057205c --- /dev/null +++ b/app-leechcraft/lc-newlife/lc-newlife-0.6.65.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="New Life imports settings from various other applications into LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-newlife/lc-newlife-0.6.70.ebuild b/app-leechcraft/lc-newlife/lc-newlife-0.6.70.ebuild new file mode 100644 index 000000000000..d6061057205c --- /dev/null +++ b/app-leechcraft/lc-newlife/lc-newlife-0.6.70.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="New Life imports settings from various other applications into LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-newlife/lc-newlife-9999.ebuild b/app-leechcraft/lc-newlife/lc-newlife-9999.ebuild new file mode 100644 index 000000000000..0a0930c8f9de --- /dev/null +++ b/app-leechcraft/lc-newlife/lc-newlife-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="New Life imports settings from various other applications into LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-newlife/metadata.xml b/app-leechcraft/lc-newlife/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-newlife/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-ooronee/Manifest b/app-leechcraft/lc-ooronee/Manifest new file mode 100644 index 000000000000..c9f19276980d --- /dev/null +++ b/app-leechcraft/lc-ooronee/Manifest @@ -0,0 +1,2 @@ +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-ooronee/lc-ooronee-0.6.65.ebuild b/app-leechcraft/lc-ooronee/lc-ooronee-0.6.65.ebuild new file mode 100644 index 000000000000..f49cc760167d --- /dev/null +++ b/app-leechcraft/lc-ooronee/lc-ooronee-0.6.65.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Quark handling text and images droppend onto it" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-quark-sideprovider +" + +# Grabbed from net-misc/netctl ebuild. +optfeature() { + local desc=$1 + shift + while (( $# )); do + if has_version "$1"; then + elog " [I] $1 to ${desc}" + else + elog " [ ] $1 to ${desc}" + fi + shift + done +} + +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 "search via OpenSearch" app-leechcraft/lc-seekthru + optfeature "search via Google" app-leechcraft/lc-pogooglue +} diff --git a/app-leechcraft/lc-ooronee/lc-ooronee-0.6.70.ebuild b/app-leechcraft/lc-ooronee/lc-ooronee-0.6.70.ebuild new file mode 100644 index 000000000000..f49cc760167d --- /dev/null +++ b/app-leechcraft/lc-ooronee/lc-ooronee-0.6.70.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Quark handling text and images droppend onto it" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-quark-sideprovider +" + +# Grabbed from net-misc/netctl ebuild. +optfeature() { + local desc=$1 + shift + while (( $# )); do + if has_version "$1"; then + elog " [I] $1 to ${desc}" + else + elog " [ ] $1 to ${desc}" + fi + shift + done +} + +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 "search via OpenSearch" app-leechcraft/lc-seekthru + optfeature "search via Google" app-leechcraft/lc-pogooglue +} diff --git a/app-leechcraft/lc-ooronee/lc-ooronee-9999.ebuild b/app-leechcraft/lc-ooronee/lc-ooronee-9999.ebuild new file mode 100644 index 000000000000..6bcfcb00a9ce --- /dev/null +++ b/app-leechcraft/lc-ooronee/lc-ooronee-9999.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Quark handling text and images droppend onto it" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-quark-sideprovider +" + +# Grabbed from net-misc/netctl ebuild. +optfeature() { + local desc=$1 + shift + while (( $# )); do + if has_version "$1"; then + elog " [I] $1 to ${desc}" + else + elog " [ ] $1 to ${desc}" + fi + shift + done +} + +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 "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 new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-ooronee/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-otlozhu/Manifest b/app-leechcraft/lc-otlozhu/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-otlozhu/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-otlozhu/lc-otlozhu-0.6.60.ebuild b/app-leechcraft/lc-otlozhu/lc-otlozhu-0.6.60.ebuild new file mode 100644 index 000000000000..ce49597733e9 --- /dev/null +++ b/app-leechcraft/lc-otlozhu/lc-otlozhu-0.6.60.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Otlozhu, a GTD-inspired ToDo manager plugin for LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + app-leechcraft/liblaretz + >=dev-qt/qtgui-4.8:4" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-otlozhu/lc-otlozhu-0.6.65.ebuild b/app-leechcraft/lc-otlozhu/lc-otlozhu-0.6.65.ebuild new file mode 100644 index 000000000000..2d2e4a8cc29d --- /dev/null +++ b/app-leechcraft/lc-otlozhu/lc-otlozhu-0.6.65.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Otlozhu, a GTD-inspired ToDo manager plugin for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + app-leechcraft/liblaretz + >=dev-qt/qtgui-4.8:4" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-otlozhu/lc-otlozhu-0.6.70.ebuild b/app-leechcraft/lc-otlozhu/lc-otlozhu-0.6.70.ebuild new file mode 100644 index 000000000000..2d2e4a8cc29d --- /dev/null +++ b/app-leechcraft/lc-otlozhu/lc-otlozhu-0.6.70.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Otlozhu, a GTD-inspired ToDo manager plugin for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + app-leechcraft/liblaretz + >=dev-qt/qtgui-4.8:4" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-otlozhu/lc-otlozhu-9999.ebuild b/app-leechcraft/lc-otlozhu/lc-otlozhu-9999.ebuild new file mode 100644 index 000000000000..39cf822c15e7 --- /dev/null +++ b/app-leechcraft/lc-otlozhu/lc-otlozhu-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Otlozhu, a GTD-inspired ToDo manager plugin for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + ~app-leechcraft/liblaretz-${PV} + >=dev-qt/qtgui-4.8:4" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-otlozhu/metadata.xml b/app-leechcraft/lc-otlozhu/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-otlozhu/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-pintab/Manifest b/app-leechcraft/lc-pintab/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-pintab/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-pintab/lc-pintab-0.6.60.ebuild b/app-leechcraft/lc-pintab/lc-pintab-0.6.60.ebuild new file mode 100644 index 000000000000..4ccf207f73a1 --- /dev/null +++ b/app-leechcraft/lc-pintab/lc-pintab-0.6.60.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Provides support for pinning tabs for LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-pintab/lc-pintab-0.6.65.ebuild b/app-leechcraft/lc-pintab/lc-pintab-0.6.65.ebuild new file mode 100644 index 000000000000..850f7962ba34 --- /dev/null +++ b/app-leechcraft/lc-pintab/lc-pintab-0.6.65.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Provides support for pinning tabs for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-pintab/lc-pintab-0.6.70.ebuild b/app-leechcraft/lc-pintab/lc-pintab-0.6.70.ebuild new file mode 100644 index 000000000000..850f7962ba34 --- /dev/null +++ b/app-leechcraft/lc-pintab/lc-pintab-0.6.70.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Provides support for pinning tabs for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-pintab/lc-pintab-9999.ebuild b/app-leechcraft/lc-pintab/lc-pintab-9999.ebuild new file mode 100644 index 000000000000..df6d0afd1a69 --- /dev/null +++ b/app-leechcraft/lc-pintab/lc-pintab-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Provides support for pinning tabs for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-pintab/metadata.xml b/app-leechcraft/lc-pintab/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-pintab/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-pogooglue/Manifest b/app-leechcraft/lc-pogooglue/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-pogooglue/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-pogooglue/lc-pogooglue-0.6.60.ebuild b/app-leechcraft/lc-pogooglue/lc-pogooglue-0.6.60.ebuild new file mode 100644 index 000000000000..498024aacccc --- /dev/null +++ b/app-leechcraft/lc-pogooglue/lc-pogooglue-0.6.60.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Provides searching with Google to other LeechCraft plugins" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-pogooglue/lc-pogooglue-0.6.65.ebuild b/app-leechcraft/lc-pogooglue/lc-pogooglue-0.6.65.ebuild new file mode 100644 index 000000000000..71c6910749a0 --- /dev/null +++ b/app-leechcraft/lc-pogooglue/lc-pogooglue-0.6.65.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Provides searching with Google to other LeechCraft plugins" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-pogooglue/lc-pogooglue-0.6.70.ebuild b/app-leechcraft/lc-pogooglue/lc-pogooglue-0.6.70.ebuild new file mode 100644 index 000000000000..71c6910749a0 --- /dev/null +++ b/app-leechcraft/lc-pogooglue/lc-pogooglue-0.6.70.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Provides searching with Google to other LeechCraft plugins" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-pogooglue/lc-pogooglue-9999.ebuild b/app-leechcraft/lc-pogooglue/lc-pogooglue-9999.ebuild new file mode 100644 index 000000000000..d70233323062 --- /dev/null +++ b/app-leechcraft/lc-pogooglue/lc-pogooglue-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Provides searching with Google to other LeechCraft plugins" + +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-pogooglue/metadata.xml b/app-leechcraft/lc-pogooglue/metadata.xml new file mode 100644 index 000000000000..12f1722f7fcc --- /dev/null +++ b/app-leechcraft/lc-pogooglue/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-popishu/Manifest b/app-leechcraft/lc-popishu/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-popishu/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-popishu/lc-popishu-0.6.60.ebuild b/app-leechcraft/lc-popishu/lc-popishu-0.6.60.ebuild new file mode 100644 index 000000000000..2a2098076579 --- /dev/null +++ b/app-leechcraft/lc-popishu/lc-popishu-0.6.60.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Popishu, the text editor with IDE features for LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + x11-libs/qscintilla" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-popishu/lc-popishu-0.6.65.ebuild b/app-leechcraft/lc-popishu/lc-popishu-0.6.65.ebuild new file mode 100644 index 000000000000..ea377292f775 --- /dev/null +++ b/app-leechcraft/lc-popishu/lc-popishu-0.6.65.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Popishu, the text editor with IDE features for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + x11-libs/qscintilla" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-popishu/lc-popishu-0.6.70.ebuild b/app-leechcraft/lc-popishu/lc-popishu-0.6.70.ebuild new file mode 100644 index 000000000000..ea377292f775 --- /dev/null +++ b/app-leechcraft/lc-popishu/lc-popishu-0.6.70.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Popishu, the text editor with IDE features for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + x11-libs/qscintilla" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-popishu/lc-popishu-9999.ebuild b/app-leechcraft/lc-popishu/lc-popishu-9999.ebuild new file mode 100644 index 000000000000..7cd72f2facb5 --- /dev/null +++ b/app-leechcraft/lc-popishu/lc-popishu-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Popishu, the text editor with IDE features for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + x11-libs/qscintilla" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-popishu/metadata.xml b/app-leechcraft/lc-popishu/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-popishu/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-poshuku/Manifest b/app-leechcraft/lc-poshuku/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-poshuku/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-poshuku/lc-poshuku-0.6.60.ebuild b/app-leechcraft/lc-poshuku/lc-poshuku-0.6.60.ebuild new file mode 100644 index 000000000000..a513364b63da --- /dev/null +++ b/app-leechcraft/lc-poshuku/lc-poshuku-0.6.60.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit confutils leechcraft + +DESCRIPTION="Poshuku, the full-featured web browser plugin for LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug +cleanweb +fatape +filescheme +fua +idn +keywords +onlinebookmarks + +pcre postgres +sqlite wyfv" + +DEPEND="~app-leechcraft/lc-core-${PV}[postgres?,sqlite?] + dev-qt/qtwebkit:4 + idn? ( net-dns/libidn ) + onlinebookmarks? ( >=dev-libs/qjson-0.7.1-r1 ) + pcre? ( >=dev-libs/libpcre-8.12 ) +" +RDEPEND="${DEPEND} + virtual/leechcraft-downloader-http" + +REQUIRED_USE="pcre? ( cleanweb )" + +pkg_setup() { + confutils_require_any postgres sqlite +} + +src_configure() { + local mycmakeargs=" + $(cmake-utils_use_enable cleanweb POSHUKU_CLEANWEB) + $(cmake-utils_use_enable fatape POSHUKU_FATAPE) + $(cmake-utils_use_enable filescheme POSHUKU_FILESCHEME) + $(cmake-utils_use_enable fua POSHUKU_FUA) + $(cmake-utils_use_enable idn IDN) + $(cmake-utils_use_enable keywords POSHUKU_KEYWORDS) + $(cmake-utils_use_enable onlinebookmarks POSHUKU_ONLINEBOOKMARKS) + $(cmake-utils_use_enable pcre POSHUKU_CLEANWEB_PCRE) + $(cmake-utils_use_enable wyfv POSHUKU_WYFV) + " + + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-poshuku/lc-poshuku-0.6.65.ebuild b/app-leechcraft/lc-poshuku/lc-poshuku-0.6.65.ebuild new file mode 100644 index 000000000000..7be97ce6d6d0 --- /dev/null +++ b/app-leechcraft/lc-poshuku/lc-poshuku-0.6.65.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit confutils leechcraft + +DESCRIPTION="Poshuku, the full-featured web browser plugin for LeechCraft" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+autosearch debug +cleanweb +fatape +filescheme +fua +idn +keywords +onlinebookmarks + +pcre postgres +sqlite wyfv" + +DEPEND="~app-leechcraft/lc-core-${PV}[postgres?,sqlite?] + dev-qt/qtwebkit:4 + idn? ( net-dns/libidn ) + onlinebookmarks? ( >=dev-libs/qjson-0.7.1-r1 ) + pcre? ( >=dev-libs/libpcre-8.12 ) +" +RDEPEND="${DEPEND} + virtual/leechcraft-downloader-http" + +REQUIRED_USE="pcre? ( cleanweb )" + +pkg_setup() { + confutils_require_any postgres sqlite +} + +src_configure() { + local mycmakeargs=" + $(cmake-utils_use_enable autosearch POSHUKU_AUTOSEARCH) + $(cmake-utils_use_enable cleanweb POSHUKU_CLEANWEB) + $(cmake-utils_use_enable fatape POSHUKU_FATAPE) + $(cmake-utils_use_enable filescheme POSHUKU_FILESCHEME) + $(cmake-utils_use_enable fua POSHUKU_FUA) + $(cmake-utils_use_enable idn IDN) + $(cmake-utils_use_enable keywords POSHUKU_KEYWORDS) + $(cmake-utils_use_enable onlinebookmarks POSHUKU_ONLINEBOOKMARKS) + $(cmake-utils_use_enable pcre POSHUKU_CLEANWEB_PCRE) + $(cmake-utils_use_enable wyfv POSHUKU_WYFV) + " + + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-poshuku/lc-poshuku-0.6.70.ebuild b/app-leechcraft/lc-poshuku/lc-poshuku-0.6.70.ebuild new file mode 100644 index 000000000000..e1b63210e3fd --- /dev/null +++ b/app-leechcraft/lc-poshuku/lc-poshuku-0.6.70.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit confutils leechcraft + +DESCRIPTION="Poshuku, the full-featured web browser plugin for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="+autosearch debug +dcac +cleanweb +fatape +filescheme +fua +idn +keywords +onlinebookmarks + +pcre postgres qrd +sqlite wyfv" + +DEPEND="~app-leechcraft/lc-core-${PV}[postgres?,sqlite?] + dev-qt/qtwebkit:4 + idn? ( net-dns/libidn ) + onlinebookmarks? ( >=dev-libs/qjson-0.7.1-r1 ) + pcre? ( >=dev-libs/libpcre-8.12 ) + qrd? ( media-gfx/qrencode ) +" +RDEPEND="${DEPEND} + virtual/leechcraft-downloader-http" + +REQUIRED_USE="pcre? ( cleanweb )" + +pkg_setup() { + confutils_require_any postgres sqlite +} + +src_configure() { + local mycmakeargs=" + $(cmake-utils_use_enable autosearch POSHUKU_AUTOSEARCH) + $(cmake-utils_use_enable cleanweb POSHUKU_CLEANWEB) + $(cmake-utils_use_enable dcac POSHUKU_DCAC) + $(cmake-utils_use_enable fatape POSHUKU_FATAPE) + $(cmake-utils_use_enable filescheme POSHUKU_FILESCHEME) + $(cmake-utils_use_enable fua POSHUKU_FUA) + $(cmake-utils_use_enable idn IDN) + $(cmake-utils_use_enable keywords POSHUKU_KEYWORDS) + $(cmake-utils_use_enable onlinebookmarks POSHUKU_ONLINEBOOKMARKS) + $(cmake-utils_use_enable qrd POSHUKU_QRD) + $(cmake-utils_use_enable pcre POSHUKU_CLEANWEB_PCRE) + $(cmake-utils_use_enable wyfv POSHUKU_WYFV) + " + + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild b/app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild new file mode 100644 index 000000000000..def627388786 --- /dev/null +++ b/app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit confutils leechcraft + +DESCRIPTION="Poshuku, the full-featured web browser plugin for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="+autosearch debug +dcac +cleanweb +fatape +filescheme +fua +idn +keywords +onlinebookmarks + +pcre postgres qrd +sqlite wyfv" + +DEPEND="~app-leechcraft/lc-core-${PV}[postgres?,sqlite?] + dev-qt/qtwebkit:4 + idn? ( net-dns/libidn ) + onlinebookmarks? ( >=dev-libs/qjson-0.7.1-r1 ) + pcre? ( >=dev-libs/libpcre-8.12 ) + qrd? ( media-gfx/qrencode ) +" +RDEPEND="${DEPEND} + virtual/leechcraft-downloader-http" + +REQUIRED_USE="pcre? ( cleanweb )" + +pkg_setup() { + confutils_require_any postgres sqlite +} + +src_configure() { + local mycmakeargs=" + $(cmake-utils_use_enable autosearch POSHUKU_AUTOSEARCH) + $(cmake-utils_use_enable cleanweb POSHUKU_CLEANWEB) + $(cmake-utils_use_enable dcac POSHUKU_DCAC) + $(cmake-utils_use_enable fatape POSHUKU_FATAPE) + $(cmake-utils_use_enable filescheme POSHUKU_FILESCHEME) + $(cmake-utils_use_enable fua POSHUKU_FUA) + $(cmake-utils_use_enable idn IDN) + $(cmake-utils_use_enable keywords POSHUKU_KEYWORDS) + $(cmake-utils_use_enable onlinebookmarks POSHUKU_ONLINEBOOKMARKS) + $(cmake-utils_use_enable qrd POSHUKU_QRD) + $(cmake-utils_use_enable pcre POSHUKU_CLEANWEB_PCRE) + $(cmake-utils_use_enable wyfv POSHUKU_WYFV) + " + + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-poshuku/metadata.xml b/app-leechcraft/lc-poshuku/metadata.xml new file mode 100644 index 000000000000..c98f7f93142f --- /dev/null +++ b/app-leechcraft/lc-poshuku/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>leechcraft</herd> +<use> + <flag name="autosearch">Provide automatic search suggestions for Poshuku.</flag> + <flag name="cleanweb">Build CleanWeb for ad blocking compatible with Firefox's AdBlock+.</flag> + <flag name="dcac">Build color inverter module providing a night mode.</flag> + <flag name="fatape">Build FatApe, GreaseMonkey userscripts support layer.</flag> + <flag name="filescheme">Build FileScheme for accessing local URLs.</flag> + <flag name="fua">Build FUA for faking user agents for different hosts.</flag> + <flag name="keywords">Build Keywords for adjusting search shortcuts.</flag> + <flag name="onlinebookmarks">Build OnlineBookmarks for syncing bookmarks with social bookmarking services like Read It Later.</flag> + <flag name="pcre">Use <pkg>dev-libs/libpcre</pkg> for rules matching in CleanWeb instead of slower QRegExp.</flag> + <flag name="qrd">Build module for displaying the QR code of a web page.</flag> + <flag name="wyfv">Build WYFV for replacing Flash-based video players on some sites.</flag> +</use> +</pkgmetadata> diff --git a/app-leechcraft/lc-qrosp/Manifest b/app-leechcraft/lc-qrosp/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-qrosp/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-qrosp/lc-qrosp-0.6.60.ebuild b/app-leechcraft/lc-qrosp/lc-qrosp-0.6.60.ebuild new file mode 100644 index 000000000000..9d2d326016d8 --- /dev/null +++ b/app-leechcraft/lc-qrosp/lc-qrosp-0.6.60.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Qrosp, scrpting support for LeechCraft via Qross" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-libs/qjson + dev-libs/qrosscore" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-qrosp/lc-qrosp-0.6.65.ebuild b/app-leechcraft/lc-qrosp/lc-qrosp-0.6.65.ebuild new file mode 100644 index 000000000000..0eab39a31f2d --- /dev/null +++ b/app-leechcraft/lc-qrosp/lc-qrosp-0.6.65.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Qrosp, scrpting support for LeechCraft via Qross" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-libs/qjson + dev-libs/qrosscore" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-qrosp/lc-qrosp-0.6.70.ebuild b/app-leechcraft/lc-qrosp/lc-qrosp-0.6.70.ebuild new file mode 100644 index 000000000000..0eab39a31f2d --- /dev/null +++ b/app-leechcraft/lc-qrosp/lc-qrosp-0.6.70.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Qrosp, scrpting support for LeechCraft via Qross" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-libs/qjson + dev-libs/qrosscore" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-qrosp/lc-qrosp-9999.ebuild b/app-leechcraft/lc-qrosp/lc-qrosp-9999.ebuild new file mode 100644 index 000000000000..6dc66780a0c4 --- /dev/null +++ b/app-leechcraft/lc-qrosp/lc-qrosp-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Qrosp, scrpting support for LeechCraft via Qross" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-libs/qjson + dev-libs/qrosscore" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-qrosp/metadata.xml b/app-leechcraft/lc-qrosp/metadata.xml new file mode 100644 index 000000000000..0572376253cd --- /dev/null +++ b/app-leechcraft/lc-qrosp/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> + diff --git a/app-leechcraft/lc-rosenthal/Manifest b/app-leechcraft/lc-rosenthal/Manifest new file mode 100644 index 000000000000..c9f19276980d --- /dev/null +++ b/app-leechcraft/lc-rosenthal/Manifest @@ -0,0 +1,2 @@ +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-rosenthal/lc-rosenthal-0.6.65.ebuild b/app-leechcraft/lc-rosenthal/lc-rosenthal-0.6.65.ebuild new file mode 100644 index 000000000000..40aa1edadabe --- /dev/null +++ b/app-leechcraft/lc-rosenthal/lc-rosenthal-0.6.65.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Spellchecking support for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="" + +DEPEND="~app-leechcraft/lc-core-${PV} + app-text/hunspell" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-rosenthal/lc-rosenthal-0.6.70.ebuild b/app-leechcraft/lc-rosenthal/lc-rosenthal-0.6.70.ebuild new file mode 100644 index 000000000000..40aa1edadabe --- /dev/null +++ b/app-leechcraft/lc-rosenthal/lc-rosenthal-0.6.70.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Spellchecking support for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="" + +DEPEND="~app-leechcraft/lc-core-${PV} + app-text/hunspell" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-rosenthal/lc-rosenthal-9999.ebuild b/app-leechcraft/lc-rosenthal/lc-rosenthal-9999.ebuild new file mode 100644 index 000000000000..ef068d5cb3be --- /dev/null +++ b/app-leechcraft/lc-rosenthal/lc-rosenthal-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Spellchecking support for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="~app-leechcraft/lc-core-${PV} + app-text/hunspell" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-rosenthal/metadata.xml b/app-leechcraft/lc-rosenthal/metadata.xml new file mode 100644 index 000000000000..12f1722f7fcc --- /dev/null +++ b/app-leechcraft/lc-rosenthal/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-sb2/Manifest b/app-leechcraft/lc-sb2/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-sb2/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-sb2/lc-sb2-0.6.60.ebuild b/app-leechcraft/lc-sb2/lc-sb2-0.6.60.ebuild new file mode 100644 index 000000000000..30919a7384a8 --- /dev/null +++ b/app-leechcraft/lc-sb2/lc-sb2-0.6.60.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Next-generation sidebar for LeechCraft with combined launcher and tab switcher, as well as tray area" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4 + dev-libs/qjson +" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-sb2/lc-sb2-0.6.65.ebuild b/app-leechcraft/lc-sb2/lc-sb2-0.6.65.ebuild new file mode 100644 index 000000000000..a0f8793ac01f --- /dev/null +++ b/app-leechcraft/lc-sb2/lc-sb2-0.6.65.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Next-generation sidebar for LeechCraft with combined launcher and tab switcher, as well as tray area" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4 + dev-libs/qjson +" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-sb2/lc-sb2-0.6.70.ebuild b/app-leechcraft/lc-sb2/lc-sb2-0.6.70.ebuild new file mode 100644 index 000000000000..a0f8793ac01f --- /dev/null +++ b/app-leechcraft/lc-sb2/lc-sb2-0.6.70.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Next-generation sidebar for LeechCraft with combined launcher and tab switcher, as well as tray area" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4 + dev-libs/qjson +" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-sb2/lc-sb2-9999.ebuild b/app-leechcraft/lc-sb2/lc-sb2-9999.ebuild new file mode 100644 index 000000000000..cde4d3086f1a --- /dev/null +++ b/app-leechcraft/lc-sb2/lc-sb2-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Next-generation sidebar for LeechCraft with combined launcher and tab switcher, as well as tray area" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4 + dev-libs/qjson +" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-sb2/metadata.xml b/app-leechcraft/lc-sb2/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-sb2/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-scroblibre/Manifest b/app-leechcraft/lc-scroblibre/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-scroblibre/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-scroblibre/lc-scroblibre-0.6.60.ebuild b/app-leechcraft/lc-scroblibre/lc-scroblibre-0.6.60.ebuild new file mode 100644 index 000000000000..06b0be2af616 --- /dev/null +++ b/app-leechcraft/lc-scroblibre/lc-scroblibre-0.6.60.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Submissions API 1.2-compliant scrobbler for services like libre.fm" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-scroblibre/lc-scroblibre-0.6.65.ebuild b/app-leechcraft/lc-scroblibre/lc-scroblibre-0.6.65.ebuild new file mode 100644 index 000000000000..4c533a3bf613 --- /dev/null +++ b/app-leechcraft/lc-scroblibre/lc-scroblibre-0.6.65.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Submissions API 1.2-compliant scrobbler for services like libre.fm" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-scroblibre/lc-scroblibre-0.6.70.ebuild b/app-leechcraft/lc-scroblibre/lc-scroblibre-0.6.70.ebuild new file mode 100644 index 000000000000..4c533a3bf613 --- /dev/null +++ b/app-leechcraft/lc-scroblibre/lc-scroblibre-0.6.70.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Submissions API 1.2-compliant scrobbler for services like libre.fm" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-scroblibre/lc-scroblibre-9999.ebuild b/app-leechcraft/lc-scroblibre/lc-scroblibre-9999.ebuild new file mode 100644 index 000000000000..3df9d9b934b2 --- /dev/null +++ b/app-leechcraft/lc-scroblibre/lc-scroblibre-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Submissions API 1.2-compliant scrobbler for services like libre.fm" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-scroblibre/metadata.xml b/app-leechcraft/lc-scroblibre/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-scroblibre/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-secman/Manifest b/app-leechcraft/lc-secman/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-secman/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-secman/lc-secman-0.6.60.ebuild b/app-leechcraft/lc-secman/lc-secman-0.6.60.ebuild new file mode 100644 index 000000000000..6cbd7fd5a32c --- /dev/null +++ b/app-leechcraft/lc-secman/lc-secman-0.6.60.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Security and personal data manager for LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-secman/lc-secman-0.6.65.ebuild b/app-leechcraft/lc-secman/lc-secman-0.6.65.ebuild new file mode 100644 index 000000000000..d3909da34dd9 --- /dev/null +++ b/app-leechcraft/lc-secman/lc-secman-0.6.65.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Security and personal data manager for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-secman/lc-secman-0.6.70.ebuild b/app-leechcraft/lc-secman/lc-secman-0.6.70.ebuild new file mode 100644 index 000000000000..d3909da34dd9 --- /dev/null +++ b/app-leechcraft/lc-secman/lc-secman-0.6.70.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Security and personal data manager for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-secman/lc-secman-9999.ebuild b/app-leechcraft/lc-secman/lc-secman-9999.ebuild new file mode 100644 index 000000000000..7758cdc51ab8 --- /dev/null +++ b/app-leechcraft/lc-secman/lc-secman-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Security and personal data manager for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-secman/metadata.xml b/app-leechcraft/lc-secman/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-secman/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-seekthru/Manifest b/app-leechcraft/lc-seekthru/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-seekthru/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-seekthru/lc-seekthru-0.6.60.ebuild b/app-leechcraft/lc-seekthru/lc-seekthru-0.6.60.ebuild new file mode 100644 index 000000000000..7ac284cf1c47 --- /dev/null +++ b/app-leechcraft/lc-seekthru/lc-seekthru-0.6.60.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="OpenSearch support for LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-search-show + virtual/leechcraft-downloader-http" diff --git a/app-leechcraft/lc-seekthru/lc-seekthru-0.6.65.ebuild b/app-leechcraft/lc-seekthru/lc-seekthru-0.6.65.ebuild new file mode 100644 index 000000000000..22c9cf35b7de --- /dev/null +++ b/app-leechcraft/lc-seekthru/lc-seekthru-0.6.65.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="OpenSearch support for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-search-show + virtual/leechcraft-downloader-http" diff --git a/app-leechcraft/lc-seekthru/lc-seekthru-0.6.70.ebuild b/app-leechcraft/lc-seekthru/lc-seekthru-0.6.70.ebuild new file mode 100644 index 000000000000..22c9cf35b7de --- /dev/null +++ b/app-leechcraft/lc-seekthru/lc-seekthru-0.6.70.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="OpenSearch support for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-search-show + virtual/leechcraft-downloader-http" diff --git a/app-leechcraft/lc-seekthru/lc-seekthru-9999.ebuild b/app-leechcraft/lc-seekthru/lc-seekthru-9999.ebuild new file mode 100644 index 000000000000..2c5f39631350 --- /dev/null +++ b/app-leechcraft/lc-seekthru/lc-seekthru-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="OpenSearch support for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-search-show + virtual/leechcraft-downloader-http" diff --git a/app-leechcraft/lc-seekthru/metadata.xml b/app-leechcraft/lc-seekthru/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-seekthru/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-summary/Manifest b/app-leechcraft/lc-summary/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-summary/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-summary/lc-summary-0.6.60.ebuild b/app-leechcraft/lc-summary/lc-summary-0.6.60.ebuild new file mode 100644 index 000000000000..f59f215d667a --- /dev/null +++ b/app-leechcraft/lc-summary/lc-summary-0.6.60.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Summary plugin for Leechcraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-summary/lc-summary-0.6.65.ebuild b/app-leechcraft/lc-summary/lc-summary-0.6.65.ebuild new file mode 100644 index 000000000000..a1035d919a67 --- /dev/null +++ b/app-leechcraft/lc-summary/lc-summary-0.6.65.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Summary plugin for Leechcraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-summary/lc-summary-0.6.70.ebuild b/app-leechcraft/lc-summary/lc-summary-0.6.70.ebuild new file mode 100644 index 000000000000..a1035d919a67 --- /dev/null +++ b/app-leechcraft/lc-summary/lc-summary-0.6.70.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Summary plugin for Leechcraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-summary/lc-summary-9999.ebuild b/app-leechcraft/lc-summary/lc-summary-9999.ebuild new file mode 100644 index 000000000000..a782c0d9fdf8 --- /dev/null +++ b/app-leechcraft/lc-summary/lc-summary-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Summary plugin for Leechcraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-summary/metadata.xml b/app-leechcraft/lc-summary/metadata.xml new file mode 100644 index 000000000000..e0c0a196302d --- /dev/null +++ b/app-leechcraft/lc-summary/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>leechcraft</herd> +<longdescription>Summary which shows all the downloads, events and statuses in LeechCraft.</longdescription> +</pkgmetadata> diff --git a/app-leechcraft/lc-sysnotify/Manifest b/app-leechcraft/lc-sysnotify/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-sysnotify/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-sysnotify/lc-sysnotify-0.6.60.ebuild b/app-leechcraft/lc-sysnotify/lc-sysnotify-0.6.60.ebuild new file mode 100644 index 000000000000..6212877b6ae2 --- /dev/null +++ b/app-leechcraft/lc-sysnotify/lc-sysnotify-0.6.60.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Notifications via system libnotify daemon for LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdbus:4" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-sysnotify/lc-sysnotify-0.6.65.ebuild b/app-leechcraft/lc-sysnotify/lc-sysnotify-0.6.65.ebuild new file mode 100644 index 000000000000..98ebc1c2508e --- /dev/null +++ b/app-leechcraft/lc-sysnotify/lc-sysnotify-0.6.65.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Notifications via system libnotify daemon for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdbus:4" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-sysnotify/lc-sysnotify-0.6.70.ebuild b/app-leechcraft/lc-sysnotify/lc-sysnotify-0.6.70.ebuild new file mode 100644 index 000000000000..98ebc1c2508e --- /dev/null +++ b/app-leechcraft/lc-sysnotify/lc-sysnotify-0.6.70.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Notifications via system libnotify daemon for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdbus:4" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-sysnotify/lc-sysnotify-9999.ebuild b/app-leechcraft/lc-sysnotify/lc-sysnotify-9999.ebuild new file mode 100644 index 000000000000..f9b9787dc1ca --- /dev/null +++ b/app-leechcraft/lc-sysnotify/lc-sysnotify-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Notifications via system libnotify daemon for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdbus:4" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-sysnotify/metadata.xml b/app-leechcraft/lc-sysnotify/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-sysnotify/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-tabsessmanager/Manifest b/app-leechcraft/lc-tabsessmanager/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-tabsessmanager/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-tabsessmanager/lc-tabsessmanager-0.6.60.ebuild b/app-leechcraft/lc-tabsessmanager/lc-tabsessmanager-0.6.60.ebuild new file mode 100644 index 000000000000..7cb4fb0fd931 --- /dev/null +++ b/app-leechcraft/lc-tabsessmanager/lc-tabsessmanager-0.6.60.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Provides session restore between LeechCraft runs as well as manual saves/restores" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-tabsessmanager/lc-tabsessmanager-0.6.65.ebuild b/app-leechcraft/lc-tabsessmanager/lc-tabsessmanager-0.6.65.ebuild new file mode 100644 index 000000000000..b4a2ea95b00b --- /dev/null +++ b/app-leechcraft/lc-tabsessmanager/lc-tabsessmanager-0.6.65.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Provides session restore between LeechCraft runs as well as manual saves/restores" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-tabsessmanager/lc-tabsessmanager-0.6.70.ebuild b/app-leechcraft/lc-tabsessmanager/lc-tabsessmanager-0.6.70.ebuild new file mode 100644 index 000000000000..b4a2ea95b00b --- /dev/null +++ b/app-leechcraft/lc-tabsessmanager/lc-tabsessmanager-0.6.70.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Provides session restore between LeechCraft runs as well as manual saves/restores" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-tabsessmanager/lc-tabsessmanager-9999.ebuild b/app-leechcraft/lc-tabsessmanager/lc-tabsessmanager-9999.ebuild new file mode 100644 index 000000000000..13426b993528 --- /dev/null +++ b/app-leechcraft/lc-tabsessmanager/lc-tabsessmanager-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Provides session restore between LeechCraft runs as well as manual saves/restores" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-tabsessmanager/metadata.xml b/app-leechcraft/lc-tabsessmanager/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-tabsessmanager/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-tabslist/Manifest b/app-leechcraft/lc-tabslist/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-tabslist/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-tabslist/lc-tabslist-0.6.60.ebuild b/app-leechcraft/lc-tabslist/lc-tabslist-0.6.60.ebuild new file mode 100644 index 000000000000..ed24f9319df3 --- /dev/null +++ b/app-leechcraft/lc-tabslist/lc-tabslist-0.6.60.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Quick navigation between tabs in LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-tabslist/lc-tabslist-0.6.65.ebuild b/app-leechcraft/lc-tabslist/lc-tabslist-0.6.65.ebuild new file mode 100644 index 000000000000..94d4692bc4d0 --- /dev/null +++ b/app-leechcraft/lc-tabslist/lc-tabslist-0.6.65.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Quick navigation between tabs in LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-tabslist/lc-tabslist-0.6.70.ebuild b/app-leechcraft/lc-tabslist/lc-tabslist-0.6.70.ebuild new file mode 100644 index 000000000000..94d4692bc4d0 --- /dev/null +++ b/app-leechcraft/lc-tabslist/lc-tabslist-0.6.70.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Quick navigation between tabs in LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-tabslist/lc-tabslist-9999.ebuild b/app-leechcraft/lc-tabslist/lc-tabslist-9999.ebuild new file mode 100644 index 000000000000..368a4102b206 --- /dev/null +++ b/app-leechcraft/lc-tabslist/lc-tabslist-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Quick navigation between tabs in LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-tabslist/metadata.xml b/app-leechcraft/lc-tabslist/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-tabslist/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-touchstreams/Manifest b/app-leechcraft/lc-touchstreams/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-touchstreams/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-touchstreams/lc-touchstreams-0.6.60.ebuild b/app-leechcraft/lc-touchstreams/lc-touchstreams-0.6.60.ebuild new file mode 100644 index 000000000000..2bbd0484ecde --- /dev/null +++ b/app-leechcraft/lc-touchstreams/lc-touchstreams-0.6.60.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="VKontakte music source plugin for LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + >=dev-libs/boost-1.52.0 + dev-libs/qjson + dev-qt/qtwebkit:4" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-touchstreams/lc-touchstreams-0.6.65.ebuild b/app-leechcraft/lc-touchstreams/lc-touchstreams-0.6.65.ebuild new file mode 100644 index 000000000000..2dc319bdb1d0 --- /dev/null +++ b/app-leechcraft/lc-touchstreams/lc-touchstreams-0.6.65.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="VKontakte music source plugin for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + >=dev-libs/boost-1.52.0 + dev-libs/qjson + dev-qt/qtwebkit:4" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-touchstreams/lc-touchstreams-0.6.70.ebuild b/app-leechcraft/lc-touchstreams/lc-touchstreams-0.6.70.ebuild new file mode 100644 index 000000000000..2dc319bdb1d0 --- /dev/null +++ b/app-leechcraft/lc-touchstreams/lc-touchstreams-0.6.70.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="VKontakte music source plugin for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + >=dev-libs/boost-1.52.0 + dev-libs/qjson + dev-qt/qtwebkit:4" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-touchstreams/lc-touchstreams-9999.ebuild b/app-leechcraft/lc-touchstreams/lc-touchstreams-9999.ebuild new file mode 100644 index 000000000000..26369212105e --- /dev/null +++ b/app-leechcraft/lc-touchstreams/lc-touchstreams-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="VKontakte music source plugin for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + >=dev-libs/boost-1.52.0 + dev-libs/qjson + dev-qt/qtwebkit:4" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-touchstreams/metadata.xml b/app-leechcraft/lc-touchstreams/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-touchstreams/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-tpi/Manifest b/app-leechcraft/lc-tpi/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-tpi/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-tpi/lc-tpi-0.6.60.ebuild b/app-leechcraft/lc-tpi/lc-tpi-0.6.60.ebuild new file mode 100644 index 000000000000..7a25021d746e --- /dev/null +++ b/app-leechcraft/lc-tpi/lc-tpi-0.6.60.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Task progress indicator quark for LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4 + ~virtual/leechcraft-quark-sideprovider-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-tpi/lc-tpi-0.6.65.ebuild b/app-leechcraft/lc-tpi/lc-tpi-0.6.65.ebuild new file mode 100644 index 000000000000..3c1454793a8b --- /dev/null +++ b/app-leechcraft/lc-tpi/lc-tpi-0.6.65.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Task progress indicator quark for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4 + ~virtual/leechcraft-quark-sideprovider-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-tpi/lc-tpi-0.6.70.ebuild b/app-leechcraft/lc-tpi/lc-tpi-0.6.70.ebuild new file mode 100644 index 000000000000..3c1454793a8b --- /dev/null +++ b/app-leechcraft/lc-tpi/lc-tpi-0.6.70.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Task progress indicator quark for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4 + ~virtual/leechcraft-quark-sideprovider-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-tpi/lc-tpi-9999.ebuild b/app-leechcraft/lc-tpi/lc-tpi-9999.ebuild new file mode 100644 index 000000000000..0505b431265f --- /dev/null +++ b/app-leechcraft/lc-tpi/lc-tpi-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Task progress indicator quark for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4 + ~virtual/leechcraft-quark-sideprovider-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-tpi/metadata.xml b/app-leechcraft/lc-tpi/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-tpi/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-vgrabber/Manifest b/app-leechcraft/lc-vgrabber/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-vgrabber/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-vgrabber/lc-vgrabber-0.6.60.ebuild b/app-leechcraft/lc-vgrabber/lc-vgrabber-0.6.60.ebuild new file mode 100644 index 000000000000..d44cf714d44c --- /dev/null +++ b/app-leechcraft/lc-vgrabber/lc-vgrabber-0.6.60.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Allows to find, stream and save audio and video from VKontakte in LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-downloader-http" + +pkg_postinst() { + einfo "For streaming to work, a suitable media player plugin is" + einfo "needed. For example, app-leechcraft/lc-lmp will be just fine." +} diff --git a/app-leechcraft/lc-vgrabber/lc-vgrabber-0.6.65.ebuild b/app-leechcraft/lc-vgrabber/lc-vgrabber-0.6.65.ebuild new file mode 100644 index 000000000000..a2d5866816f8 --- /dev/null +++ b/app-leechcraft/lc-vgrabber/lc-vgrabber-0.6.65.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Allows to find, stream and save audio and video from VKontakte in LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-downloader-http" + +pkg_postinst() { + einfo "For streaming to work, a suitable media player plugin is" + einfo "needed. For example, app-leechcraft/lc-lmp will be just fine." +} diff --git a/app-leechcraft/lc-vgrabber/lc-vgrabber-0.6.70.ebuild b/app-leechcraft/lc-vgrabber/lc-vgrabber-0.6.70.ebuild new file mode 100644 index 000000000000..a2d5866816f8 --- /dev/null +++ b/app-leechcraft/lc-vgrabber/lc-vgrabber-0.6.70.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Allows to find, stream and save audio and video from VKontakte in LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-downloader-http" + +pkg_postinst() { + einfo "For streaming to work, a suitable media player plugin is" + einfo "needed. For example, app-leechcraft/lc-lmp will be just fine." +} diff --git a/app-leechcraft/lc-vgrabber/lc-vgrabber-9999.ebuild b/app-leechcraft/lc-vgrabber/lc-vgrabber-9999.ebuild new file mode 100644 index 000000000000..bb9253dc0ab7 --- /dev/null +++ b/app-leechcraft/lc-vgrabber/lc-vgrabber-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Allows to find, stream and save audio and video from VKontakte in LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-downloader-http" + +pkg_postinst() { + einfo "For streaming to work, a suitable media player plugin is" + einfo "needed. For example, app-leechcraft/lc-lmp will be just fine." +} diff --git a/app-leechcraft/lc-vgrabber/metadata.xml b/app-leechcraft/lc-vgrabber/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-vgrabber/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-vrooby/Manifest b/app-leechcraft/lc-vrooby/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-vrooby/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-vrooby/lc-vrooby-0.6.60.ebuild b/app-leechcraft/lc-vrooby/lc-vrooby-0.6.60.ebuild new file mode 100644 index 000000000000..d760376e6e24 --- /dev/null +++ b/app-leechcraft/lc-vrooby/lc-vrooby-0.6.60.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Vrooby, removable device manager for LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdbus:4" +RDEPEND="${DEPEND} + sys-fs/udisks:2" + +src_configure() { + local mycmakeargs=( + -DENABLE_VROOBY_UDISKS=OFF + -DENABLE_VROOBY_UDISKS2=ON + ) + + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-vrooby/lc-vrooby-0.6.65.ebuild b/app-leechcraft/lc-vrooby/lc-vrooby-0.6.65.ebuild new file mode 100644 index 000000000000..34b0defda651 --- /dev/null +++ b/app-leechcraft/lc-vrooby/lc-vrooby-0.6.65.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Vrooby, removable device manager for LeechCraft" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdbus:4" +RDEPEND="${DEPEND} + sys-fs/udisks:2" + +src_configure() { + local mycmakeargs=( + -DENABLE_VROOBY_UDISKS=OFF + -DENABLE_VROOBY_UDISKS2=ON + ) + + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-vrooby/lc-vrooby-0.6.70.ebuild b/app-leechcraft/lc-vrooby/lc-vrooby-0.6.70.ebuild new file mode 100644 index 000000000000..257a7a633740 --- /dev/null +++ b/app-leechcraft/lc-vrooby/lc-vrooby-0.6.70.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Vrooby, removable device manager for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdbus:4" +RDEPEND="${DEPEND} + sys-fs/udisks:2" + +src_configure() { + local mycmakeargs=( + -DENABLE_VROOBY_UDISKS=OFF + -DENABLE_VROOBY_UDISKS2=ON + ) + + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-vrooby/lc-vrooby-9999.ebuild b/app-leechcraft/lc-vrooby/lc-vrooby-9999.ebuild new file mode 100644 index 000000000000..55924a98df83 --- /dev/null +++ b/app-leechcraft/lc-vrooby/lc-vrooby-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Vrooby, removable device manager for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdbus:4" +RDEPEND="${DEPEND} + sys-fs/udisks:2" + +src_configure() { + local mycmakeargs=( + -DENABLE_VROOBY_UDISKS=OFF + -DENABLE_VROOBY_UDISKS2=ON + ) + + cmake-utils_src_configure +} diff --git a/app-leechcraft/lc-vrooby/metadata.xml b/app-leechcraft/lc-vrooby/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-vrooby/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-xproxy/Manifest b/app-leechcraft/lc-xproxy/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-xproxy/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-xproxy/lc-xproxy-0.6.60.ebuild b/app-leechcraft/lc-xproxy/lc-xproxy-0.6.60.ebuild new file mode 100644 index 000000000000..308f6da7382d --- /dev/null +++ b/app-leechcraft/lc-xproxy/lc-xproxy-0.6.60.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Provides advanced proxy support features for LeechCraft" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-xproxy/lc-xproxy-0.6.65.ebuild b/app-leechcraft/lc-xproxy/lc-xproxy-0.6.65.ebuild new file mode 100644 index 000000000000..5253a03aaa87 --- /dev/null +++ b/app-leechcraft/lc-xproxy/lc-xproxy-0.6.65.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Provides advanced proxy support features for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-xproxy/lc-xproxy-0.6.70.ebuild b/app-leechcraft/lc-xproxy/lc-xproxy-0.6.70.ebuild new file mode 100644 index 000000000000..5253a03aaa87 --- /dev/null +++ b/app-leechcraft/lc-xproxy/lc-xproxy-0.6.70.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Provides advanced proxy support features for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-xproxy/lc-xproxy-9999.ebuild b/app-leechcraft/lc-xproxy/lc-xproxy-9999.ebuild new file mode 100644 index 000000000000..abb371455518 --- /dev/null +++ b/app-leechcraft/lc-xproxy/lc-xproxy-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Provides advanced proxy support features for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" + +pkg_postinst() { + if ! has_version app-leechcraft/lc-qrosp || ! has_version dev-libs/qrosspython; then + einfo "XProxy supports scriptable host lists to match, for example, against all sites in RosKomNadzor registry." + einfo "Install app-lc/lc-qrosp and dev-libs/qrosspython to support these." + fi +} diff --git a/app-leechcraft/lc-xproxy/metadata.xml b/app-leechcraft/lc-xproxy/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-xproxy/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lc-xtazy/Manifest b/app-leechcraft/lc-xtazy/Manifest new file mode 100644 index 000000000000..1911f838b33a --- /dev/null +++ b/app-leechcraft/lc-xtazy/Manifest @@ -0,0 +1,3 @@ +DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c +DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a +DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37 diff --git a/app-leechcraft/lc-xtazy/lc-xtazy-0.6.60.ebuild b/app-leechcraft/lc-xtazy/lc-xtazy-0.6.60.ebuild new file mode 100644 index 000000000000..ce17d1842fcd --- /dev/null +++ b/app-leechcraft/lc-xtazy/lc-xtazy-0.6.60.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Fetches info about current tune and provides it to other plugins" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdbus:4" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-xtazy/lc-xtazy-0.6.65.ebuild b/app-leechcraft/lc-xtazy/lc-xtazy-0.6.65.ebuild new file mode 100644 index 000000000000..23f4b56ea02d --- /dev/null +++ b/app-leechcraft/lc-xtazy/lc-xtazy-0.6.65.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Fetches info about current tune and provides it to other plugins" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdbus:4" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-xtazy/lc-xtazy-0.6.70.ebuild b/app-leechcraft/lc-xtazy/lc-xtazy-0.6.70.ebuild new file mode 100644 index 000000000000..23f4b56ea02d --- /dev/null +++ b/app-leechcraft/lc-xtazy/lc-xtazy-0.6.70.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Fetches info about current tune and provides it to other plugins" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdbus:4" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-xtazy/lc-xtazy-9999.ebuild b/app-leechcraft/lc-xtazy/lc-xtazy-9999.ebuild new file mode 100644 index 000000000000..95719b78bfcd --- /dev/null +++ b/app-leechcraft/lc-xtazy/lc-xtazy-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Fetches info about current tune and provides it to other plugins" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdbus:4" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-xtazy/metadata.xml b/app-leechcraft/lc-xtazy/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-xtazy/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/lcpackgen/Manifest b/app-leechcraft/lcpackgen/Manifest new file mode 100644 index 000000000000..c223353a80d2 --- /dev/null +++ b/app-leechcraft/lcpackgen/Manifest @@ -0,0 +1 @@ +DIST lcpackgen-1.3.tar.gz 8273 SHA256 0d569a892f4f533bcccf7c2b89849fd539c9847da5543f00ea5560b92be45893 SHA512 fd7b0eab958082ca421d87a8a15626d07ff2a65e54f7804fa227267e71310d958c3cf7954db897b7f737076249018a5e861bde371742fd3764252ee0bb876df5 WHIRLPOOL c0255fd0b0e51ebf1e6082cb7a2425c8990c5524a6bcbfa971715e768fe0d3c74811d00b03d58c0daccc24448d7900806534ac39a9d7c3bc8abab8fb4b5cbd9f diff --git a/app-leechcraft/lcpackgen/lcpackgen-1.3.ebuild b/app-leechcraft/lcpackgen/lcpackgen-1.3.ebuild new file mode 100644 index 000000000000..1a8f746ba3f0 --- /dev/null +++ b/app-leechcraft/lcpackgen/lcpackgen-1.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit cmake-utils + +DESCRIPTION="Package creator for app-leechcraft/lc-lackman package manager" + +SRC_URI="https://github.com/0xd34df00d/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +HOMEPAGE="http://leechcraft.org/" +LICENSE="Boost-1.0" + +CMAKE_USE_DIR="${S}"/src + +COMMON_DEPEND=">=dev-libs/boost-1.46 + dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtxmlpatterns:4" +DEPEND="${COMMON_DEPEND}" +RDEPEND="${COMMON_DEPEND} + dev-qt/qtsvg:4" diff --git a/app-leechcraft/lcpackgen/metadata.xml b/app-leechcraft/lcpackgen/metadata.xml new file mode 100644 index 000000000000..fa39ac17d96d --- /dev/null +++ b/app-leechcraft/lcpackgen/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> + <upstream> + <remote-id type="github">0xd34df00d/lcpackgen</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-leechcraft/leechcraft-meta/leechcraft-meta-0.6.60.ebuild b/app-leechcraft/leechcraft-meta/leechcraft-meta-0.6.60.ebuild new file mode 100644 index 000000000000..3edfce2b3e7c --- /dev/null +++ b/app-leechcraft/leechcraft-meta/leechcraft-meta-0.6.60.ebuild @@ -0,0 +1,78 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +DESCRIPTION="Metapackage containing all ready-to-use LeechCraft plugins" +HOMEPAGE="http://leechcraft.org/" + +SLOT="0" +KEYWORDS="amd64 x86" +LICENSE="GPL-3" +IUSE="de" + +RDEPEND=" + ~app-leechcraft/lc-blogique-${PV} + ~app-leechcraft/lc-popishu-${PV} + ~app-leechcraft/lc-monocle-${PV} + ~app-leechcraft/lc-hotstreams-${PV} + ~app-leechcraft/lc-lmp-${PV} + ~app-leechcraft/lc-lastfmscrobble-${PV} + ~app-leechcraft/lc-musiczombie-${PV} + ~app-leechcraft/lc-touchstreams-${PV} + ~app-leechcraft/lc-networkmonitor-${PV} + ~app-leechcraft/lc-azoth-${PV} + ~app-leechcraft/lc-advancednotifications-${PV} + ~app-leechcraft/lc-anhero-${PV} + ~app-leechcraft/lc-auscrie-${PV} + ~app-leechcraft/lc-core-${PV} + ~app-leechcraft/lc-cstp-${PV} + ~app-leechcraft/lc-dbusmanager-${PV} + ~app-leechcraft/lc-gacts-${PV} + ~app-leechcraft/lc-glance-${PV} + ~app-leechcraft/lc-historyholder-${PV} + ~virtual/leechcraft-notifier-${PV} + ~app-leechcraft/lc-knowhow-${PV} + ~app-leechcraft/lc-imgaste-${PV} + ~app-leechcraft/lc-lackman-${PV} + ~app-leechcraft/lc-launchy-${PV} + ~app-leechcraft/lc-lemon-${PV} + ~app-leechcraft/lc-liznoo-${PV} + ~app-leechcraft/lc-newlife-${PV} + ~app-leechcraft/lc-netstoremanager-${PV} + ~app-leechcraft/lc-otlozhu-${PV} + ~app-leechcraft/lc-qrosp-${PV} + ~app-leechcraft/lc-pintab-${PV} + ~app-leechcraft/lc-secman-${PV} + ~app-leechcraft/lc-scroblibre-${PV} + ~app-leechcraft/lc-summary-${PV} + ~app-leechcraft/lc-tabslist-${PV} + ~app-leechcraft/lc-tabsessmanager-${PV} + ~app-leechcraft/lc-aggregator-${PV} + ~app-leechcraft/lc-bittorrent-${PV} + ~app-leechcraft/lc-xproxy-${PV} + ~app-leechcraft/lc-vrooby-${PV} + ~virtual/leechcraft-trayarea-${PV} + ~app-leechcraft/lc-deadlyrics-${PV} + ~app-leechcraft/lc-dolozhee-${PV} + ~app-leechcraft/lc-poshuku-${PV} + ~app-leechcraft/lc-vgrabber-${PV} + ~app-leechcraft/lc-pogooglue-${PV} + ~app-leechcraft/lc-seekthru-${PV} + ~app-leechcraft/lc-tpi-${PV} + ~app-leechcraft/lc-gmailnotifier-${PV} + ~app-leechcraft/lc-nacheku-${PV} + ~app-leechcraft/lc-xtazy-${PV} + ~app-leechcraft/lc-htthare-${PV} + de? ( + ~app-leechcraft/lc-devmon-${PV} + ~app-leechcraft/lc-fenet-${PV} + ~app-leechcraft/lc-kbswitch-${PV} + ~app-leechcraft/lc-krigstask-${PV} + ~app-leechcraft/lc-laughty-${PV} + ~app-leechcraft/lc-mellonetray-${PV} + ~app-leechcraft/lc-sysnotify-${PV} + ) + " +DEPEND="" diff --git a/app-leechcraft/leechcraft-meta/leechcraft-meta-0.6.65.ebuild b/app-leechcraft/leechcraft-meta/leechcraft-meta-0.6.65.ebuild new file mode 100644 index 000000000000..0a1962402fe6 --- /dev/null +++ b/app-leechcraft/leechcraft-meta/leechcraft-meta-0.6.65.ebuild @@ -0,0 +1,78 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +DESCRIPTION="Metapackage containing all ready-to-use LeechCraft plugins" +HOMEPAGE="http://leechcraft.org/" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +LICENSE="GPL-3" +IUSE="de" + +RDEPEND=" + ~app-leechcraft/lc-blogique-${PV} + ~app-leechcraft/lc-popishu-${PV} + ~app-leechcraft/lc-monocle-${PV} + ~app-leechcraft/lc-hotstreams-${PV} + ~app-leechcraft/lc-lmp-${PV} + ~app-leechcraft/lc-lastfmscrobble-${PV} + ~app-leechcraft/lc-musiczombie-${PV} + ~app-leechcraft/lc-touchstreams-${PV} + ~app-leechcraft/lc-networkmonitor-${PV} + ~app-leechcraft/lc-azoth-${PV} + ~app-leechcraft/lc-advancednotifications-${PV} + ~app-leechcraft/lc-anhero-${PV} + ~app-leechcraft/lc-auscrie-${PV} + ~app-leechcraft/lc-core-${PV} + ~app-leechcraft/lc-cstp-${PV} + ~app-leechcraft/lc-dbusmanager-${PV} + ~app-leechcraft/lc-gacts-${PV} + ~app-leechcraft/lc-glance-${PV} + ~app-leechcraft/lc-historyholder-${PV} + ~virtual/leechcraft-notifier-${PV} + ~app-leechcraft/lc-knowhow-${PV} + ~app-leechcraft/lc-imgaste-${PV} + ~app-leechcraft/lc-lackman-${PV} + ~app-leechcraft/lc-launchy-${PV} + ~app-leechcraft/lc-lemon-${PV} + ~app-leechcraft/lc-liznoo-${PV} + ~app-leechcraft/lc-newlife-${PV} + ~app-leechcraft/lc-netstoremanager-${PV} + ~app-leechcraft/lc-otlozhu-${PV} + ~app-leechcraft/lc-qrosp-${PV} + ~app-leechcraft/lc-pintab-${PV} + ~app-leechcraft/lc-secman-${PV} + ~app-leechcraft/lc-scroblibre-${PV} + ~app-leechcraft/lc-summary-${PV} + ~app-leechcraft/lc-tabslist-${PV} + ~app-leechcraft/lc-tabsessmanager-${PV} + ~app-leechcraft/lc-aggregator-${PV} + ~app-leechcraft/lc-bittorrent-${PV} + ~app-leechcraft/lc-xproxy-${PV} + ~app-leechcraft/lc-vrooby-${PV} + ~virtual/leechcraft-trayarea-${PV} + ~app-leechcraft/lc-deadlyrics-${PV} + ~app-leechcraft/lc-dolozhee-${PV} + ~app-leechcraft/lc-poshuku-${PV} + ~app-leechcraft/lc-vgrabber-${PV} + ~app-leechcraft/lc-pogooglue-${PV} + ~app-leechcraft/lc-seekthru-${PV} + ~app-leechcraft/lc-tpi-${PV} + ~app-leechcraft/lc-gmailnotifier-${PV} + ~app-leechcraft/lc-nacheku-${PV} + ~app-leechcraft/lc-xtazy-${PV} + ~app-leechcraft/lc-htthare-${PV} + de? ( + ~app-leechcraft/lc-devmon-${PV} + ~app-leechcraft/lc-fenet-${PV} + ~app-leechcraft/lc-kbswitch-${PV} + ~app-leechcraft/lc-krigstask-${PV} + ~app-leechcraft/lc-laughty-${PV} + ~app-leechcraft/lc-mellonetray-${PV} + ~app-leechcraft/lc-sysnotify-${PV} + ) + " +DEPEND="" diff --git a/app-leechcraft/leechcraft-meta/leechcraft-meta-0.6.70.ebuild b/app-leechcraft/leechcraft-meta/leechcraft-meta-0.6.70.ebuild new file mode 100644 index 000000000000..8d80ca233428 --- /dev/null +++ b/app-leechcraft/leechcraft-meta/leechcraft-meta-0.6.70.ebuild @@ -0,0 +1,79 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +DESCRIPTION="Metapackage containing all ready-to-use LeechCraft plugins" +HOMEPAGE="http://leechcraft.org/" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +LICENSE="GPL-3" +IUSE="de" + +RDEPEND=" + ~app-leechcraft/lc-blogique-${PV} + ~app-leechcraft/lc-eleeminator-${PV} + ~app-leechcraft/lc-popishu-${PV} + ~app-leechcraft/lc-monocle-${PV} + ~app-leechcraft/lc-hotstreams-${PV} + ~app-leechcraft/lc-lmp-${PV} + ~app-leechcraft/lc-lastfmscrobble-${PV} + ~app-leechcraft/lc-musiczombie-${PV} + ~app-leechcraft/lc-touchstreams-${PV} + ~app-leechcraft/lc-networkmonitor-${PV} + ~app-leechcraft/lc-azoth-${PV} + ~app-leechcraft/lc-advancednotifications-${PV} + ~app-leechcraft/lc-anhero-${PV} + ~app-leechcraft/lc-auscrie-${PV} + ~app-leechcraft/lc-core-${PV} + ~app-leechcraft/lc-cstp-${PV} + ~app-leechcraft/lc-dbusmanager-${PV} + ~app-leechcraft/lc-gacts-${PV} + ~app-leechcraft/lc-glance-${PV} + ~app-leechcraft/lc-historyholder-${PV} + ~virtual/leechcraft-notifier-${PV} + ~app-leechcraft/lc-knowhow-${PV} + ~app-leechcraft/lc-imgaste-${PV} + ~app-leechcraft/lc-lackman-${PV} + ~app-leechcraft/lc-launchy-${PV} + ~app-leechcraft/lc-lemon-${PV} + ~app-leechcraft/lc-liznoo-${PV} + ~app-leechcraft/lc-newlife-${PV} + ~app-leechcraft/lc-netstoremanager-${PV} + ~app-leechcraft/lc-otlozhu-${PV} + ~app-leechcraft/lc-qrosp-${PV} + ~app-leechcraft/lc-pintab-${PV} + ~app-leechcraft/lc-secman-${PV} + ~app-leechcraft/lc-scroblibre-${PV} + ~app-leechcraft/lc-summary-${PV} + ~app-leechcraft/lc-tabslist-${PV} + ~app-leechcraft/lc-tabsessmanager-${PV} + ~app-leechcraft/lc-aggregator-${PV} + ~app-leechcraft/lc-bittorrent-${PV} + ~app-leechcraft/lc-xproxy-${PV} + ~app-leechcraft/lc-vrooby-${PV} + ~virtual/leechcraft-trayarea-${PV} + ~app-leechcraft/lc-deadlyrics-${PV} + ~app-leechcraft/lc-dolozhee-${PV} + ~app-leechcraft/lc-poshuku-${PV} + ~app-leechcraft/lc-vgrabber-${PV} + ~app-leechcraft/lc-pogooglue-${PV} + ~app-leechcraft/lc-seekthru-${PV} + ~app-leechcraft/lc-tpi-${PV} + ~app-leechcraft/lc-gmailnotifier-${PV} + ~app-leechcraft/lc-nacheku-${PV} + ~app-leechcraft/lc-xtazy-${PV} + ~app-leechcraft/lc-htthare-${PV} + de? ( + ~app-leechcraft/lc-devmon-${PV} + ~app-leechcraft/lc-fenet-${PV} + ~app-leechcraft/lc-kbswitch-${PV} + ~app-leechcraft/lc-krigstask-${PV} + ~app-leechcraft/lc-laughty-${PV} + ~app-leechcraft/lc-mellonetray-${PV} + ~app-leechcraft/lc-sysnotify-${PV} + ) + " +DEPEND="" diff --git a/app-leechcraft/leechcraft-meta/leechcraft-meta-9999.ebuild b/app-leechcraft/leechcraft-meta/leechcraft-meta-9999.ebuild new file mode 100644 index 000000000000..4a3d35db239d --- /dev/null +++ b/app-leechcraft/leechcraft-meta/leechcraft-meta-9999.ebuild @@ -0,0 +1,78 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +DESCRIPTION="Metapackage containing all ready-to-use LeechCraft plugins" +HOMEPAGE="http://leechcraft.org/" + +SLOT="0" +KEYWORDS="" +LICENSE="GPL-3" +IUSE="de" + +RDEPEND=" + ~app-leechcraft/lc-blogique-${PV} + ~app-leechcraft/lc-eleeminator-${PV} + ~app-leechcraft/lc-popishu-${PV} + ~app-leechcraft/lc-monocle-${PV} + ~app-leechcraft/lc-hotstreams-${PV} + ~app-leechcraft/lc-lmp-${PV} + ~app-leechcraft/lc-lastfmscrobble-${PV} + ~app-leechcraft/lc-musiczombie-${PV} + ~app-leechcraft/lc-touchstreams-${PV} + ~app-leechcraft/lc-networkmonitor-${PV} + ~app-leechcraft/lc-azoth-${PV} + ~app-leechcraft/lc-advancednotifications-${PV} + ~app-leechcraft/lc-anhero-${PV} + ~app-leechcraft/lc-auscrie-${PV} + ~app-leechcraft/lc-core-${PV} + ~app-leechcraft/lc-cstp-${PV} + ~app-leechcraft/lc-dbusmanager-${PV} + ~app-leechcraft/lc-gacts-${PV} + ~app-leechcraft/lc-glance-${PV} + ~app-leechcraft/lc-historyholder-${PV} + ~virtual/leechcraft-notifier-${PV} + ~app-leechcraft/lc-knowhow-${PV} + ~app-leechcraft/lc-imgaste-${PV} + ~app-leechcraft/lc-lackman-${PV} + ~app-leechcraft/lc-launchy-${PV} + ~app-leechcraft/lc-lemon-${PV} + ~app-leechcraft/lc-liznoo-${PV} + ~app-leechcraft/lc-newlife-${PV} + ~app-leechcraft/lc-netstoremanager-${PV} + ~app-leechcraft/lc-otlozhu-${PV} + ~app-leechcraft/lc-qrosp-${PV} + ~app-leechcraft/lc-pintab-${PV} + ~app-leechcraft/lc-secman-${PV} + ~app-leechcraft/lc-scroblibre-${PV} + ~app-leechcraft/lc-summary-${PV} + ~app-leechcraft/lc-tabslist-${PV} + ~app-leechcraft/lc-tabsessmanager-${PV} + ~app-leechcraft/lc-aggregator-${PV} + ~app-leechcraft/lc-bittorrent-${PV} + ~app-leechcraft/lc-vrooby-${PV} + ~virtual/leechcraft-trayarea-${PV} + ~app-leechcraft/lc-deadlyrics-${PV} + ~app-leechcraft/lc-dolozhee-${PV} + ~app-leechcraft/lc-poshuku-${PV} + ~app-leechcraft/lc-vgrabber-${PV} + ~app-leechcraft/lc-pogooglue-${PV} + ~app-leechcraft/lc-seekthru-${PV} + ~app-leechcraft/lc-tpi-${PV} + ~app-leechcraft/lc-gmailnotifier-${PV} + ~app-leechcraft/lc-nacheku-${PV} + ~app-leechcraft/lc-xtazy-${PV} + ~app-leechcraft/lc-htthare-${PV} + de? ( + ~app-leechcraft/lc-devmon-${PV} + ~app-leechcraft/lc-fenet-${PV} + ~app-leechcraft/lc-kbswitch-${PV} + ~app-leechcraft/lc-krigstask-${PV} + ~app-leechcraft/lc-laughty-${PV} + ~app-leechcraft/lc-mellonetray-${PV} + ~app-leechcraft/lc-sysnotify-${PV} + ) + " +DEPEND="" diff --git a/app-leechcraft/leechcraft-meta/metadata.xml b/app-leechcraft/leechcraft-meta/metadata.xml new file mode 100644 index 000000000000..d5d998d1b969 --- /dev/null +++ b/app-leechcraft/leechcraft-meta/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> + <longdescription>LeechCraft full package including all official plugins which are considered to be useful.</longdescription> + <use> + <flag name="de">Install components, that allow using Leechcraft as Desktop Environment</flag> + </use> +</pkgmetadata> diff --git a/app-leechcraft/liblaretz/Manifest b/app-leechcraft/liblaretz/Manifest new file mode 100644 index 000000000000..2046066c4971 --- /dev/null +++ b/app-leechcraft/liblaretz/Manifest @@ -0,0 +1 @@ +DIST liblaretz-0.1.0.tar.gz 11783 SHA256 9b0247c0f6ec043158369de0f28d89c7e8f5601a52866f6ba8e78e51e7b62ee9 SHA512 869361667c4872e694a875655dd33744925b6dab13977b9b93b87de52c8290f59206afc1ee711941dc698a12fd4ea38fae4f1bda6aaa750dd275dd2b1c8a0a53 WHIRLPOOL 169a1f1afe5e80472c26f6fc8e584dff5c079f98aae6c59e44bca2d6760d5e2b0c5d7da88a6a21da2ba70342703cc6e6af9636abb3a0dc213ee8c8ee1f9b8015 diff --git a/app-leechcraft/liblaretz/liblaretz-0.1.0.ebuild b/app-leechcraft/liblaretz/liblaretz-0.1.0.ebuild new file mode 100644 index 000000000000..43ea1dba699d --- /dev/null +++ b/app-leechcraft/liblaretz/liblaretz-0.1.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Shared library to be used by the Laretz sync server and its clients" +HOMEPAGE="http://leechcraft.org" +SRC_URI="https://github.com/0xd34df00d/${PN#lib}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +inherit cmake-utils + +LICENSE="Boost-1.0" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="dev-libs/boost" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${PN#lib}-${PV}" +CMAKE_USE_DIR="${S}"/src/lib diff --git a/app-leechcraft/liblaretz/liblaretz-9999.ebuild b/app-leechcraft/liblaretz/liblaretz-9999.ebuild new file mode 100644 index 000000000000..18d9ba829410 --- /dev/null +++ b/app-leechcraft/liblaretz/liblaretz-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Shared library to be used by the Laretz sync server and its clients" +HOMEPAGE="http://leechcraft.org" + +EGIT_REPO_URI="git://github.com/0xd34df00d/laretz.git" +EGIT_PROJECT="laretz" + +inherit cmake-utils git-2 + +LICENSE="Boost-1.0" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="dev-libs/boost" +RDEPEND="${DEPEND}" + +CMAKE_USE_DIR="${S}"/src/lib diff --git a/app-leechcraft/liblaretz/metadata.xml b/app-leechcraft/liblaretz/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/liblaretz/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> diff --git a/app-leechcraft/metadata.xml b/app-leechcraft/metadata.xml new file mode 100644 index 000000000000..49c336e0c303 --- /dev/null +++ b/app-leechcraft/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE catmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<catmetadata> + <longdescription lang="en"> + The app-leechcraft category contains LeechCraft core and all plugins. + </longdescription> + <longdescription lang="ru"> + Категория app-leechcraft содержит ядро LeechCraft'а и его плагины. + </longdescription> + <longdescription lang="es"> + La categoría app-leechcraft contiene el núcleo principal de LeechCraft + y todos sus añadidos. + </longdescription> +</catmetadata> + |