Sync with portage [Tue Apr 29 15:32:50 MSK 2014].

mhiretskiy
root 10 years ago
parent 215b9a5f6a
commit 70ae75933a

@ -2,3 +2,4 @@ DIST ansible-1.4.3.tar.gz 1011935 SHA256 bb9f2a63a0a88ab60b64c58e5e7fe9e1602d7be
DIST ansible-1.4.5.tar.gz 1012349 SHA256 61c35aad0d4ef668051652b8a5b84b6407016a5b1daa74b982889ff0fafddea0 SHA512 b65f1eaac0ef749a0cb1592b5e26cb3004dcf9b49dbf35496e06fe59f58328d0c82fc01ca38c6276440b85f267fcf69006b14f585525ee5219e1868c18433fed WHIRLPOOL 70be758c77aca464a83368533011aaf2d2467a946879e154c9fd1e798ab02207c11de2a4dbaaa816aba3edb873fdeafc76a3975723b4837a2d1a2f19a5a42806
DIST ansible-1.5.0.tar.gz 1024953 SHA256 9ac02f181f595a95c00cf1615b1166ba86149a7d1503a8c0e758165409d1e4be SHA512 cc0f0dedbaeaaad6d69448490bdbeae4fb100d31d5ee12d95823df5f11e093d8bedb7cc202e47915eeeffad2dce09cfee36b3937627c5637a1dfdc1daa290531 WHIRLPOOL 19e5194182da5b22dcdb70416459f5d0a7369d71703d62a3a924ccd2b4fbde5d5eb0f1581d4868d32310df2a2ad7a9d53aeb650d74fd15efeff7fbb9e647c932
DIST ansible-1.5.3.tar.gz 1035118 SHA256 3b5351d7d27de4b02c77f79c093b18e76670da6ec1e78a456b5a11c196d757ed SHA512 5f2e6c33690f2d189ac89a49e3c79fd415ac30ff2352448f437e95d2aab9afa9bb33465c39b3692491cfca667a5904b2304237094482ad5578c763328c7f4fbc WHIRLPOOL e82071807e8fcfff2bd0a182c87f98dcfbc2cabaa73078e6b9aa253c2c41c6f82c8a8d042419eca4851782d5b2323af3c5a0130a766c926ed8f84a4ab4e75d43
DIST ansible-1.5.5.tar.gz 1036131 SHA256 d8ed21d8b099a20f71ad13f7dd675d7e1a85c74dbee594ba3c39a53168d988a8 SHA512 500b0bb7525f5a10b23e7a58af24c416cebd236c213e070dc9b772ed835adca6967ce3a8eed911bde9a395aedc7b578f82026c2d68f00fe40817e37ba2237cf2 WHIRLPOOL befca112c34fa6ca9aefbf32be00b2280aefef3f665426ed1154a6e73a7a077d5e091a956b69fd1b931b271ad9adcb6859b5bbcb3a1b27682ae171faff2ba86f

