# ChangeLog for dev-embedded/pikdev
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/pikdev/ChangeLog,v 1.26 2006/10/22 14:04:49 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/pikdev/ChangeLog,v 1.27 2006/11/02 13:04:05 dragonheart Exp $
- 22 Oct 2006; Piotr Jaroszyński <peper@gentoo.org> pikdev-0.7.1-r2.ebuild:
+*pikdev-0.9.2.1 (02 Nov 2006)
+
+ 02 Nov 2006; Daniel Black <dragonheart@gentoo.org> -pikdev-0.6.6a.ebuild,
+ -pikdev-0.7.1.ebuild, +pikdev-0.9.2.1.ebuild:
+ version bump as per bug #110496 thanks to Renato Caldas, Torbjorn Svensson,
+ Gabriel Devenyi, Urriellu
+
+ 22 Oct 2006; Piotr JaroszyÅ\84ski <peper@gentoo.org> pikdev-0.7.1-r2.ebuild:
Add ~amd64 keyword. Bug #110498.
14 Jun 2006; Robin H. Johnson <robbat2@gentoo.org> pikdev-0.7.1.ebuild,
~x86 keyworded due to bug #57472
18 Jul 2004; Daniel Black <dragonheart@gentoo.org> pikdev-0.6.6a.ebuild:
- removed Dependancy overlap. Fixes bug #54809. Thanks to Diego Pettenò
+ removed Dependancy overlap. Fixes bug #54809. Thanks to Diego PettenÃ\83²
<dgp85@users.sourceforge.net>
*pikdev-0.6.6a (18 Jul 2004)
--- /dev/null
+MD5 fd15cdb53703dc55f21f640e63b98f98 pikdev-0.9.2-1.tar.gz 1301179
+RMD160 e2134bcca77331ae664a055643796245c9d15d83 pikdev-0.9.2-1.tar.gz 1301179
+SHA256 52512962aec1df0dc0f76035dd20799676ec7dfac7a4cfc2cac95bdf3993ac6b pikdev-0.9.2-1.tar.gz 1301179
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/pikdev/pikdev-0.9.2.1.ebuild,v 1.1 2006/11/02 13:04:05 dragonheart Exp $
+
+inherit kde versionator
+
+MY_P=${PN}-$(replace_version_separator 3 '-' )
+DESCRIPTION="Graphical IDE for PIC-based application development"
+HOMEPAGE="http://pikdev.free.fr/"
+SRC_URI="http://pikdev.free.fr/${MY_P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="arts"
+S="${WORKDIR}/${MY_P}"
+
+# need-kde adds kde-libs,qt,.. rdependencies
+# why this lengthy list?
+# A. overzealous
+RDEPEND="sys-libs/zlib
+ dev-libs/expat
+ media-libs/fontconfig
+ media-libs/freetype
+ media-libs/jpeg
+ media-libs/libart_lgpl
+ media-libs/libmng
+ media-libs/libpng
+ dev-embedded/gputils
+ >=kde-base/kdelibs-3
+ arts? ( kde-base/arts )"
+
+# Ebuild will evily link to these if present
+# media-libs/nas
+
+
+need-kde 3
+
+src_compile() {
+ myconf="$myconf $(useenable arts)"
+ kde_src_compile myconf configure
+ sed -i -e "s#\(kde_.* = \)\${prefix}\(.*\)#\1${KDEDIR}\2#g" Makefile */Makefile
+ kde_src_compile make
+}
+
+src_install() {
+ kde_src_install all
+}
+
+pkg_postinst() {
+ einfo "The author requests that you email him at alain.gibaud@free.fr when you"
+ einfo "install this package. See http://pikdev.free.fr/download.php3 for details"
+
+ ewarn "CAUTION: If you already have a previous version of PiKdev, do not forget to delete the"
+ ewarn " ~/.kde/share/apps/pikdev directory before installing the new version. This directory"
+ ewarn " contains a local copy of configuration files and prevents new functionnalities to appear"
+ ewarn " in menus/toolbars."
+}