diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2002-01-04 19:08:24 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2002-01-04 19:08:24 +0000 |
commit | 31961f375c43076058ef79a0042f024c25750654 (patch) | |
tree | 8de45550632e974197d8377e6bd8b208044e6c66 /media-gfx/pixieplus-kde | |
parent | new version (diff) | |
download | historical-31961f375c43076058ef79a0042f024c25750654.tar.gz historical-31961f375c43076058ef79a0042f024c25750654.tar.bz2 historical-31961f375c43076058ef79a0042f024c25750654.zip |
New ebuild. This ebuild may not be correct since: (a) I'm not all that
familiar with kde's inheriting ebuilds, and (b) I don't have time
to recompile qt at the moment just because the package name changed.
I'll package mask it.
Diffstat (limited to 'media-gfx/pixieplus-kde')
-rw-r--r-- | media-gfx/pixieplus-kde/files/digest-pixieplus-kde-0.2 | 1 | ||||
-rw-r--r-- | media-gfx/pixieplus-kde/pixieplus-kde-0.2.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/media-gfx/pixieplus-kde/files/digest-pixieplus-kde-0.2 b/media-gfx/pixieplus-kde/files/digest-pixieplus-kde-0.2 new file mode 100644 index 000000000000..f80df77b8ec5 --- /dev/null +++ b/media-gfx/pixieplus-kde/files/digest-pixieplus-kde-0.2 @@ -0,0 +1 @@ +MD5 64f99ad1bba7882a2a373075648e6c41 pixieplus-kde-0.2.tar.gz 2613248 diff --git a/media-gfx/pixieplus-kde/pixieplus-kde-0.2.ebuild b/media-gfx/pixieplus-kde/pixieplus-kde-0.2.ebuild new file mode 100644 index 000000000000..28dd0c0509dc --- /dev/null +++ b/media-gfx/pixieplus-kde/pixieplus-kde-0.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Grant Goodyear <g2boojum@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pixieplus-kde/pixieplus-kde-0.2.ebuild,v 1.1 2002/01/04 19:08:24 g2boojum Exp $ +. /usr/portage/eclass/inherit.eclass || die +inherit kde-base || die + +need-kde 2.2 +S=${WORKDIR}/${P} +DESCRIPTION="Mosfet's KDE image/photo viewer, editor, and manager" +SRC_URI="http://www.mosfet.org/pixie/${P}.tar.gz" +HOMEPAGE="http://www.mosfet.org/pixie" + +newdepend ">=kde-base/kdebase-2.1" + + +src_compile() { + make -f Makefile.cvs || die "make -f Makefile.cvs failed" + kde_src_compile +} + |