@ -0,0 +1,59 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/ansible/ansible-1.5.5.ebuild,v 1.1 2014/04/29 07:08:16 jlec Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1 readme.gentoo
DESCRIPTION="Radically simple deployment, model-driven configuration management, and command execution framework"
HOMEPAGE="http://ansible.com/"
SRC_URI="https://github.com/ansible/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
LICENSE="GPL-3"
SLOT="0"
IUSE="test"
DEPEND="test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-vcs/git
)"
RDEPEND="
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
net-misc/sshpass
virtual/ssh
"
DOC_CONTENTS="You can define parameters through shell variables OR use config files
Examples of config files installed in /usr/share/doc/${PF}/examples\n\n
You have to create ansible hosts file!\n
More info on http://docs.ansible.com/intro_getting_started.html
Some optional dependencies, you might want to install:
dev-python/keyczar - needed to support accelerated mode
dev-python/paramiko - alternative SSH backend"
python_test() {
make tests || die "tests failed"
}
python_install_all() {
distutils-r1_python_install_all
doman docs/man/man1/*.1
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
# Hint: do not install example config files into /etc
# let this choice to user
newenvd "${FILESDIR}"/${PN}.env 95ansible
}
src_install() {
distutils-r1_src_install
readme.gentoo_create_doc
}

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>pinkbyte@gentoo.org</email>
<name>Sergey Popov</name>
</maintainer>
<upstream>
<remote-id type="github">ansible/ansible</remote-id>
<bugs-to>https://github.com/ansible/ansible/issues</bugs-to>
</upstream>
<longdescription lang="en">Radically simple deployment, model-driven configuration management, and command execution framework.</longdescription>
<maintainer>
<email>pinkbyte@gentoo.org</email>
<name>Sergey Popov</name>
</maintainer>
<upstream>
<remote-id type="github">ansible/ansible</remote-id>
<bugs-to>https://github.com/ansible/ansible/issues</bugs-to>
</upstream>
<longdescription lang="en">Radically simple deployment, model-driven configuration management, and command execution framework.</longdescription>
</pkgmetadata>

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r6.ebuild,v 1.12 2014/03/31 20:49:33 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r6.ebuild,v 1.13 2014/04/28 17:18:31 mgorny Exp $
# XXX: atm, libbz2.a is always PIC :(, so it is always built quickly
# (since we're building shared libs) ...
@ -71,7 +71,7 @@ multilib_src_install() {
done
use static-libs && dolib.a libbz2.a
if multilib_build_binaries ; then
if multilib_is_native_abi ; then
gen_usr_ldscript -a bz2
dobin bzip2recover

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r7.ebuild,v 1.1 2014/03/18 01:21:06 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r7.ebuild,v 1.2 2014/04/28 17:18:31 mgorny Exp $
# XXX: atm, libbz2.a is always PIC :(, so it is always built quickly
# (since we're building shared libs) ...
@ -73,7 +73,7 @@ multilib_src_install() {
done
use static-libs && dolib.a libbz2.a
if multilib_build_binaries ; then
if multilib_is_native_abi ; then
gen_usr_ldscript -a bz2
dobin bzip2recover

@ -3,3 +3,4 @@ DIST dpkg_1.17.4.tar.xz 3836352 SHA256 01cdc81c33e77c3d7c40df17e19171794542be7cf
DIST dpkg_1.17.5.tar.xz 3839224 SHA256 b7c465006bb87725cf0fbcf61bd04d9c31384a4a68e41a0aeadacac0eb63f23d SHA512 ec892f50748eb59e71c2d7ed3d8033ee42d1dd8909ac18ae7361714d632d02d3f9ca37fd0beb6f806f8db84920134f1deda7c4559d606daab8070209144dcf4d WHIRLPOOL 6007af93d97f95169b64bbf3b572a2b756ddcc67fd4ca7be25801019fcf04b407aadf4ee6daf8e36f79b38d36c2c5cddd3393ae63fc5695bfef6830af89a7d41
DIST dpkg_1.17.6.tar.xz 3859780 SHA256 96f5cddffbd7557574a90a4b90cb5387c4cd5334011b90b38fe67ebfdf9eb464 SHA512 8b33c4956fb24b843941c13805e0991740467b37f27f88ba3231a3a43878602e2264d6672de93b1ef5caabb3307c6f893de53a144adbc66af9702b4898f0212f WHIRLPOOL 9952b383c7c00c0f5e9aa404b5f7f86e284b7f33d0ab750c6a1d85f00f2a7fa2e0aefb796d6c7ff14c3c8848f76467e5edfc101b41b40a7e16887b5045e18fcb
DIST dpkg_1.17.7.tar.xz 4038164 SHA256 c4f10ca274757476c438f17b1edf9f62510b0fbae4f13130f7a1d3980d4b90ee SHA512 404a3067da6ff143dcd1c58c7d5ea2eb590a76a73dc5a5c027f20bc1ca7705e41d16bda06fa69483a51e335538425fa33af24297eb522377e51522ee2b95df15 WHIRLPOOL e83f650692f34cb307e549ade6512c8182759e59e2580a586586bc41086f4263c3a2597c5c156ff96050ff0e99cdd95788dc5eabb7381540de18bcdaacfc1371
DIST dpkg_1.17.8.tar.xz 4044064 SHA256 d69ea0fa3209ce41f7d05b3414d6f7241d8cb66a73c7e15250dce7b2cbb07ede SHA512 7c094d69ad5d9a082d774ce6fee3d7ba9201180cde8476cd687690115d85d286229f3533dcbfc2a5b28a1e44b416ed4142b75842694eaee2091f4fa8a6d3da0a WHIRLPOOL b1a01d6d2ddd093ba9deddb35aa23a4598a47272a2fa70939dfc6f3aab068f3256ac305901f1dad4c02e94a5dd620db4781a611a77d6a9686c8df3bc9dac88df

@ -0,0 +1,96 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.17.8.ebuild,v 1.2 2014/04/29 03:16:25 jer Exp $
EAPI=5
inherit eutils multilib autotools toolchain-funcs
DESCRIPTION="Package maintenance system for Debian"
HOMEPAGE="http://packages.qa.debian.org/dpkg"
SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris"
IUSE="+bzip2 dselect +lzma nls test unicode +update-alternatives +zlib"
REQUIRED_USE="dselect? ( nls )"
RDEPEND="
>=dev-lang/perl-5.6.0
dev-perl/TimeDate
>=sys-libs/ncurses-5.2-r7
lzma? ( app-arch/xz-utils )
zlib? ( >=sys-libs/zlib-1.1.4 )
bzip2? ( app-arch/bzip2 )
"
DEPEND="
${RDEPEND}
app-arch/xz-utils
sys-devel/flex
virtual/pkgconfig
nls? (
app-text/po4a
>=sys-devel/gettext-0.18.2
)
test? (
dev-perl/DateTime-Format-DateParse
dev-perl/IO-String
dev-perl/Test-Pod
virtual/perl-Test-Harness
)
"
DOCS=( ChangeLog THANKS TODO )
src_prepare() {
# do not expect Debian's gzip --rsyncable extension
epatch "${FILESDIR}"/${PN}-1.17.0-gzip-rsyncable.patch
epatch "${FILESDIR}"/${PN}-1.17.1-flags.patch
# Force the use of the running bash for get-version (this file is never
# installed, so no need to worry about hardcoding a temporary bash)
sed -i -e '1c\#!'"${BASH}" get-version || die
# this test depends on a Debian only gzip extension that adds --rsyncable
# which will therefore always fail on Gentoo. (bug #310847).
sed -i scripts/Makefile.am \
-e '/850_Dpkg_Compression.t/d' \
|| die "sed failed"
# test fails (bug #414095)
sed -i utils/Makefile.am \
-e '/^test_cases/d;/100_update_alternatives/d' || die
use nls && strip-linguas -i po
eautoreconf
}
src_configure() {
tc-export CC
econf \
$(use_enable dselect) \
$(use_enable nls) \
$(use_enable unicode) \
$(use_enable update-alternatives) \
$(use_with bzip2 bz2) \
$(use_with zlib) \
$(use_with lzma liblzma) \
--disable-compiler-warnings \
--disable-silent-rules \
--disable-start-stop-daemon \
--localstatedir="${EPREFIX}"/var \
--without-selinux
}
src_compile() {
emake AR=$(tc-getAR)
}
src_install() {
default
keepdir /usr/$(get_libdir)/db/methods/{mnt,floppy,disk}
keepdir /usr/$(get_libdir)/db/{alternatives,info,methods,parts,updates}
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/lz4-0_p106-r1.ebuild,v 1.6 2014/02/14 19:13:23 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/lz4-0_p106-r1.ebuild,v 1.7 2014/04/28 13:07:30 pinkbyte Exp $
EAPI=5
@ -14,7 +14,7 @@ if [ ${PV} == "9999" ] ; then
ESVN_PROJECT="lz4-read-only"
else
SRC_URI="http://dev.gentoo.org/~ryao/dist/${P}.tar.xz"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~amd64-linux ~x86-linux"
fi
DESCRIPTION="Extremely Fast Compression algorithm"

@ -1,3 +1,4 @@
DIST par2cmdline-0.4.tar.gz 239312 SHA256 9e32b7dbcf7bca8249f98824757d4868714156fe2276516504cd26f736e9f677 SHA512 ff504b1b8b1f1ca564b713b53c4fb9f085c7a7c7545b8a70e4a8342fa2224ac2c04a2eeec4b29a24b50b05f5b764bbb1dbffa380812cd7fab36228b527d53e2e WHIRLPOOL 63ce36cc511b858ebebfd7a9c7128421f3ac013e9bd16a0fe2e22cbe8b665bf4581dd45d2c4059cdfbb2971fc23a8d222d867921a4eb2bd8f5e54478ac352df9
DIST par2cmdline-0.6.3.tar.gz 822972 SHA256 903bff9d1720523683cb04db76d37169ebab3a5157f0ae1d5f9065f371929288 SHA512 c664a414ef89abf8a468b382680ba9ea97f90f6d107185ff17208cfed9c44b5aea1040632055baffa0e6bf64bd41807221c0e050e0d3d50413a6af5fa56c7f36 WHIRLPOOL 0ad5bfe1ca2d9654f9c518407fa05ea403960ed24fcf68896d12567adfc3383c57bb3fe81405f1038c7f2cae3e1cba0530dbdf7f67889f5dcc43561e5e473bd6
DIST par2cmdline-0.6.5.tar.gz 1142005 SHA256 727d668fa932dda6a013248dc8b73e6c8805ccfa45fed6bf8d99b718bbaf44a1 SHA512 03cf4fbf9934cc9177d487849efb4eaa7e36b89c6c1fb24ce2fbd737ec86c4b3380bab856ea558c57072521076b02d680d02993d3c3be0d123162f88c5263c27 WHIRLPOOL 7e6c61ae28fe0cd280d5f2f178a3e38cce47d274b8dbf9e482613ec58e815c66925a28a691c942b5ca811c47962d7d7eb7596a64de8dba049e9f1d626c232688
DIST par2cmdline-0.6.6.tar.gz 1142930 SHA256 48b4a9ac20e0f1a7df7228f452d93dabeedd14b25166eb67f8cf272768f7f516 SHA512 93cf0e02392a712c4d803704a2fcf3eb1829fd864d1de3c7041a76bbffcc80ed2ef330620154feb7b3431d1e7848e2521e29713cb1fc7e7294bbde27792a3f9d WHIRLPOOL 0b0e76ec195d06b3da1df4fe0cb6c198c8ae4034a1954bad13498504acab0dfa83b8e2a6ac106bc39c62a362390439d6f4762f45341e1c0716a850fe640b2ace

@ -0,0 +1,21 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/par2cmdline/par2cmdline-0.6.6.ebuild,v 1.1 2014/04/29 09:05:37 radhermit Exp $
EAPI=5
inherit autotools
DESCRIPTION="A PAR-2.0 file verification and repair tool"
HOMEPAGE="http://github.com/BlackIkeEagle/par2cmdline"
SRC_URI="http://github.com/BlackIkeEagle/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
DOCS="AUTHORS ChangeLog README" # NEWS is empty, PORTING and ROADMAP are for building
src_prepare() {
eautoreconf
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild,v 1.15 2014/01/18 01:43:51 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild,v 1.16 2014/04/28 17:19:43 mgorny Exp $
# Remember: we cannot leverage autotools in this ebuild in order
# to avoid circular deps with autotools
@ -50,7 +50,7 @@ multilib_src_configure() {
$(use_enable nls) \
$(use_enable threads) \
$(use_enable static-libs static) \
$(multilib_build_binaries || echo --disable-{xz,xzdec,lzmadec,lzmainfo,lzma-links,scripts})
$(multilib_is_native_abi || echo --disable-{xz,xzdec,lzmadec,lzmainfo,lzma-links,scripts})
}
multilib_src_install() {

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-5.1.3_alpha.ebuild,v 1.3 2014/01/18 01:43:51 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-5.1.3_alpha.ebuild,v 1.4 2014/04/28 17:19:43 mgorny Exp $
# Remember: we cannot leverage autotools in this ebuild in order
# to avoid circular deps with autotools
@ -50,7 +50,7 @@ multilib_src_configure() {
$(use_enable nls) \
$(use_enable threads) \
$(use_enable static-libs static) \
$(multilib_build_binaries || echo --disable-{xz,xzdec,lzmadec,lzmainfo,lzma-links,scripts})
$(multilib_is_native_abi || echo --disable-{xz,xzdec,lzmadec,lzmainfo,lzma-links,scripts})
}
multilib_src_install() {

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-9999.ebuild,v 1.19 2014/01/18 01:43:51 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-9999.ebuild,v 1.20 2014/04/28 17:19:43 mgorny Exp $
# Remember: we cannot leverage autotools in this ebuild in order
# to avoid circular deps with autotools
@ -50,7 +50,7 @@ multilib_src_configure() {
$(use_enable nls) \
$(use_enable threads) \
$(use_enable static-libs static) \
$(multilib_build_binaries || echo --disable-{xz,xzdec,lzmadec,lzmainfo,lzma-links,scripts})
$(multilib_is_native_abi || echo --disable-{xz,xzdec,lzmadec,lzmainfo,lzma-links,scripts})
}
multilib_src_install() {

@ -1 +1,2 @@
DIST luckybackup-0.4.7.tar.gz 5393530 SHA256 492f27f9e846d5f11d9a4466aa821803b17eb7c3047f9cf082bc66be3d093f4d SHA512 87c62241327e731cd3b4d230d17e43de48bcf840cac938153b8cf321fe00209a649ff251c0c60eb6feb55582b597eaa3d1f6727d956fe75429ced93920c544ef WHIRLPOOL 4c2bd772d6b1271af3b937a0fbbae56e6ee434a068bb2be94e11cd3d86dfe18c6931bff76921f02f9ecf32cec4cb201e30c1bcfa88048b87db5ead8ba7808ae8
DIST luckybackup-0.4.8.tar.gz 5710203 SHA256 68a8a318a6a32a2395fbaada114973f5a4887846c5c6188b38c175215b3116f6 SHA512 48e73f8b5897a09f64f3755dc094ef50031c607ecfca25c238b45ca5bef7f2645081b7c665a9b7c3c3da2f214f91b229a559d723df8ddb6446aa23e68b266076 WHIRLPOOL ccced074661d4a3764bf6e069aff5877c721ef3ef452490dfb17d292c0ee6cb1f12b995eea40134995c1a8ca935472ffcf28585b28d1d4818f06042e512aacec

@ -1,9 +1,11 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/luckybackup/luckybackup-0.4.7.ebuild,v 1.5 2013/03/02 19:11:44 hwoarang Exp $
# $Header: /var/cvsroot/gentoo-x86/app-backup/luckybackup/luckybackup-0.4.8.ebuild,v 1.1 2014/04/29 09:19:13 pinkbyte Exp $
EAPI=4
inherit qt4-r2
EAPI=5
PLOCALES="bs ca cs de el en es fr it nl no pl pt_BR ro ru sk sl sv tr zh_TW"
inherit l10n qt4-r2
DESCRIPTION="Powerful and flexible backup (and syncing) tool, using RSync and Qt4"
HOMEPAGE="http://luckybackup.sourceforge.net/"
@ -11,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
DEPEND="dev-qt/qtcore:4
@ -19,7 +21,12 @@ DEPEND="dev-qt/qtcore:4
RDEPEND="${DEPEND}
net-misc/rsync"
DOCS="readme/*"
DOCS=( readme/{AUTHORS,README,TODO,TRANSLATIONS,changelog} )
rm_loc() {
sed -i -e "s|translations/${PN}_${1}.ts||" "${PN}.pro" || die 'sed on translations failed'
rm "translations/${PN}_${1}."{ts,qm} || die "removing ${1} locale failed"
}
src_prepare() {
sed -i \
@ -27,6 +34,11 @@ src_prepare() {
-e "s:/usr/share/doc/packages/${PN}:/usr/share/doc/${PF}:g" \
luckybackup.pro src/global.h || die "sed failed"
# The su-to-root command is an ubuntu-specific script so it will
# not work with Gentoo. No reason to have it anyway.
sed -i -e "/^Exec/s:=.*:=/usr/bin/${PN}:" menu/${PN}-gnome-su.desktop \
|| die "failed to remove su-to-root"
# causes empty directory to be installed
sed -i -e '/^INSTALLS/s/debianmenu //' luckybackup.pro \
|| die "sed installs failed"
@ -34,4 +46,8 @@ src_prepare() {
# remove text version - cannot remote HTML version
# as it's used within the application
rm license/gpl.txt || die "rm failed"
l10n_find_plocales_changes "translations" "${PN}_" ".ts"
l10n_for_each_disabled_locale_do rm_loc
qt4-r2_src_prepare
}

@ -0,0 +1,41 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/dirmngr/dirmngr-1.1.1-r1.ebuild,v 1.1 2014/04/28 13:22:02 alonbl Exp $
EAPI="5"
inherit eutils
DESCRIPTION="DirMngr is a daemon to handle CRL and certificate requests for GnuPG"
HOMEPAGE="http://www.gnupg.org/download/index.en.html#dirmngr"
SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="nls"
RDEPEND=">=net-nds/openldap-2.1.26
>=dev-libs/libgpg-error-1.4
>=dev-libs/libgcrypt-1.4.0:0
>=dev-libs/libksba-1.0.2
>=dev-libs/pth-1.3.7
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
>=dev-libs/libassuan-2
nls? ( >=sys-devel/gettext-0.12.1 )"
src_prepare() {
epatch "${FILESDIR}/${P}-pth.patch"
}
src_configure() {
econf --docdir="/usr/share/doc/${PF}" $(use_enable nls) \
LDAPLIBS="-lldap -llber"
}
src_install() {
default
dodoc AUTHORS ChangeLog NEWS README THANKS TODO
}

@ -0,0 +1,17 @@
Index: src/dirmngr.c
===================================================================
--- src/dirmngr.c (revision 348)
+++ src/dirmngr.c (working copy)
@@ -665,8 +665,11 @@
the option parsing may need services of the libraries. */
/* Libgcrypt requires us to register the threading model first.
- Note that this will also do the pth_init. */
+ Note that this will also do the pth_init for libgcrypt < 1.6 */
+#if GCRYPT_VERSION_NUMBER >= 0x010600
+ pth_init ();
+#endif
/* Init Libgcrypt. */
rc = gcry_control (GCRYCTL_SET_THREAD_CBS, &gcry_threads_pth);
if (rc)

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-medialibs/emul-linux-x86-medialibs-20140406.ebuild,v 1.1 2014/04/06 09:09:17 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-medialibs/emul-linux-x86-medialibs-20140406.ebuild,v 1.2 2014/04/28 20:39:06 pacho Exp $
EAPI=5
inherit emul-linux-x86
@ -44,7 +44,7 @@ RDEPEND="~app-emulation/emul-linux-x86-baselibs-${PV}
>=dev-libs/liboil-0.3.17-r2[abi_x86_32(-)]
>=sys-libs/libieee1284-0.2.11-r3[abi_x86_32(-)]
>=dev-libs/fribidi-0.19.5-r2[abi_x86_32(-)]
>=dev-libs/libcdio-0.90-r1[abi_x86_32(-)]
>=dev-libs/libcdio-0.92[abi_x86_32(-)]
>=dev-libs/libcdio-paranoia-0.90_p1-r1[abi_x86_32(-)]
>=media-video/ffmpeg-0.10.8:0.10[abi_x86_32(-)]
>=media-libs/libdv-1.0.0-r3[abi_x86_32(-)]

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.14-r1.ebuild,v 1.2 2014/03/16 09:41:14 tommy Exp $
# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.14-r1.ebuild,v 1.3 2014/04/28 17:20:45 mgorny Exp $
EAPI="4"
@ -48,7 +48,7 @@ multilib_src_compile() {
popd > /dev/null
fi
# It will fail if we run these twice...
if ! multilib_build_binaries ; then
if ! multilib_is_native_abi ; then
sed -i -e 's/ src / /' Makefile || die
sed -i -e '/SUBDIRS/s/ test//' Makefile || die
sed -i -e 's/install-data-hook:/install-data-hook:\n\ndisabled:/' Makefile || die

@ -1,5 +1,2 @@
DIST leechcraft-0.5.90.tar.xz 6147148 SHA256 68c3dd66c0456dd75aabc818580c1c54ebbb7d8ccaa8db322a91e456b34acc43 SHA512 e82d44e010a13b961dbda98f993afbe3003f0925bc63d4ecd59ae2b9b2f030455d6bafbe9aa9eb8fe98f9ae09050cd9bed01e3e5e1703a2781e74bdc8e9408b7 WHIRLPOOL 3a9fe7afe32dc0cb8dda12c3e430e1112a115de7264bc9536c0cadb64ad56b1dcb19340220ab7fd0f38db24fd14c79ccd8f2ca35199dd6090fa4e94dab337017
DIST leechcraft-0.5.99.tar.xz 4588064 SHA256 58aafc4fe49cfe3dbf59621b590d13745471946c4bda51bf49822b5c4e411e41 SHA512 c77cfb106d7de6a3044951878e04ee8257ef90c5cece5fcad24f3acf28d164373f133bdb3cc39b431a5c5387990e218bde3409f4d8810332647ed28e8fecd609 WHIRLPOOL e48ae2dc6cdde735ad17d9f2c07c39aada7e44c29819a49a8f96137ba763ba5c2666e9dc1625931ad61225507dcfd997e789ce1f854d197526a13e093b0cf514
DIST leechcraft-0.6.0.tar.xz 4267868 SHA256 c4b4662b1ac1e73562be3942ec9d078ed6b5db1e952cc0a097ca3730b0a06ac9 SHA512 d13163aa8a92ba9e86276304512a35461655f7600dacfb038f3d76bd74ef0ea74a0f0c0ccc85c195f0493e3c707e5f5aed0674221b88092e500bf01274830ef1 WHIRLPOOL 0f740a327760de2264365cbf5c13ecf74b82a4a392d94686897b6d4f720567da03a4bfa743435432d548afda227c7f70944e7c24a5ab8fa875508056d3f69837
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

@ -1,23 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-advancednotifications/lc-advancednotifications-0.5.90.ebuild,v 1.1 2013/03/08 21:54:04 maksbotan Exp $
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)."
}

