diff options
author | Alin Năstac <mrness@gentoo.org> | 2008-07-14 20:07:26 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2008-07-14 20:07:26 +0000 |
commit | 39e24021419c29adfcb939e066a1dd87a10298f5 (patch) | |
tree | 0a68cd6afdc84f14c0710297ac2c8d0c093cfa8f /app-mobilephone | |
parent | Removed older versions, bumped to lastest release, no progress on bug #221011 (diff) | |
download | gentoo-2-39e24021419c29adfcb939e066a1dd87a10298f5.tar.gz gentoo-2-39e24021419c29adfcb939e066a1dd87a10298f5.tar.bz2 gentoo-2-39e24021419c29adfcb939e066a1dd87a10298f5.zip |
Add pcsc-lite dependency and force --enable-libpcsclite configure option (#231721).
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/gnokii/ChangeLog | 9 | ||||
-rw-r--r-- | app-mobilephone/gnokii/gnokii-0.6.26-r2.ebuild (renamed from app-mobilephone/gnokii/gnokii-0.6.26-r1.ebuild) | 13 |
2 files changed, 14 insertions, 8 deletions
diff --git a/app-mobilephone/gnokii/ChangeLog b/app-mobilephone/gnokii/ChangeLog index d48aa5726637..540806701981 100644 --- a/app-mobilephone/gnokii/ChangeLog +++ b/app-mobilephone/gnokii/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-mobilephone/gnokii # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.78 2008/07/12 15:56:40 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.79 2008/07/14 20:07:26 mrness Exp $ + +*gnokii-0.6.26-r2 (14 Jul 2008) + + 14 Jul 2008; Alin Năstac <mrness@gentoo.org> -gnokii-0.6.26-r1.ebuild, + +gnokii-0.6.26-r2.ebuild: + Add pcsc-lite dependency and force --enable-libpcsclite configure option + (#231721). 12 Jul 2008; Alin Năstac <mrness@gentoo.org> +files/gnokii-0.6.26-qa-fixes.patch, gnokii-0.6.26-r1.ebuild: diff --git a/app-mobilephone/gnokii/gnokii-0.6.26-r1.ebuild b/app-mobilephone/gnokii/gnokii-0.6.26-r2.ebuild index ee756f6c64f0..1047096f8b76 100644 --- a/app-mobilephone/gnokii/gnokii-0.6.26-r1.ebuild +++ b/app-mobilephone/gnokii/gnokii-0.6.26-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.26-r1.ebuild,v 1.2 2008/07/12 15:56:40 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.26-r2.ebuild,v 1.1 2008/07/14 20:07:26 mrness Exp $ WANT_AUTOMAKE="none" @@ -15,9 +15,8 @@ SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="nls bluetooth ical irda sms postgres mysql usb X debug" -RESTRICT="test" #test fails; maybe it will work in the future, but till then... - -RDEPEND="X? ( >=x11-libs/gtk+-2.8.19 ) +RDEPEND="sys-apps/pcsc-lite + X? ( >=x11-libs/gtk+-2.8.19 ) bluetooth? ( >=net-wireless/bluez-libs-2.25 ) sms? ( >=dev-libs/glib-2.10.3 postgres? ( >=virtual/postgresql-server-8.0 ) @@ -37,9 +36,9 @@ MY_AVAILABLE_LINGUAS=" cs de et fi fr it nl pl pt sk sl sv zh_CN" IUSE="${IUSE} ${MY_AVAILABLE_LINGUAS// / linguas_}" src_unpack() { - unpack ${A} + unpack ${A} - epatch "${FILESDIR}"/${P}-qa-fixes.patch + epatch "${FILESDIR}"/${P}-qa-fixes.patch } src_compile() { @@ -61,7 +60,7 @@ src_compile() { $(use_enable debug rlpdebug) \ --enable-security \ --disable-unix98test \ - --disable-libpcsclite \ + --enable-libpcsclite \ || die "configure failed" emake -j1 || die "make failed" |