blob: 0e8c9104822fa7686d47e83a05ad7800cfc15ed7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-print/gqueue/gqueue-0.8.ebuild,v 1.5 2005/05/01 18:20:56 hansmi Exp $
DESCRIPTION="Gnome frontend for cups queues. It shows the printing jobs queue and let you remove some jobs."
SRC_URI="http://web.tiscali.it/diegobazzanella/${P}.tar.gz"
HOMEPAGE="http://web.tiscali.it/diegobazzanella/"
S=${WORKDIR}/gqueue
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ppc"
IUSE=""
DEPEND=">=net-print/cups-1.1.14
>=gnome-base/libgnomeui-2.0.0"
src_install() {
einstall || die
dodoc AUTHORS COPYING
}
|