Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 218037

Summary: kdelicious ebuid submission
Product: Gentoo Linux Reporter: Nathaniel Grocott <ngrocott>
Component: [OLD] KDEAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED OBSOLETE    
Severity: enhancement CC: creffett
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Nathaniel Grocott 2008-04-16 23:53:08 UTC
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

SRC_URI="http://downloads.sourceforge.net/kdelicious/kdelicious-3.2.tar.gz"
HOMEPAGE="http://www.kde-apps.org/content/show.php/KDelicious?content=72038"
LICENSE="GPL-2"
SLOT="0"
DESCRIPTION="KDelicious adds several options to the Konqueror (right-click)
Action menu and bookmark menu to ease the use of the del.icio.us web service
from konqeror. konqil.icio.us was the inperation( kde-apps.org comment board ). More info. at
<http://www.kde-apps.org/content/show.php/KDelicious?content=72038> or
<http://sourceforge.net/projects/kdelicious>"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND="dev-python/pykde"
RDEPEND="${DEPEND}"

src_unpack() {
unpack ${A}
cd ${S}
}

pkg_setup() {
export PYTHONPATH="${PYTHONPATH}:${S}/lib/pykdeextensions"
}

src_install() {
python setup.py install --root="${D}" || die "install failed"
dodoc ChangeLog NEWS README*
}


Reproducible: Always
Comment 1 Ingmar Vanhassel (RETIRED) gentoo-dev 2008-04-17 08:14:57 UTC
Attach ebuilds as patches please, don't paste them inline.