@ -1,23 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-advancednotifications/lc-advancednotifications-0.5.99.ebuild,v 1.1 2013/07/18 12:38:49 maksbotan Exp $
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)."
}

@ -1,23 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-advancednotifications/lc-advancednotifications-0.6.0.ebuild,v 1.1 2013/09/24 15:40:40 maksbotan Exp $
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)."
}

@ -1,5 +1,2 @@
DIST leechcraft-0.5.90.tar.xz 6147148 SHA256 68c3dd66c0456dd75aabc818580c1c54ebbb7d8ccaa8db322a91e456b34acc43 SHA512 e82d44e010a13b961dbda98f993afbe3003f0925bc63d4ecd59ae2b9b2f030455d6bafbe9aa9eb8fe98f9ae09050cd9bed01e3e5e1703a2781e74bdc8e9408b7 WHIRLPOOL 3a9fe7afe32dc0cb8dda12c3e430e1112a115de7264bc9536c0cadb64ad56b1dcb19340220ab7fd0f38db24fd14c79ccd8f2ca35199dd6090fa4e94dab337017
DIST leechcraft-0.5.99.tar.xz 4588064 SHA256 58aafc4fe49cfe3dbf59621b590d13745471946c4bda51bf49822b5c4e411e41 SHA512 c77cfb106d7de6a3044951878e04ee8257ef90c5cece5fcad24f3acf28d164373f133bdb3cc39b431a5c5387990e218bde3409f4d8810332647ed28e8fecd609 WHIRLPOOL e48ae2dc6cdde735ad17d9f2c07c39aada7e44c29819a49a8f96137ba763ba5c2666e9dc1625931ad61225507dcfd997e789ce1f854d197526a13e093b0cf514
DIST leechcraft-0.6.0.tar.xz 4267868 SHA256 c4b4662b1ac1e73562be3942ec9d078ed6b5db1e952cc0a097ca3730b0a06ac9 SHA512 d13163aa8a92ba9e86276304512a35461655f7600dacfb038f3d76bd74ef0ea74a0f0c0ccc85c195f0493e3c707e5f5aed0674221b88092e500bf01274830ef1 WHIRLPOOL 0f740a327760de2264365cbf5c13ecf74b82a4a392d94686897b6d4f720567da03a4bfa743435432d548afda227c7f70944e7c24a5ab8fa875508056d3f69837
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

@ -1,32 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-aggregator/lc-aggregator-0.5.90.ebuild,v 1.1 2013/03/08 21:54:30 maksbotan Exp $
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
}

@ -1,32 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-aggregator/lc-aggregator-0.5.99.ebuild,v 1.1 2013/07/18 12:39:50 maksbotan Exp $
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
}

@ -1,32 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-aggregator/lc-aggregator-0.6.0.ebuild,v 1.1 2013/09/24 15:40:58 maksbotan Exp $
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
}

