Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30549 - kpictorial 0.9.1
Summary: kpictorial 0.9.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gentoo KDE team
URL: http://sourceforge.net/projects/kpict...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-10-07 03:07 UTC by roland lezuo
Modified: 2004-07-04 04:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description roland lezuo 2003-10-07 03:07:40 UTC
This is a littel logical game for kde I wrote. It's in the pld (http://www.pld.org.pl/) polnish linux distribution and I haven't got any bug reports so far - so I assume it rather stable.

cat /usr/portage/my_ebuild/kpictorial/kpictorial-0.9.1.ebuild 

# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Logical KDE puzzle-like game"
HOMEPAGE="http://members.chello.at/roland.lezuo"
SRC_URI="mirror://sourceforge/kpictorial/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE="X kde"

# not totally sure that this is all
DEPEND=">=kde-base/kdelibs-3.0.4"


src_compile() {
        econf || die
        emake || die
}

src_install() {
        einstall || die
}
Comment 1 Dominik Stadler (RETIRED) gentoo-dev 2004-02-02 15:00:21 UTC
Compiled and installed fine here.
Comment 2 Dominik Stadler (RETIRED) gentoo-dev 2004-07-04 04:39:32 UTC
Added to Portage, should be on the mirrors soon.