* [gentoo-commits] gentoo-x86 commit in app-mobilephone/gnokii: metadata.xml gnokii-0.6.31.ebuild gnokii-9999.ebuild ChangeLog
@ 2012-09-11 4:17 Christoph Junghans (ottxor)
0 siblings, 0 replies; only message in thread
From: Christoph Junghans (ottxor) @ 2012-09-11 4:17 UTC (permalink / raw
To: gentoo-commits
ottxor 12/09/11 04:17:55
Modified: metadata.xml gnokii-9999.ebuild ChangeLog
Added: gnokii-0.6.31.ebuild
Log:
version bump (bug #351594) and prefix support (bug #431164)
(Portage version: 2.2.0_alpha125/cvs/Linux i686)
Revision Changes Path
1.3 app-mobilephone/gnokii/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnokii/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnokii/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnokii/metadata.xml?r1=1.2&r2=1.3
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml 31 Jul 2008 20:01:42 -0000 1.2
+++ metadata.xml 11 Sep 2012 04:17:55 -0000 1.3
@@ -12,5 +12,6 @@
<flag name='ical'>Enable support for <pkg>dev-libs/libical</pkg></flag>
<flag name='irda'>Enable infrared support</flag>
<flag name='sms'>Enable SMS support (build smsd)</flag>
+ <flag name='pcsc-lite'>Enable smartcard support with <pkg>sys-apps/pcsc-lite</pkg></flag>
</use>
</pkgmetadata>
1.11 app-mobilephone/gnokii/gnokii-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnokii/gnokii-9999.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnokii/gnokii-9999.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnokii/gnokii-9999.ebuild?r1=1.10&r2=1.11
Index: gnokii-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-9999.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gnokii-9999.ebuild 5 Sep 2012 09:20:17 -0000 1.10
+++ gnokii-9999.ebuild 11 Sep 2012 04:17:55 -0000 1.11
@@ -1,15 +1,15 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-9999.ebuild,v 1.10 2012/09/05 09:20:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-9999.ebuild,v 1.11 2012/09/11 04:17:55 ottxor Exp $
-EAPI=2
+EAPI=4
inherit eutils linux-info autotools
HOMEPAGE="http://www.gnokii.org/"
if [ "$PV" != "9999" ]; then
SRC_URI="http://www.gnokii.org/download/${PN}/${P}.tar.bz2"
- KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+ KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
else
SRC_URI=""
KEYWORDS=""
@@ -21,12 +21,12 @@
LICENSE="GPL-2"
SLOT="0"
-IUSE="nls bluetooth ical irda sms postgres mysql usb X debug"
+IUSE="nls bluetooth ical irda sms postgres mysql usb X debug +pcsc-lite"
RDEPEND="!app-mobilephone/smstools
- sys-apps/pcsc-lite
+ pcsc-lite? ( sys-apps/pcsc-lite )
X? ( x11-libs/gtk+:2 )
- bluetooth? ( net-wireless/bluez )
+ bluetooth? ( kernel_linux? ( net-wireless/bluez ) )
sms? (
!app-mobilephone/smstools
>=dev-libs/glib-2
@@ -78,16 +78,15 @@
$(use_enable debug rlpdebug) \
--enable-security \
--disable-unix98test \
- --enable-libpcsclite \
- || die "configure failed"
+ $(use_enable pcsc-lite libpcsclite)
}
src_install() {
- einstall || die "make install failed"
+ default
insinto /etc
doins Docs/sample/gnokiirc
- sed -i -e 's:/usr/local:/usr:' "${D}/etc/gnokiirc"
+ sed -i -e 's:/usr/local:'"${EPREFIX}"'/usr:' "${ED}/etc/gnokiirc"
# only one file needs suid root to make a pseudo device
fperms 4755 /usr/sbin/mgnokiidev
@@ -111,9 +110,9 @@
elog "which your phone is connected to."
elog "The simple way of doing that is to add your user to the uucp group."
if [ "$PV" == "9999" ]; then
- elog "This is the GIT version of ${PN}. It is experimental but may have important bug fixes."
- elog "You can keep track of the most recent commits at:"
- elog " http://git.savannah.gnu.org/cgit/gnokii.git/"
- elog "Whenever there is a change you are interested in, you can re-emerge ${P}."
+ elog "This is the GIT version of ${PN}. It is experimental but may have important bug fixes."
+ elog "You can keep track of the most recent commits at:"
+ elog " http://git.savannah.gnu.org/cgit/gnokii.git/"
+ elog "Whenever there is a change you are interested in, you can re-emerge ${P}."
fi
}
1.115 app-mobilephone/gnokii/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnokii/ChangeLog?rev=1.115&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnokii/ChangeLog?rev=1.115&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnokii/ChangeLog?r1=1.114&r2=1.115
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog 5 Sep 2012 09:20:17 -0000 1.114
+++ ChangeLog 11 Sep 2012 04:17:55 -0000 1.115
@@ -1,6 +1,12 @@
# ChangeLog for app-mobilephone/gnokii
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.114 2012/09/05 09:20:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.115 2012/09/11 04:17:55 ottxor Exp $
+
+*gnokii-0.6.31 (11 Sep 2012)
+
+ 11 Sep 2012; Christoph Junghans <ottxor@gentoo.org> +gnokii-0.6.31.ebuild,
+ gnokii-9999.ebuild, metadata.xml:
+ version bump (bug #351594) and prefix support (bug #431164)
05 Sep 2012; Justin Lecher <jlec@gentoo.org> gnokii-0.6.27-r2.ebuild,
gnokii-0.6.27-r4.ebuild, gnokii-0.6.28.1.ebuild, gnokii-0.6.29.ebuild,
1.1 app-mobilephone/gnokii/gnokii-0.6.31.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.31.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.31.ebuild?rev=1.1&content-type=text/plain
Index: gnokii-0.6.31.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.31.ebuild,v 1.1 2012/09/11 04:17:55 ottxor Exp $
EAPI=4
inherit eutils linux-info autotools
HOMEPAGE="http://www.gnokii.org/"
if [ "$PV" != "9999" ]; then
SRC_URI="http://www.gnokii.org/download/${PN}/${P}.tar.bz2"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
else
SRC_URI=""
KEYWORDS=""
EGIT_REPO_URI="git://git.savannah.nongnu.org/${PN}.git
http://git.savannah.gnu.org/r/${PN}.git"
inherit git-2
fi
DESCRIPTION="user space driver and tools for use with mobile phones"
LICENSE="GPL-2"
SLOT="0"
IUSE="nls bluetooth ical irda sms postgres mysql usb X debug +pcsc-lite"
RDEPEND="!app-mobilephone/smstools
pcsc-lite? ( sys-apps/pcsc-lite )
X? ( x11-libs/gtk+:2 )
bluetooth? ( kernel_linux? ( net-wireless/bluez ) )
sms? (
!app-mobilephone/smstools
dev-libs/glib:2
postgres? ( >=dev-db/postgresql-base-8.0 )
mysql? ( >=virtual/mysql-4.1 )
)
ical? ( dev-libs/libical )
usb? ( =virtual/libusb-0* )"
DEPEND="${RDEPEND}
irda? ( virtual/os-headers )
nls? ( sys-devel/gettext )
dev-util/intltool"
CONFIG_CHECK="~UNIX98_PTYS"
S="${WORKDIR}/${PN}-${PV%.1}"
# Supported languages and translated documentation
# Be sure all languages are prefixed with a single space!
MY_AVAILABLE_LINGUAS=" cs de et fi fr it nl pl pt sk sl sv zh_CN"
IUSE="${IUSE} ${MY_AVAILABLE_LINGUAS// / linguas_}"
src_prepare() {
if [ "$PV" != "9999" ]; then
epatch "${FILESDIR}"/${P}-fix_xgnokii_inclusion.patch
else
epatch "${FILESDIR}"/${P}-icon.patch
epatch "${FILESDIR}"/${P}-translations.patch
intltoolize --force --copy --automake || die "intltoolize error"
fi
eautoreconf
}
src_configure() {
strip-linguas ${MY_AVAILABLE_LINGUAS}
local config_xdebug="--disable-xdebug"
use X && use debug && config_xdebug="--enable-xdebug"
econf \
$(use_enable nls) \
$(use_enable ical libical) \
$(use_enable usb libusb) \
$(use_enable irda) \
$(use_enable bluetooth) \
$(use_with X x) \
$(use_enable sms smsd) \
$(use_enable mysql) \
$(use_enable postgres) \
$(use_enable debug fulldebug) \
${config_xdebug} \
$(use_enable debug rlpdebug) \
--enable-security \
--disable-unix98test \
$(use_enable pcsc-lite libpcsclite)
}
src_install() {
default
insinto /etc
doins Docs/sample/gnokiirc
sed -i -e 's:/usr/local:'"${EPREFIX}"'/usr:' "${ED}/etc/gnokiirc"
# only one file needs suid root to make a pseudo device
fperms 4755 /usr/sbin/mgnokiidev
if use X; then
newicon Docs/sample/logo/gnokii.xpm xgnokii.xpm
fi
if use sms; then
pushd "${S}/smsd"
insinto /usr/share/doc/${PN}/smsd
use mysql && doins sms.tables.mysql.sql README.MySQL
use postgres && doins sms.tables.pq.sql
doins README ChangeLog README.Tru64 action
popd
fi
}
src_test() {
echo common/phones/fake.c >> "${S}"/po/POTFILES.in
default
}
pkg_postinst() {
elog "Make sure the user that runs gnokii has read/write access to the device"
elog "which your phone is connected to."
elog "The simple way of doing that is to add your user to the uucp group."
if [ "$PV" == "9999" ]; then
elog "This is the GIT version of ${PN}. It is experimental but may have important bug fixes."
elog "You can keep track of the most recent commits at:"
elog " http://git.savannah.gnu.org/cgit/gnokii.git/"
elog "Whenever there is a change you are interested in, you can re-emerge ${P}."
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-09-11 4:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-11 4:17 [gentoo-commits] gentoo-x86 commit in app-mobilephone/gnokii: metadata.xml gnokii-0.6.31.ebuild gnokii-9999.ebuild ChangeLog Christoph Junghans (ottxor)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox