First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 146497
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo KDE team <kde@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Mike Gant <lister-bugs@gantsfort.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 146497 depends on: Show dependency tree
Show dependency graph
Bug 146497 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-09-05 20:59 0000
I've created an ebuild for the 1.0-beta1 version of krecipes. The new ebuild is
below and is saved as kde-misc/krecipes-1.0.ebuild.


# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/krecipes/krecipes-1.0.ebuild,v 1.6
2006/04/10 00:46:37 cryos Exp $

inherit kde

MY_PV=${P}-beta1
DESCRIPTION="A KDE Recipe Tool"
HOMEPAGE="http://krecipes.sourceforge.net"
SRC_URI="mirror://sourceforge/krecipes/${MY_PV}.tar.gz"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="mysql postgres sqlite"

DEPEND="sqlite? ( dev-db/sqlite )
                !sqlite? ( !mysql? ( !postgres? ( dev-db/sqlite ) ) )"
RDEPEND="${DEPEND}
        mysql? ( dev-db/mysql )
        postgres? ( dev-db/postgresql )"

need-kde 3

src_unpack() {
        unpack ${MY_PV}.tar.gz
}

src_compile() {
        if ! use sqlite && ! use mysql && ! use postgres; then
                myconf="--with-sqlite"
        else
                myconf="$(use_with sqlite) $(use_with mysql) $(use_with
postgres postgresql)"
        fi

        S=${WORKDIR}/${MY_PV}

        kde_src_compile
}

------- Comment #1 From Ioannis Aslanidis 2006-09-13 15:16:45 0000 -------
I'll pick up this one, however I'll use my own ebuild. The ebuild supplied does
not follow our usual conventions.

------- Comment #2 From Ioannis Aslanidis 2006-09-13 16:25:33 0000 -------
Fixed in CVS. Sources in a hood near you.

First Last Prev Next    No search results available      Search page      Enter new bug