blob: 51bb8c9b10e95425a5dba3bccaf39e6f50e62e90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/pixieplus-kde/pixieplus-kde-0.5.3.ebuild,v 1.4 2003/07/12 16:44:48 aliz Exp $
inherit kde-base
need-kde 3.1
DESCRIPTION="Mosfet's KDE image/photo viewer, editor, and manager"
SRC_URI="http://www.mosfet.org/pixie/pixieplus-${PV}.tar.gz"
HOMEPAGE="http://www.mosfet.org/pixie"
# eeek! - danarmak
LICENSE="QPL-1.0 LGPL-2 BSD"
KEYWORDS="x86 ~ppc"
DEPEND="media-gfx/imagemagick"
newdepend ">=kde-base/kdebase-3.1"
S=${WORKDIR}/pixieplus-${PV}
|