@ -1,5 +1,2 @@
DIST leechcraft-0.5.90.tar.xz 6147148 SHA256 68c3dd66c0456dd75aabc818580c1c54ebbb7d8ccaa8db322a91e456b34acc43 SHA512 e82d44e010a13b961dbda98f993afbe3003f0925bc63d4ecd59ae2b9b2f030455d6bafbe9aa9eb8fe98f9ae09050cd9bed01e3e5e1703a2781e74bdc8e9408b7 WHIRLPOOL 3a9fe7afe32dc0cb8dda12c3e430e1112a115de7264bc9536c0cadb64ad56b1dcb19340220ab7fd0f38db24fd14c79ccd8f2ca35199dd6090fa4e94dab337017
DIST leechcraft-0.5.99.tar.xz 4588064 SHA256 58aafc4fe49cfe3dbf59621b590d13745471946c4bda51bf49822b5c4e411e41 SHA512 c77cfb106d7de6a3044951878e04ee8257ef90c5cece5fcad24f3acf28d164373f133bdb3cc39b431a5c5387990e218bde3409f4d8810332647ed28e8fecd609 WHIRLPOOL e48ae2dc6cdde735ad17d9f2c07c39aada7e44c29819a49a8f96137ba763ba5c2666e9dc1625931ad61225507dcfd997e789ce1f854d197526a13e093b0cf514
DIST leechcraft-0.6.0.tar.xz 4267868 SHA256 c4b4662b1ac1e73562be3942ec9d078ed6b5db1e952cc0a097ca3730b0a06ac9 SHA512 d13163aa8a92ba9e86276304512a35461655f7600dacfb038f3d76bd74ef0ea74a0f0c0ccc85c195f0493e3c707e5f5aed0674221b88092e500bf01274830ef1 WHIRLPOOL 0f740a327760de2264365cbf5c13ecf74b82a4a392d94686897b6d4f720567da03a4bfa743435432d548afda227c7f70944e7c24a5ab8fa875508056d3f69837
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

@ -1,17 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-anhero/lc-anhero-0.5.90.ebuild,v 1.1 2013/03/08 21:54:48 maksbotan Exp $
EAPI="4"
inherit leechcraft
DESCRIPTION="AnHero, KDE-based crash handler for LeechCraft."
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="debug"
DEPEND="~app-leechcraft/lc-core-${PV}
>=kde-base/kdelibs-4.2.0"
RDEPEND="${DEPEND}"

@ -1,17 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-anhero/lc-anhero-0.5.99.ebuild,v 1.1 2013/07/18 12:40:10 maksbotan Exp $
EAPI="4"
inherit leechcraft
DESCRIPTION="AnHero, KDE-based crash handler for LeechCraft."
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
DEPEND="~app-leechcraft/lc-core-${PV}
>=kde-base/kdelibs-4.2.0"
RDEPEND="${DEPEND}"

@ -1,17 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-anhero/lc-anhero-0.6.0.ebuild,v 1.1 2013/09/24 15:41:12 maksbotan Exp $
EAPI="4"
inherit leechcraft
DESCRIPTION="AnHero, KDE-based crash handler for LeechCraft."
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
DEPEND="~app-leechcraft/lc-core-${PV}
>=kde-base/kdelibs-4.2.0"
RDEPEND="${DEPEND}"

@ -1,5 +1,2 @@
DIST leechcraft-0.5.90.tar.xz 6147148 SHA256 68c3dd66c0456dd75aabc818580c1c54ebbb7d8ccaa8db322a91e456b34acc43 SHA512 e82d44e010a13b961dbda98f993afbe3003f0925bc63d4ecd59ae2b9b2f030455d6bafbe9aa9eb8fe98f9ae09050cd9bed01e3e5e1703a2781e74bdc8e9408b7 WHIRLPOOL 3a9fe7afe32dc0cb8dda12c3e430e1112a115de7264bc9536c0cadb64ad56b1dcb19340220ab7fd0f38db24fd14c79ccd8f2ca35199dd6090fa4e94dab337017
DIST leechcraft-0.5.99.tar.xz 4588064 SHA256 58aafc4fe49cfe3dbf59621b590d13745471946c4bda51bf49822b5c4e411e41 SHA512 c77cfb106d7de6a3044951878e04ee8257ef90c5cece5fcad24f3acf28d164373f133bdb3cc39b431a5c5387990e218bde3409f4d8810332647ed28e8fecd609 WHIRLPOOL e48ae2dc6cdde735ad17d9f2c07c39aada7e44c29819a49a8f96137ba763ba5c2666e9dc1625931ad61225507dcfd997e789ce1f854d197526a13e093b0cf514
DIST leechcraft-0.6.0.tar.xz 4267868 SHA256 c4b4662b1ac1e73562be3942ec9d078ed6b5db1e952cc0a097ca3730b0a06ac9 SHA512 d13163aa8a92ba9e86276304512a35461655f7600dacfb038f3d76bd74ef0ea74a0f0c0ccc85c195f0493e3c707e5f5aed0674221b88092e500bf01274830ef1 WHIRLPOOL 0f740a327760de2264365cbf5c13ecf74b82a4a392d94686897b6d4f720567da03a4bfa743435432d548afda227c7f70944e7c24a5ab8fa875508056d3f69837
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

@ -1,16 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-auscrie/lc-auscrie-0.5.90.ebuild,v 1.1 2013/03/08 21:55:06 maksbotan Exp $
EAPI="4"
inherit leechcraft
DESCRIPTION="Auscrie, LeechCraft auto screenshooter"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="debug"
DEPEND="~app-leechcraft/lc-core-${PV}"
RDEPEND="${DEPEND}"

@ -1,16 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-auscrie/lc-auscrie-0.5.99.ebuild,v 1.1 2013/07/18 12:40:27 maksbotan Exp $
EAPI="4"
inherit leechcraft
DESCRIPTION="Auscrie, LeechCraft auto screenshooter"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
DEPEND="~app-leechcraft/lc-core-${PV}"
RDEPEND="${DEPEND}"

@ -1,16 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-auscrie/lc-auscrie-0.6.0.ebuild,v 1.1 2013/09/24 15:41:26 maksbotan Exp $
EAPI="4"
inherit leechcraft
DESCRIPTION="Auscrie, LeechCraft auto screenshooter"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
DEPEND="~app-leechcraft/lc-core-${PV}"
RDEPEND="${DEPEND}"

@ -1,5 +1,2 @@
DIST leechcraft-0.5.90.tar.xz 6147148 SHA256 68c3dd66c0456dd75aabc818580c1c54ebbb7d8ccaa8db322a91e456b34acc43 SHA512 e82d44e010a13b961dbda98f993afbe3003f0925bc63d4ecd59ae2b9b2f030455d6bafbe9aa9eb8fe98f9ae09050cd9bed01e3e5e1703a2781e74bdc8e9408b7 WHIRLPOOL 3a9fe7afe32dc0cb8dda12c3e430e1112a115de7264bc9536c0cadb64ad56b1dcb19340220ab7fd0f38db24fd14c79ccd8f2ca35199dd6090fa4e94dab337017
DIST leechcraft-0.5.99.tar.xz 4588064 SHA256 58aafc4fe49cfe3dbf59621b590d13745471946c4bda51bf49822b5c4e411e41 SHA512 c77cfb106d7de6a3044951878e04ee8257ef90c5cece5fcad24f3acf28d164373f133bdb3cc39b431a5c5387990e218bde3409f4d8810332647ed28e8fecd609 WHIRLPOOL e48ae2dc6cdde735ad17d9f2c07c39aada7e44c29819a49a8f96137ba763ba5c2666e9dc1625931ad61225507dcfd997e789ce1f854d197526a13e093b0cf514
DIST leechcraft-0.6.0.tar.xz 4267868 SHA256 c4b4662b1ac1e73562be3942ec9d078ed6b5db1e952cc0a097ca3730b0a06ac9 SHA512 d13163aa8a92ba9e86276304512a35461655f7600dacfb038f3d76bd74ef0ea74a0f0c0ccc85c195f0493e3c707e5f5aed0674221b88092e500bf01274830ef1 WHIRLPOOL 0f740a327760de2264365cbf5c13ecf74b82a4a392d94686897b6d4f720567da03a4bfa743435432d548afda227c7f70944e7c24a5ab8fa875508056d3f69837
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

@ -1,88 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.5.90.ebuild,v 1.3 2013/09/24 18:10:49 maksbotan Exp $
EAPI="4"
inherit leechcraft
DESCRIPTION="Azoth, the modular IM client for LeechCraft."
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="debug astrality +acetamide +adiumstyles +autoidler +autopaste +birthdaynotifier
+chathistory +crypt +depester +embedmedia +herbicide +hili +isterique
+juick +keeso +lastseen +metacontacts media +msn +latex +nativeemoticons
+otroid +p100q +spell shx +standardstyles +vader +xmpp +xtazy"
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 )
msn? ( net-libs/libmsn )
spell? ( app-text/hunspell )
xmpp? ( =net-libs/qxmpp-0.7* media-libs/speex )
xtazy? ( dev-qt/qtdbus:4 )
crypt? ( app-crypt/qca app-crypt/qca-gnupg )"
RDEPEND="${DEPEND}
astrality? (
net-im/telepathy-mission-control
net-voip/telepathy-haze
)
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_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 msn AZOTH_ZHEET)
$(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 xmpp AZOTH_XOOX)
$(cmake-utils_use_enable xtazy AZOTH_XTAZY)
)
cmake-utils_src_configure
}
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
}

@ -1,96 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.5.99.ebuild,v 1.2 2013/09/24 18:10:49 maksbotan Exp $
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 +msn +latex +nativeemoticons
+otroid +p100q +spell shx +standardstyles +vader +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 )
msn? ( net-libs/libmsn )
spell? ( app-text/hunspell )
xmpp? ( >=net-libs/qxmpp-0.7.6 media-libs/speex )
xtazy? ( dev-qt/qtdbus:4 )
crypt? ( app-crypt/qca app-crypt/qca-gnupg )"
DEPEND="${COMMON_DEPEND}
doc? ( app-doc/doxygen[dot] )"
RDEPEND="${COMMON_DEPEND}
astrality? (
net-im/telepathy-mission-control
net-voip/telepathy-haze
)
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 msn AZOTH_ZHEET)
$(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 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
}

