blob: 98b2a9d44393bc159368f55de407d753d76e84cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/leechcraft-task-show/leechcraft-task-show-9999.ebuild,v 1.1 2011/08/22 19:58:36 maksbotan Exp $
EAPI="2"
DESCRIPTION="Virtual for plugins that can show IDownloads and IJobHolders"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND="net-misc/leechcraft-summary"
RDEPEND="${DEPEND}"
|