# ChangeLog for app-mobilephone/gnokii
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.36 2006/06/02 19:40:22 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.37 2006/06/06 16:59:10 mrness Exp $
+
+ 06 Jun 2006; Alin Nastac <mrness@gentoo.org>
+ -files/gnokii-0.6.11-vcal.patch, -gnokii-0.6.11-r1.ebuild,
+ gnokii-0.6.12.ebuild:
+ Remove obsolete test version. Restrict test instead maketest.
02 Jun 2006; Alin Nastac <mrness@gentoo.org> gnokii-0.6.12.ebuild:
Stable on x86.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 a67895442dc4797d3a12fb0b86d03f18 ChangeLog 9136
+MD5 2e5fa4430030fa97e33949f9baf89bda ChangeLog 9333
MD5 1ae951a2b197095da2c0d74c0067181f files/digest-gnokii-0.6.10 67
-MD5 6f4a2ffbab6005f657e4d06f568db72c files/digest-gnokii-0.6.11-r1 67
MD5 169306d7a9fcb154274898c7330a9491 files/digest-gnokii-0.6.12 67
MD5 c4cdcbc35ff57082908ea21d7aa1f9a3 files/digest-gnokii-0.6.7-r1 66
MD5 c4cdcbc35ff57082908ea21d7aa1f9a3 files/digest-gnokii-0.6.7-r2 66
MD5 95cfd5d1812300781f2310dc007ed33e files/digest-gnokii-0.6.8 66
-MD5 5687dba18dccc99ee5c4618ecc729f22 files/gnokii-0.6.11-vcal.patch 672
MD5 d35a120458debd2931e2c6f67104d9d1 files/gnokii-0.6.7-smsd-glib2.patch 779
MD5 face706c6d0985abc88c5ad34f39d3ee files/gnokii-0.6.8-smsd-glib2.patch 779
MD5 2f2f572bc05f2ee40468130dcdd7e946 files/gnokii-bindir.patch 461
MD5 135df3cf24c3041ccb20a5896482ed59 files/gnokii.desktop 260
MD5 a3a87873287c89dc910115ddea5cbd1d gnokii-0.6.10.ebuild 2264
-MD5 4847060cc938ae7e5889325f22c948e1 gnokii-0.6.11-r1.ebuild 2482
-MD5 76d2b9f82ecd86cc826921941bfa1725 gnokii-0.6.12.ebuild 2408
+MD5 98fa4470e5c0c653b6a86f0517f7f8d8 gnokii-0.6.12.ebuild 2404
MD5 cba9a4289ee030177175548bb071572d gnokii-0.6.7-r1.ebuild 2323
MD5 438e4d861c9041a0b860bf4791a20693 gnokii-0.6.7-r2.ebuild 2329
MD5 d8f6cfbab08d0644b83b55a2bea01c6e gnokii-0.6.8.ebuild 2328
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
-iD8DBQFEgJQyjG8pv1lIUX4RAqQ1AKDAIK7800+YANI3CimyrNSvWaubfwCg5tBC
-xTgZXu26FOjhxtHVedk04j8=
-=257y
+iD8DBQFEhbRyjG8pv1lIUX4RAhvPAKC9Kxvhlgk9zarcc58prnvLX1gPqACgvPiF
+03/a1r88M2FILJ/2U/yuprM=
+=ZBNl
-----END PGP SIGNATURE-----
+++ /dev/null
-MD5 b285544ed2e4c4ac984442eea912e8bf gnokii-0.6.11.tar.bz2 1516240
+++ /dev/null
-diff -Nur gnokii-0.6.11.orig/common/vcal.c gnokii-0.6.11/common/vcal.c
---- gnokii-0.6.11.orig/common/vcal.c 2006-02-16 00:49:56.000000000 +0200
-+++ gnokii-0.6.11/common/vcal.c 2006-02-27 09:34:47.000000000 +0200
-@@ -103,7 +103,7 @@
- etime.second = calnote->end_time.second;
- etime.is_daylight = 1;
-
-- properties[iprop++] = icalpropery_new_dtend(etime);
-+ properties[iprop++] = icalproperty_new_dtend(etime);
- }
-
- /* FIXME: how to set alarm?
-@@ -116,7 +116,7 @@
- atime.second = calnote->alarm.timestamp.second;
- atime.is_daylight = 1;
-
-- properties[iprop++] = icalpropery_new_FIXME(atime);
-+ properties[iprop++] = icalproperty_new_FIXME(atime);
- }
- */
-
+++ /dev/null
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.11-r1.ebuild,v 1.3 2006/04/30 20:59:28 mrness Exp $
-
-inherit eutils flag-o-matic linux-info
-
-DESCRIPTION="user space driver and tools for use with mobile phones"
-HOMEPAGE="http://www.gnokii.org/"
-SRC_URI="http://www.gnokii.org/download/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="nls X bluetooth irda sms postgres mysql"
-
-RESTRICT="maketest" #test fails; maybe it will work in the future, but till then...
-
-RDEPEND="X? ( =x11-libs/gtk+-1.2* )
- bluetooth? ( net-wireless/bluez-libs )
- sms? ( >=dev-libs/glib-2
- postgres? ( dev-db/postgresql )
- mysql? ( dev-db/mysql )
- )
- dev-libs/libical"
-DEPEND="${RDEPEND}
- irda? ( virtual/os-headers )
- nls? ( sys-devel/gettext )
- sys-devel/autoconf"
-
-CONFIG_CHECK="UNIX98_PTYS"
-
-src_unpack() {
- unpack ${A}
-
- epatch "${FILESDIR}/${P}-vcal.patch"
-}
-
-src_compile() {
- append-ldflags $(bindnow-flags) #avoid QA notices
-
- autoconf && econf \
- $(use_enable nls) \
- $(use_with X x) \
- --disable-debug \
- --disable-xdebug \
- --disable-rlpdebug \
- --enable-security \
- --disable-unix98test \
- || die "configure failed"
-
- if use sms ; then
- cd "${S}/smsd"
-
- if use postgres; then
- emake libpq.la || die "smsd make failed"
- elif use mysql; then
- emake libmysql.la || die "smsd make failed"
- else
- emake libfile.la || die "smsd make failed"
- fi
-
- cd "${S}"
- fi
-
- emake -j1 || die "make failed"
-}
-
-src_install() {
- einstall || die "make install failed"
-
- insinto /etc
- doins Docs/sample/gnokiirc
- sed -i -e 's:/usr/local:/usr:' "${D}/etc/gnokiirc"
-
- doman Docs/man/*
- dodir "/usr/share/doc/${PF}"
- cp -r Docs/sample "${D}/usr/share/doc/${PF}/sample"
- cp -r Docs/protocol "${D}/usr/share/doc/${PF}/protocol"
- rm -rf Docs/man Docs/sample Docs/protocol
- dodoc Docs/*
-
- # only one file needs suid root to make a psuedo device
- fperms 4755 /usr/sbin/mgnokiidev
-
- if use sms; then
- cd "${S}/smsd"
-
- einstall || die "smsd make install failed"
-
- cd "${S}"
- fi
-
- if use X; then
- insinto /usr/share/applications
- doins xgnokii/xgnokii.desktop
- fi
-}
-
-pkg_postinst() {
- einfo "gnokii does not need it's own group anymore."
- einfo "Make sure the user that runs gnokii has read/write access to the device"
- einfo "which your phone is connected to. eg. chown <user> /dev/ttyS0"
-}
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.12.ebuild,v 1.3 2006/06/02 19:38:42 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.12.ebuild,v 1.4 2006/06/06 16:59:10 mrness Exp $
inherit eutils flag-o-matic linux-info
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE="nls X bluetooth irda sms postgres mysql"
-RESTRICT="maketest" #test fails; maybe it will work in the future, but till then...
+RESTRICT="test" #test fails; maybe it will work in the future, but till then...
RDEPEND="X? ( =x11-libs/gtk+-1.2* )
bluetooth? ( net-wireless/bluez-libs )