@ -1,96 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.6.0.ebuild,v 1.2 2013/09/24 18:10:49 maksbotan Exp $
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 +msn +latex +nativeemoticons
+otroid +p100q +spell shx +standardstyles +vader +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 )
msn? ( net-libs/libmsn )
spell? ( app-text/hunspell )
xmpp? ( >=net-libs/qxmpp-0.7.6 media-libs/speex )
xtazy? ( dev-qt/qtdbus:4 )
crypt? ( app-crypt/qca app-crypt/qca-gnupg )"
DEPEND="${COMMON_DEPEND}
doc? ( app-doc/doxygen[dot] )"
RDEPEND="${COMMON_DEPEND}
astrality? (
net-im/telepathy-mission-control
net-voip/telepathy-haze
)
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 msn AZOTH_ZHEET)
$(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 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
}

@ -1,5 +1,2 @@
DIST leechcraft-0.5.90.tar.xz 6147148 SHA256 68c3dd66c0456dd75aabc818580c1c54ebbb7d8ccaa8db322a91e456b34acc43 SHA512 e82d44e010a13b961dbda98f993afbe3003f0925bc63d4ecd59ae2b9b2f030455d6bafbe9aa9eb8fe98f9ae09050cd9bed01e3e5e1703a2781e74bdc8e9408b7 WHIRLPOOL 3a9fe7afe32dc0cb8dda12c3e430e1112a115de7264bc9536c0cadb64ad56b1dcb19340220ab7fd0f38db24fd14c79ccd8f2ca35199dd6090fa4e94dab337017
DIST leechcraft-0.5.99.tar.xz 4588064 SHA256 58aafc4fe49cfe3dbf59621b590d13745471946c4bda51bf49822b5c4e411e41 SHA512 c77cfb106d7de6a3044951878e04ee8257ef90c5cece5fcad24f3acf28d164373f133bdb3cc39b431a5c5387990e218bde3409f4d8810332647ed28e8fecd609 WHIRLPOOL e48ae2dc6cdde735ad17d9f2c07c39aada7e44c29819a49a8f96137ba763ba5c2666e9dc1625931ad61225507dcfd997e789ce1f854d197526a13e093b0cf514
DIST leechcraft-0.6.0.tar.xz 4267868 SHA256 c4b4662b1ac1e73562be3942ec9d078ed6b5db1e952cc0a097ca3730b0a06ac9 SHA512 d13163aa8a92ba9e86276304512a35461655f7600dacfb038f3d76bd74ef0ea74a0f0c0ccc85c195f0493e3c707e5f5aed0674221b88092e500bf01274830ef1 WHIRLPOOL 0f740a327760de2264365cbf5c13ecf74b82a4a392d94686897b6d4f720567da03a4bfa743435432d548afda227c7f70944e7c24a5ab8fa875508056d3f69837
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

@ -1,26 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-bittorrent/lc-bittorrent-0.5.90.ebuild,v 1.1 2013/03/08 21:55:43 maksbotan Exp $
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
}

@ -1,26 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-bittorrent/lc-bittorrent-0.5.99.ebuild,v 1.1 2013/07/18 12:40:59 maksbotan Exp $
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
}

@ -1,26 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-bittorrent/lc-bittorrent-0.6.0.ebuild,v 1.1 2013/09/24 15:41:54 maksbotan Exp $
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
}

@ -1,5 +1,2 @@
DIST leechcraft-0.5.90.tar.xz 6147148 SHA256 68c3dd66c0456dd75aabc818580c1c54ebbb7d8ccaa8db322a91e456b34acc43 SHA512 e82d44e010a13b961dbda98f993afbe3003f0925bc63d4ecd59ae2b9b2f030455d6bafbe9aa9eb8fe98f9ae09050cd9bed01e3e5e1703a2781e74bdc8e9408b7 WHIRLPOOL 3a9fe7afe32dc0cb8dda12c3e430e1112a115de7264bc9536c0cadb64ad56b1dcb19340220ab7fd0f38db24fd14c79ccd8f2ca35199dd6090fa4e94dab337017
DIST leechcraft-0.5.99.tar.xz 4588064 SHA256 58aafc4fe49cfe3dbf59621b590d13745471946c4bda51bf49822b5c4e411e41 SHA512 c77cfb106d7de6a3044951878e04ee8257ef90c5cece5fcad24f3acf28d164373f133bdb3cc39b431a5c5387990e218bde3409f4d8810332647ed28e8fecd609 WHIRLPOOL e48ae2dc6cdde735ad17d9f2c07c39aada7e44c29819a49a8f96137ba763ba5c2666e9dc1625931ad61225507dcfd997e789ce1f854d197526a13e093b0cf514
DIST leechcraft-0.6.0.tar.xz 4267868 SHA256 c4b4662b1ac1e73562be3942ec9d078ed6b5db1e952cc0a097ca3730b0a06ac9 SHA512 d13163aa8a92ba9e86276304512a35461655f7600dacfb038f3d76bd74ef0ea74a0f0c0ccc85c195f0493e3c707e5f5aed0674221b88092e500bf01274830ef1 WHIRLPOOL 0f740a327760de2264365cbf5c13ecf74b82a4a392d94686897b6d4f720567da03a4bfa743435432d548afda227c7f70944e7c24a5ab8fa875508056d3f69837
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

@ -1,29 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-blogique/lc-blogique-0.5.90.ebuild,v 1.1 2013/03/08 21:56:01 maksbotan Exp $
EAPI="4"
inherit leechcraft
DESCRIPTION="Blogging client for LeechCraft"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="debug +metida"
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_src_configure
}

@ -1,30 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-blogique/lc-blogique-0.5.99.ebuild,v 1.1 2013/07/18 12:41:15 maksbotan Exp $
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
}

@ -1,30 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-blogique/lc-blogique-0.6.0.ebuild,v 1.1 2013/09/24 15:42:12 maksbotan Exp $
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
}

@ -1,5 +1,2 @@
DIST leechcraft-0.5.90.tar.xz 6147148 SHA256 68c3dd66c0456dd75aabc818580c1c54ebbb7d8ccaa8db322a91e456b34acc43 SHA512 e82d44e010a13b961dbda98f993afbe3003f0925bc63d4ecd59ae2b9b2f030455d6bafbe9aa9eb8fe98f9ae09050cd9bed01e3e5e1703a2781e74bdc8e9408b7 WHIRLPOOL 3a9fe7afe32dc0cb8dda12c3e430e1112a115de7264bc9536c0cadb64ad56b1dcb19340220ab7fd0f38db24fd14c79ccd8f2ca35199dd6090fa4e94dab337017
DIST leechcraft-0.5.99.tar.xz 4588064 SHA256 58aafc4fe49cfe3dbf59621b590d13745471946c4bda51bf49822b5c4e411e41 SHA512 c77cfb106d7de6a3044951878e04ee8257ef90c5cece5fcad24f3acf28d164373f133bdb3cc39b431a5c5387990e218bde3409f4d8810332647ed28e8fecd609 WHIRLPOOL e48ae2dc6cdde735ad17d9f2c07c39aada7e44c29819a49a8f96137ba763ba5c2666e9dc1625931ad61225507dcfd997e789ce1f854d197526a13e093b0cf514
DIST leechcraft-0.6.0.tar.xz 4267868 SHA256 c4b4662b1ac1e73562be3942ec9d078ed6b5db1e952cc0a097ca3730b0a06ac9 SHA512 d13163aa8a92ba9e86276304512a35461655f7600dacfb038f3d76bd74ef0ea74a0f0c0ccc85c195f0493e3c707e5f5aed0674221b88092e500bf01274830ef1 WHIRLPOOL 0f740a327760de2264365cbf5c13ecf74b82a4a392d94686897b6d4f720567da03a4bfa743435432d548afda227c7f70944e7c24a5ab8fa875508056d3f69837
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

@ -1,45 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-0.5.90.ebuild,v 1.2 2013/04/06 08:36:42 pinkbyte Exp $
EAPI="4"
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 +sqlite postgres"
DEPEND=">=dev-libs/boost-1.46
dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/qtscript:4
dev-qt/qtsql:4[postgres?,sqlite?]"
RDEPEND="${DEPEND}
dev-qt/qtsvg:4
|| (
kde-base/oxygen-icons
x11-themes/kfaenza
)"
REQUIRED_USE="|| ( postgres sqlite )"
src_configure() {
local mycmakeargs=(
-DWITH_PLUGINS=False
)
if [[ ${PV} != 9999 ]]; then
mycmakeargs+=( -DLEECHCRAFT_VERSION=${PV} )
fi
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
make_desktop_entry leechcraft "LeechCraft" leechcraft
}

@ -1,49 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-0.5.99.ebuild,v 1.1 2013/07/18 12:41:32 maksbotan Exp $
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"
COMMON_DEPEND=">=dev-libs/boost-1.46
dev-qt/qtcore:4
dev-qt/qtdeclarative:4
dev-qt/qtgui:4
dev-qt/qtscript:4
dev-qt/qtsql:4[postgres?,sqlite?]"
DEPEND="${COMMON_DEPEND}
doc? ( app-doc/doxygen )"
RDEPEND="${COMMON_DEPEND}
dev-qt/qtsvg:4
|| (
kde-base/oxygen-icons
x11-themes/kfaenza
)"
REQUIRED_USE="|| ( postgres sqlite )"
src_configure() {
local mycmakeargs=(
-DWITH_PLUGINS=False
$(cmake-utils_use_with doc DOCS)
)
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/*
}

@ -1,49 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.0.ebuild,v 1.1 2013/09/24 15:42:26 maksbotan Exp $
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"
COMMON_DEPEND=">=dev-libs/boost-1.46
dev-qt/qtcore:4
dev-qt/qtdeclarative:4
dev-qt/qtgui:4
dev-qt/qtscript:4
dev-qt/qtsql:4[postgres?,sqlite?]"
DEPEND="${COMMON_DEPEND}
doc? ( app-doc/doxygen )"
RDEPEND="${COMMON_DEPEND}
dev-qt/qtsvg:4
|| (
kde-base/oxygen-icons
x11-themes/kfaenza
)"
REQUIRED_USE="|| ( postgres sqlite )"
src_configure() {
local mycmakeargs=(
-DWITH_PLUGINS=False
$(cmake-utils_use_with doc DOCS)
)
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/*
}

@ -1,5 +1,2 @@
DIST leechcraft-0.5.90.tar.xz 6147148 SHA256 68c3dd66c0456dd75aabc818580c1c54ebbb7d8ccaa8db322a91e456b34acc43 SHA512 e82d44e010a13b961dbda98f993afbe3003f0925bc63d4ecd59ae2b9b2f030455d6bafbe9aa9eb8fe98f9ae09050cd9bed01e3e5e1703a2781e74bdc8e9408b7 WHIRLPOOL 3a9fe7afe32dc0cb8dda12c3e430e1112a115de7264bc9536c0cadb64ad56b1dcb19340220ab7fd0f38db24fd14c79ccd8f2ca35199dd6090fa4e94dab337017
DIST leechcraft-0.5.99.tar.xz 4588064 SHA256 58aafc4fe49cfe3dbf59621b590d13745471946c4bda51bf49822b5c4e411e41 SHA512 c77cfb106d7de6a3044951878e04ee8257ef90c5cece5fcad24f3acf28d164373f133bdb3cc39b431a5c5387990e218bde3409f4d8810332647ed28e8fecd609 WHIRLPOOL e48ae2dc6cdde735ad17d9f2c07c39aada7e44c29819a49a8f96137ba763ba5c2666e9dc1625931ad61225507dcfd997e789ce1f854d197526a13e093b0cf514
DIST leechcraft-0.6.0.tar.xz 4267868 SHA256 c4b4662b1ac1e73562be3942ec9d078ed6b5db1e952cc0a097ca3730b0a06ac9 SHA512 d13163aa8a92ba9e86276304512a35461655f7600dacfb038f3d76bd74ef0ea74a0f0c0ccc85c195f0493e3c707e5f5aed0674221b88092e500bf01274830ef1 WHIRLPOOL 0f740a327760de2264365cbf5c13ecf74b82a4a392d94686897b6d4f720567da03a4bfa743435432d548afda227c7f70944e7c24a5ab8fa875508056d3f69837
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

@ -1,17 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-cstp/lc-cstp-0.5.90.ebuild,v 1.1 2013/03/08 21:56:38 maksbotan Exp $
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"

@ -1,17 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-cstp/lc-cstp-0.5.99.ebuild,v 1.1 2013/07/18 12:41:47 maksbotan Exp $
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"

@ -1,17 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-cstp/lc-cstp-0.6.0.ebuild,v 1.1 2013/09/24 15:42:40 maksbotan Exp $
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"

@ -1,5 +1,2 @@
DIST leechcraft-0.5.90.tar.xz 6147148 SHA256 68c3dd66c0456dd75aabc818580c1c54ebbb7d8ccaa8db322a91e456b34acc43 SHA512 e82d44e010a13b961dbda98f993afbe3003f0925bc63d4ecd59ae2b9b2f030455d6bafbe9aa9eb8fe98f9ae09050cd9bed01e3e5e1703a2781e74bdc8e9408b7 WHIRLPOOL 3a9fe7afe32dc0cb8dda12c3e430e1112a115de7264bc9536c0cadb64ad56b1dcb19340220ab7fd0f38db24fd14c79ccd8f2ca35199dd6090fa4e94dab337017
DIST leechcraft-0.5.99.tar.xz 4588064 SHA256 58aafc4fe49cfe3dbf59621b590d13745471946c4bda51bf49822b5c4e411e41 SHA512 c77cfb106d7de6a3044951878e04ee8257ef90c5cece5fcad24f3acf28d164373f133bdb3cc39b431a5c5387990e218bde3409f4d8810332647ed28e8fecd609 WHIRLPOOL e48ae2dc6cdde735ad17d9f2c07c39aada7e44c29819a49a8f96137ba763ba5c2666e9dc1625931ad61225507dcfd997e789ce1f854d197526a13e093b0cf514
DIST leechcraft-0.6.0.tar.xz 4267868 SHA256 c4b4662b1ac1e73562be3942ec9d078ed6b5db1e952cc0a097ca3730b0a06ac9 SHA512 d13163aa8a92ba9e86276304512a35461655f7600dacfb038f3d76bd74ef0ea74a0f0c0ccc85c195f0493e3c707e5f5aed0674221b88092e500bf01274830ef1 WHIRLPOOL 0f740a327760de2264365cbf5c13ecf74b82a4a392d94686897b6d4f720567da03a4bfa743435432d548afda227c7f70944e7c24a5ab8fa875508056d3f69837
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

@ -1,17 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-dbusmanager/lc-dbusmanager-0.5.90.ebuild,v 1.1 2013/03/08 21:56:56 maksbotan Exp $
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}"

@ -1,17 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-dbusmanager/lc-dbusmanager-0.5.99.ebuild,v 1.1 2013/07/18 12:42:03 maksbotan Exp $
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}"

@ -1,17 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-dbusmanager/lc-dbusmanager-0.6.0.ebuild,v 1.1 2013/09/24 15:42:54 maksbotan Exp $
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}"

@ -1,5 +1,2 @@
DIST leechcraft-0.5.90.tar.xz 6147148 SHA256 68c3dd66c0456dd75aabc818580c1c54ebbb7d8ccaa8db322a91e456b34acc43 SHA512 e82d44e010a13b961dbda98f993afbe3003f0925bc63d4ecd59ae2b9b2f030455d6bafbe9aa9eb8fe98f9ae09050cd9bed01e3e5e1703a2781e74bdc8e9408b7 WHIRLPOOL 3a9fe7afe32dc0cb8dda12c3e430e1112a115de7264bc9536c0cadb64ad56b1dcb19340220ab7fd0f38db24fd14c79ccd8f2ca35199dd6090fa4e94dab337017
DIST leechcraft-0.5.99.tar.xz 4588064 SHA256 58aafc4fe49cfe3dbf59621b590d13745471946c4bda51bf49822b5c4e411e41 SHA512 c77cfb106d7de6a3044951878e04ee8257ef90c5cece5fcad24f3acf28d164373f133bdb3cc39b431a5c5387990e218bde3409f4d8810332647ed28e8fecd609 WHIRLPOOL e48ae2dc6cdde735ad17d9f2c07c39aada7e44c29819a49a8f96137ba763ba5c2666e9dc1625931ad61225507dcfd997e789ce1f854d197526a13e093b0cf514
DIST leechcraft-0.6.0.tar.xz 4267868 SHA256 c4b4662b1ac1e73562be3942ec9d078ed6b5db1e952cc0a097ca3730b0a06ac9 SHA512 d13163aa8a92ba9e86276304512a35461655f7600dacfb038f3d76bd74ef0ea74a0f0c0ccc85c195f0493e3c707e5f5aed0674221b88092e500bf01274830ef1 WHIRLPOOL 0f740a327760de2264365cbf5c13ecf74b82a4a392d94686897b6d4f720567da03a4bfa743435432d548afda227c7f70944e7c24a5ab8fa875508056d3f69837
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

@ -1,18 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-deadlyrics/lc-deadlyrics-0.5.90.ebuild,v 1.1 2013/03/08 21:57:14 maksbotan Exp $
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"

@ -1,18 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-deadlyrics/lc-deadlyrics-0.5.99.ebuild,v 1.1 2013/07/18 12:42:19 maksbotan Exp $
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"

@ -1,18 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-deadlyrics/lc-deadlyrics-0.6.0.ebuild,v 1.1 2013/09/24 15:43:08 maksbotan Exp $
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"

@ -1,5 +1,2 @@
DIST leechcraft-0.5.90.tar.xz 6147148 SHA256 68c3dd66c0456dd75aabc818580c1c54ebbb7d8ccaa8db322a91e456b34acc43 SHA512 e82d44e010a13b961dbda98f993afbe3003f0925bc63d4ecd59ae2b9b2f030455d6bafbe9aa9eb8fe98f9ae09050cd9bed01e3e5e1703a2781e74bdc8e9408b7 WHIRLPOOL 3a9fe7afe32dc0cb8dda12c3e430e1112a115de7264bc9536c0cadb64ad56b1dcb19340220ab7fd0f38db24fd14c79ccd8f2ca35199dd6090fa4e94dab337017
DIST leechcraft-0.5.99.tar.xz 4588064 SHA256 58aafc4fe49cfe3dbf59621b590d13745471946c4bda51bf49822b5c4e411e41 SHA512 c77cfb106d7de6a3044951878e04ee8257ef90c5cece5fcad24f3acf28d164373f133bdb3cc39b431a5c5387990e218bde3409f4d8810332647ed28e8fecd609 WHIRLPOOL e48ae2dc6cdde735ad17d9f2c07c39aada7e44c29819a49a8f96137ba763ba5c2666e9dc1625931ad61225507dcfd997e789ce1f854d197526a13e093b0cf514
DIST leechcraft-0.6.0.tar.xz 4267868 SHA256 c4b4662b1ac1e73562be3942ec9d078ed6b5db1e952cc0a097ca3730b0a06ac9 SHA512 d13163aa8a92ba9e86276304512a35461655f7600dacfb038f3d76bd74ef0ea74a0f0c0ccc85c195f0493e3c707e5f5aed0674221b88092e500bf01274830ef1 WHIRLPOOL 0f740a327760de2264365cbf5c13ecf74b82a4a392d94686897b6d4f720567da03a4bfa743435432d548afda227c7f70944e7c24a5ab8fa875508056d3f69837
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

@ -1,16 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-dolozhee/lc-dolozhee-0.5.90.ebuild,v 1.1 2013/03/08 21:57:32 maksbotan Exp $
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}"

@ -1,16 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-dolozhee/lc-dolozhee-0.5.99.ebuild,v 1.1 2013/07/18 12:42:34 maksbotan Exp $
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}"

@ -1,16 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-dolozhee/lc-dolozhee-0.6.0.ebuild,v 1.1 2013/09/24 15:43:26 maksbotan Exp $
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}"

@ -1,5 +1,2 @@
DIST leechcraft-0.5.90.tar.xz 6147148 SHA256 68c3dd66c0456dd75aabc818580c1c54ebbb7d8ccaa8db322a91e456b34acc43 SHA512 e82d44e010a13b961dbda98f993afbe3003f0925bc63d4ecd59ae2b9b2f030455d6bafbe9aa9eb8fe98f9ae09050cd9bed01e3e5e1703a2781e74bdc8e9408b7 WHIRLPOOL 3a9fe7afe32dc0cb8dda12c3e430e1112a115de7264bc9536c0cadb64ad56b1dcb19340220ab7fd0f38db24fd14c79ccd8f2ca35199dd6090fa4e94dab337017
DIST leechcraft-0.5.99.tar.xz 4588064 SHA256 58aafc4fe49cfe3dbf59621b590d13745471946c4bda51bf49822b5c4e411e41 SHA512 c77cfb106d7de6a3044951878e04ee8257ef90c5cece5fcad24f3acf28d164373f133bdb3cc39b431a5c5387990e218bde3409f4d8810332647ed28e8fecd609 WHIRLPOOL e48ae2dc6cdde735ad17d9f2c07c39aada7e44c29819a49a8f96137ba763ba5c2666e9dc1625931ad61225507dcfd997e789ce1f854d197526a13e093b0cf514
DIST leechcraft-0.6.0.tar.xz 4267868 SHA256 c4b4662b1ac1e73562be3942ec9d078ed6b5db1e952cc0a097ca3730b0a06ac9 SHA512 d13163aa8a92ba9e86276304512a35461655f7600dacfb038f3d76bd74ef0ea74a0f0c0ccc85c195f0493e3c707e5f5aed0674221b88092e500bf01274830ef1 WHIRLPOOL 0f740a327760de2264365cbf5c13ecf74b82a4a392d94686897b6d4f720567da03a4bfa743435432d548afda227c7f70944e7c24a5ab8fa875508056d3f69837
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

@ -1,17 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-gacts/lc-gacts-0.5.90.ebuild,v 1.1 2013/03/08 21:57:50 maksbotan Exp $
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}"

@ -1,17 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-gacts/lc-gacts-0.5.99.ebuild,v 1.1 2013/07/18 12:42:50 maksbotan Exp $
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}"

@ -1,17 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-gacts/lc-gacts-0.6.0.ebuild,v 1.1 2013/09/24 15:43:43 maksbotan Exp $
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}"

@ -1,5 +1,2 @@
DIST leechcraft-0.5.90.tar.xz 6147148 SHA256 68c3dd66c0456dd75aabc818580c1c54ebbb7d8ccaa8db322a91e456b34acc43 SHA512 e82d44e010a13b961dbda98f993afbe3003f0925bc63d4ecd59ae2b9b2f030455d6bafbe9aa9eb8fe98f9ae09050cd9bed01e3e5e1703a2781e74bdc8e9408b7 WHIRLPOOL 3a9fe7afe32dc0cb8dda12c3e430e1112a115de7264bc9536c0cadb64ad56b1dcb19340220ab7fd0f38db24fd14c79ccd8f2ca35199dd6090fa4e94dab337017
DIST leechcraft-0.5.99.tar.xz 4588064 SHA256 58aafc4fe49cfe3dbf59621b590d13745471946c4bda51bf49822b5c4e411e41 SHA512 c77cfb106d7de6a3044951878e04ee8257ef90c5cece5fcad24f3acf28d164373f133bdb3cc39b431a5c5387990e218bde3409f4d8810332647ed28e8fecd609 WHIRLPOOL e48ae2dc6cdde735ad17d9f2c07c39aada7e44c29819a49a8f96137ba763ba5c2666e9dc1625931ad61225507dcfd997e789ce1f854d197526a13e093b0cf514
DIST leechcraft-0.6.0.tar.xz 4267868 SHA256 c4b4662b1ac1e73562be3942ec9d078ed6b5db1e952cc0a097ca3730b0a06ac9 SHA512 d13163aa8a92ba9e86276304512a35461655f7600dacfb038f3d76bd74ef0ea74a0f0c0ccc85c195f0493e3c707e5f5aed0674221b88092e500bf01274830ef1 WHIRLPOOL 0f740a327760de2264365cbf5c13ecf74b82a4a392d94686897b6d4f720567da03a4bfa743435432d548afda227c7f70944e7c24a5ab8fa875508056d3f69837
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

@ -1,16 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-glance/lc-glance-0.5.90.ebuild,v 1.1 2013/03/08 21:58:08 maksbotan Exp $
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}"

@ -1,16 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-glance/lc-glance-0.5.99.ebuild,v 1.1 2013/07/19 02:30:49 patrick Exp $
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}"

@ -1,16 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-glance/lc-glance-0.6.0.ebuild,v 1.1 2013/09/24 15:43:57 maksbotan Exp $
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}"

@ -1,4 +1,2 @@
DIST leechcraft-0.5.99.tar.xz 4588064 SHA256 58aafc4fe49cfe3dbf59621b590d13745471946c4bda51bf49822b5c4e411e41 SHA512 c77cfb106d7de6a3044951878e04ee8257ef90c5cece5fcad24f3acf28d164373f133bdb3cc39b431a5c5387990e218bde3409f4d8810332647ed28e8fecd609 WHIRLPOOL e48ae2dc6cdde735ad17d9f2c07c39aada7e44c29819a49a8f96137ba763ba5c2666e9dc1625931ad61225507dcfd997e789ce1f854d197526a13e093b0cf514
DIST leechcraft-0.6.0.tar.xz 4267868 SHA256 c4b4662b1ac1e73562be3942ec9d078ed6b5db1e952cc0a097ca3730b0a06ac9 SHA512 d13163aa8a92ba9e86276304512a35461655f7600dacfb038f3d76bd74ef0ea74a0f0c0ccc85c195f0493e3c707e5f5aed0674221b88092e500bf01274830ef1 WHIRLPOOL 0f740a327760de2264365cbf5c13ecf74b82a4a392d94686897b6d4f720567da03a4bfa743435432d548afda227c7f70944e7c24a5ab8fa875508056d3f69837
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

@ -1,19 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.5.99.ebuild,v 1.1 2013/07/18 12:43:21 maksbotan Exp $
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} )"

@ -1,19 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.6.0.ebuild,v 1.1 2013/09/24 15:44:10 maksbotan Exp $
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} )"

@ -1,5 +1,2 @@
DIST leechcraft-0.5.90.tar.xz 6147148 SHA256 68c3dd66c0456dd75aabc818580c1c54ebbb7d8ccaa8db322a91e456b34acc43 SHA512 e82d44e010a13b961dbda98f993afbe3003f0925bc63d4ecd59ae2b9b2f030455d6bafbe9aa9eb8fe98f9ae09050cd9bed01e3e5e1703a2781e74bdc8e9408b7 WHIRLPOOL 3a9fe7afe32dc0cb8dda12c3e430e1112a115de7264bc9536c0cadb64ad56b1dcb19340220ab7fd0f38db24fd14c79ccd8f2ca35199dd6090fa4e94dab337017
DIST leechcraft-0.5.99.tar.xz 4588064 SHA256 58aafc4fe49cfe3dbf59621b590d13745471946c4bda51bf49822b5c4e411e41 SHA512 c77cfb106d7de6a3044951878e04ee8257ef90c5cece5fcad24f3acf28d164373f133bdb3cc39b431a5c5387990e218bde3409f4d8810332647ed28e8fecd609 WHIRLPOOL e48ae2dc6cdde735ad17d9f2c07c39aada7e44c29819a49a8f96137ba763ba5c2666e9dc1625931ad61225507dcfd997e789ce1f854d197526a13e093b0cf514
DIST leechcraft-0.6.0.tar.xz 4267868 SHA256 c4b4662b1ac1e73562be3942ec9d078ed6b5db1e952cc0a097ca3730b0a06ac9 SHA512 d13163aa8a92ba9e86276304512a35461655f7600dacfb038f3d76bd74ef0ea74a0f0c0ccc85c195f0493e3c707e5f5aed0674221b88092e500bf01274830ef1 WHIRLPOOL 0f740a327760de2264365cbf5c13ecf74b82a4a392d94686897b6d4f720567da03a4bfa743435432d548afda227c7f70944e7c24a5ab8fa875508056d3f69837
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

@ -1,17 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-historyholder/lc-historyholder-0.5.90.ebuild,v 1.1 2013/03/08 21:58:26 maksbotan Exp $
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"

@ -1,17 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-historyholder/lc-historyholder-0.5.99.ebuild,v 1.1 2013/07/19 02:30:49 patrick Exp $
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"

@ -1,17 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-historyholder/lc-historyholder-0.6.0.ebuild,v 1.1 2013/09/24 15:44:24 maksbotan Exp $
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"

@ -1,4 +1,2 @@
DIST leechcraft-0.5.99.tar.xz 4588064 SHA256 58aafc4fe49cfe3dbf59621b590d13745471946c4bda51bf49822b5c4e411e41 SHA512 c77cfb106d7de6a3044951878e04ee8257ef90c5cece5fcad24f3acf28d164373f133bdb3cc39b431a5c5387990e218bde3409f4d8810332647ed28e8fecd609 WHIRLPOOL e48ae2dc6cdde735ad17d9f2c07c39aada7e44c29819a49a8f96137ba763ba5c2666e9dc1625931ad61225507dcfd997e789ce1f854d197526a13e093b0cf514
DIST leechcraft-0.6.0.tar.xz 4267868 SHA256 c4b4662b1ac1e73562be3942ec9d078ed6b5db1e952cc0a097ca3730b0a06ac9 SHA512 d13163aa8a92ba9e86276304512a35461655f7600dacfb038f3d76bd74ef0ea74a0f0c0ccc85c195f0493e3c707e5f5aed0674221b88092e500bf01274830ef1 WHIRLPOOL 0f740a327760de2264365cbf5c13ecf74b82a4a392d94686897b6d4f720567da03a4bfa743435432d548afda227c7f70944e7c24a5ab8fa875508056d3f69837
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

@ -1,23 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-hotsensors/lc-hotsensors-0.5.99.ebuild,v 1.1 2013/07/18 12:43:48 maksbotan Exp $
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}
~virtual/leechcraft-quark-sideprovider-${PV}
dev-qt/qtdeclarative:4
x11-libs/qwt:6
sys-apps/lm_sensors
"
RDEPEND="${DEPEND}"

@ -1,23 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-hotsensors/lc-hotsensors-0.6.0.ebuild,v 1.1 2013/09/24 15:44:38 maksbotan Exp $
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}
~virtual/leechcraft-quark-sideprovider-${PV}
dev-qt/qtdeclarative:4
x11-libs/qwt:6
sys-apps/lm_sensors
"
RDEPEND="${DEPEND}"

@ -1,5 +1,2 @@
DIST leechcraft-0.5.90.tar.xz 6147148 SHA256 68c3dd66c0456dd75aabc818580c1c54ebbb7d8ccaa8db322a91e456b34acc43 SHA512 e82d44e010a13b961dbda98f993afbe3003f0925bc63d4ecd59ae2b9b2f030455d6bafbe9aa9eb8fe98f9ae09050cd9bed01e3e5e1703a2781e74bdc8e9408b7 WHIRLPOOL 3a9fe7afe32dc0cb8dda12c3e430e1112a115de7264bc9536c0cadb64ad56b1dcb19340220ab7fd0f38db24fd14c79ccd8f2ca35199dd6090fa4e94dab337017
DIST leechcraft-0.5.99.tar.xz 4588064 SHA256 58aafc4fe49cfe3dbf59621b590d13745471946c4bda51bf49822b5c4e411e41 SHA512 c77cfb106d7de6a3044951878e04ee8257ef90c5cece5fcad24f3acf28d164373f133bdb3cc39b431a5c5387990e218bde3409f4d8810332647ed28e8fecd609 WHIRLPOOL e48ae2dc6cdde735ad17d9f2c07c39aada7e44c29819a49a8f96137ba763ba5c2666e9dc1625931ad61225507dcfd997e789ce1f854d197526a13e093b0cf514
DIST leechcraft-0.6.0.tar.xz 4267868 SHA256 c4b4662b1ac1e73562be3942ec9d078ed6b5db1e952cc0a097ca3730b0a06ac9 SHA512 d13163aa8a92ba9e86276304512a35461655f7600dacfb038f3d76bd74ef0ea74a0f0c0ccc85c195f0493e3c707e5f5aed0674221b88092e500bf01274830ef1 WHIRLPOOL 0f740a327760de2264365cbf5c13ecf74b82a4a392d94686897b6d4f720567da03a4bfa743435432d548afda227c7f70944e7c24a5ab8fa875508056d3f69837
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

@ -1,17 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-hotstreams/lc-hotstreams-0.5.90.ebuild,v 1.1 2013/03/08 21:58:44 maksbotan Exp $
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}"

@ -1,17 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-hotstreams/lc-hotstreams-0.5.99.ebuild,v 1.1 2013/07/18 12:44:04 maksbotan Exp $
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}"

@ -1,17 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-hotstreams/lc-hotstreams-0.6.0.ebuild,v 1.1 2013/09/24 15:44:52 maksbotan Exp $
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}"

@ -1,4 +1,2 @@
DIST leechcraft-0.5.99.tar.xz 4588064 SHA256 58aafc4fe49cfe3dbf59621b590d13745471946c4bda51bf49822b5c4e411e41 SHA512 c77cfb106d7de6a3044951878e04ee8257ef90c5cece5fcad24f3acf28d164373f133bdb3cc39b431a5c5387990e218bde3409f4d8810332647ed28e8fecd609 WHIRLPOOL e48ae2dc6cdde735ad17d9f2c07c39aada7e44c29819a49a8f96137ba763ba5c2666e9dc1625931ad61225507dcfd997e789ce1f854d197526a13e093b0cf514
DIST leechcraft-0.6.0.tar.xz 4267868 SHA256 c4b4662b1ac1e73562be3942ec9d078ed6b5db1e952cc0a097ca3730b0a06ac9 SHA512 d13163aa8a92ba9e86276304512a35461655f7600dacfb038f3d76bd74ef0ea74a0f0c0ccc85c195f0493e3c707e5f5aed0674221b88092e500bf01274830ef1 WHIRLPOOL 0f740a327760de2264365cbf5c13ecf74b82a4a392d94686897b6d4f720567da03a4bfa743435432d548afda227c7f70944e7c24a5ab8fa875508056d3f69837
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

@ -1,16 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-kbswitch/lc-kbswitch-0.5.99.ebuild,v 1.1 2013/07/18 12:44:23 maksbotan Exp $
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}"

@ -1,16 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-kbswitch/lc-kbswitch-0.6.0.ebuild,v 1.1 2013/09/24 15:45:11 maksbotan Exp $
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}"

@ -1,5 +1,2 @@
DIST leechcraft-0.5.90.tar.xz 6147148 SHA256 68c3dd66c0456dd75aabc818580c1c54ebbb7d8ccaa8db322a91e456b34acc43 SHA512 e82d44e010a13b961dbda98f993afbe3003f0925bc63d4ecd59ae2b9b2f030455d6bafbe9aa9eb8fe98f9ae09050cd9bed01e3e5e1703a2781e74bdc8e9408b7 WHIRLPOOL 3a9fe7afe32dc0cb8dda12c3e430e1112a115de7264bc9536c0cadb64ad56b1dcb19340220ab7fd0f38db24fd14c79ccd8f2ca35199dd6090fa4e94dab337017
DIST leechcraft-0.5.99.tar.xz 4588064 SHA256 58aafc4fe49cfe3dbf59621b590d13745471946c4bda51bf49822b5c4e411e41 SHA512 c77cfb106d7de6a3044951878e04ee8257ef90c5cece5fcad24f3acf28d164373f133bdb3cc39b431a5c5387990e218bde3409f4d8810332647ed28e8fecd609 WHIRLPOOL e48ae2dc6cdde735ad17d9f2c07c39aada7e44c29819a49a8f96137ba763ba5c2666e9dc1625931ad61225507dcfd997e789ce1f854d197526a13e093b0cf514
DIST leechcraft-0.6.0.tar.xz 4267868 SHA256 c4b4662b1ac1e73562be3942ec9d078ed6b5db1e952cc0a097ca3730b0a06ac9 SHA512 d13163aa8a92ba9e86276304512a35461655f7600dacfb038f3d76bd74ef0ea74a0f0c0ccc85c195f0493e3c707e5f5aed0674221b88092e500bf01274830ef1 WHIRLPOOL 0f740a327760de2264365cbf5c13ecf74b82a4a392d94686897b6d4f720567da03a4bfa743435432d548afda227c7f70944e7c24a5ab8fa875508056d3f69837
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

@ -1,17 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-kinotify/lc-kinotify-0.5.90.ebuild,v 1.1 2013/03/08 21:59:02 maksbotan Exp $
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}"

@ -1,17 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-kinotify/lc-kinotify-0.5.99.ebuild,v 1.1 2013/07/18 12:44:39 maksbotan Exp $
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}"

@ -1,17 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-kinotify/lc-kinotify-0.6.0.ebuild,v 1.1 2013/09/24 15:45:26 maksbotan Exp $
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}"

@ -1,5 +1,2 @@
DIST leechcraft-0.5.90.tar.xz 6147148 SHA256 68c3dd66c0456dd75aabc818580c1c54ebbb7d8ccaa8db322a91e456b34acc43 SHA512 e82d44e010a13b961dbda98f993afbe3003f0925bc63d4ecd59ae2b9b2f030455d6bafbe9aa9eb8fe98f9ae09050cd9bed01e3e5e1703a2781e74bdc8e9408b7 WHIRLPOOL 3a9fe7afe32dc0cb8dda12c3e430e1112a115de7264bc9536c0cadb64ad56b1dcb19340220ab7fd0f38db24fd14c79ccd8f2ca35199dd6090fa4e94dab337017
DIST leechcraft-0.5.99.tar.xz 4588064 SHA256 58aafc4fe49cfe3dbf59621b590d13745471946c4bda51bf49822b5c4e411e41 SHA512 c77cfb106d7de6a3044951878e04ee8257ef90c5cece5fcad24f3acf28d164373f133bdb3cc39b431a5c5387990e218bde3409f4d8810332647ed28e8fecd609 WHIRLPOOL e48ae2dc6cdde735ad17d9f2c07c39aada7e44c29819a49a8f96137ba763ba5c2666e9dc1625931ad61225507dcfd997e789ce1f854d197526a13e093b0cf514
DIST leechcraft-0.6.0.tar.xz 4267868 SHA256 c4b4662b1ac1e73562be3942ec9d078ed6b5db1e952cc0a097ca3730b0a06ac9 SHA512 d13163aa8a92ba9e86276304512a35461655f7600dacfb038f3d76bd74ef0ea74a0f0c0ccc85c195f0493e3c707e5f5aed0674221b88092e500bf01274830ef1 WHIRLPOOL 0f740a327760de2264365cbf5c13ecf74b82a4a392d94686897b6d4f720567da03a4bfa743435432d548afda227c7f70944e7c24a5ab8fa875508056d3f69837
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

@ -1,16 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-knowhow/lc-knowhow-0.5.90.ebuild,v 1.1 2013/03/08 21:59:20 maksbotan Exp $
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}"

@ -1,16 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-knowhow/lc-knowhow-0.5.99.ebuild,v 1.1 2013/07/18 12:44:55 maksbotan Exp $
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}"

@ -1,16 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-knowhow/lc-knowhow-0.6.0.ebuild,v 1.1 2013/09/24 15:45:40 maksbotan Exp $
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}"

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save