diff options
author | Thomas Anderson <gentoofan23@gentoo.org> | 2009-03-07 20:36:17 +0000 |
---|---|---|
committer | Thomas Anderson <gentoofan23@gentoo.org> | 2009-03-07 20:36:17 +0000 |
commit | ff16f5b4df210f827377864121a029892ad3fd0f (patch) | |
tree | 3952d7d2bfef52a534247944a725b61aba1f4cfc /net-im | |
parent | version bump with snapshot from upstream CVS (diff) | |
download | gentoo-2-ff16f5b4df210f827377864121a029892ad3fd0f.tar.gz gentoo-2-ff16f5b4df210f827377864121a029892ad3fd0f.tar.bz2 gentoo-2-ff16f5b4df210f827377864121a029892ad3fd0f.zip |
Transition to eapi 2 use deps
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/pidgin/pidgin-2.5.1.ebuild | 41 | ||||
-rw-r--r-- | net-im/pidgin/pidgin-2.5.2.ebuild | 40 | ||||
-rw-r--r-- | net-im/pidgin/pidgin-2.5.3.ebuild | 42 |
4 files changed, 28 insertions, 101 deletions
diff --git a/net-im/pidgin/ChangeLog b/net-im/pidgin/ChangeLog index 1229b4d5e5cf..36d5bd85fdec 100644 --- a/net-im/pidgin/ChangeLog +++ b/net-im/pidgin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/pidgin # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.86 2009/03/04 23:53:29 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.87 2009/03/07 20:36:17 gentoofan23 Exp $ + + 07 Mar 2009; Thomas Anderson <gentoofan23@gentoo.org> pidgin-2.5.1.ebuild, + pidgin-2.5.2.ebuild, pidgin-2.5.3.ebuild: + Transition to eapi 2 use deps *pidgin-2.5.5 (04 Mar 2009) diff --git a/net-im/pidgin/pidgin-2.5.1.ebuild b/net-im/pidgin/pidgin-2.5.1.ebuild index bc947307180b..3d0f1ddb5ffa 100644 --- a/net-im/pidgin/pidgin-2.5.1.ebuild +++ b/net-im/pidgin/pidgin-2.5.1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.5.1.ebuild,v 1.6 2008/09/08 03:12:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.5.1.ebuild,v 1.7 2009/03/07 20:36:17 gentoofan23 Exp $ +EAPI="2" inherit flag-o-matic eutils toolchain-funcs multilib perl-app gnome2 DESCRIPTION="GTK Instant Messenger client" @@ -30,17 +31,18 @@ RDEPEND=" gstreamer? ( =media-libs/gstreamer-0.10* =media-libs/gst-plugins-good-0.10* ) perl? ( >=dev-lang/perl-5.8.2-r1 ) - gadu? ( net-libs/libgadu ) + gadu? ( net-libs/libgadu[-ssl] ) gnutls? ( net-libs/gnutls ) !gnutls? ( >=dev-libs/nss-3.11 ) meanwhile? ( net-libs/meanwhile ) silc? ( >=net-im/silc-toolkit-0.9.12-r3 ) - zephyr? ( >=app-crypt/mit-krb5-1.3.6-r1 ) + zephyr? ( >=app-crypt/mit-krb5-1.3.6-r1[krb4] ) tcl? ( dev-lang/tcl ) tk? ( dev-lang/tk ) sasl? ( >=dev-libs/cyrus-sasl-2 ) dev-libs/libxml2 networkmanager? ( net-misc/networkmanager ) + ncurses? ( sys-libs/ncurses[unicode] ) prediction? ( =dev-db/sqlite-3* )" # Mono support crashes pidgin #mono? ( dev-lang/mono )" @@ -71,40 +73,15 @@ DYNAMIC_PRPLS="irc,jabber,oscar,yahoo,simple,msn,myspace" # x11-themes/pidgin-smileys pkg_setup() { - if use gadu && built_with_use net-libs/libgadu ssl ; then - eerror - eerror "You need to rebuild net-libs/libgadu with USE=-ssl in order" - eerror "enable gadu gadu support in pidgin." - eerror - die "Configure failed" - fi - - if use ncurses && ! built_with_use sys-libs/ncurses unicode; then - eerror - eerror "You need to rebuild sys-libs/ncurses with USE=unicode in order" - eerror "to build finch the console client of pidgin." - eerror - die "Configure failed" - fi - if ! use gtk && ! use ncurses ; then einfo elog "You did not pick the ncurses or gtk use flags, only libpurple" elog "will be built." einfo fi - - if use zephyr && ! built_with_use app-crypt/mit-krb5 krb4 ; then - eerror - eerror "You need to rebuild app-crypt/mit-krb5 with USE=krb4 in order to" - eerror "enable krb4 support for the zephyr protocol in pidgin" - eerror - die "Configure failed" - fi - } -src_compile() { +src_configure() { # Stabilize things, for your own good strip-flags replace-flags -O? -O2 @@ -179,10 +156,8 @@ src_compile() { "--with-dynamic-prpls=${DYNAMIC_PRPLS}" \ --disable-mono \ --x-includes=/usr/include/X11 \ - ${myconf} || die "Configuration failed" + ${myconf} #$(use_enable mono) \ - - emake || die "make failed" } src_install() { diff --git a/net-im/pidgin/pidgin-2.5.2.ebuild b/net-im/pidgin/pidgin-2.5.2.ebuild index 678125fafb20..568914fbd40b 100644 --- a/net-im/pidgin/pidgin-2.5.2.ebuild +++ b/net-im/pidgin/pidgin-2.5.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.5.2.ebuild,v 1.8 2009/01/04 08:41:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.5.2.ebuild,v 1.9 2009/03/07 20:36:17 gentoofan23 Exp $ WANT_AUTOMAKE="1.9" - +EAPI="2" inherit flag-o-matic eutils toolchain-funcs multilib perl-app gnome2 autotools DESCRIPTION="GTK Instant Messenger client" @@ -32,17 +32,18 @@ RDEPEND=" gstreamer? ( =media-libs/gstreamer-0.10* =media-libs/gst-plugins-good-0.10* ) perl? ( >=dev-lang/perl-5.8.2-r1 ) - gadu? ( net-libs/libgadu ) + gadu? ( net-libs/libgadu[-ssl] ) gnutls? ( net-libs/gnutls ) !gnutls? ( >=dev-libs/nss-3.11 ) meanwhile? ( net-libs/meanwhile ) silc? ( >=net-im/silc-toolkit-0.9.12-r3 ) - zephyr? ( >=app-crypt/mit-krb5-1.3.6-r1 ) + zephyr? ( >=app-crypt/mit-krb5-1.3.6-r1[krb4] ) tcl? ( dev-lang/tcl ) tk? ( dev-lang/tk ) sasl? ( >=dev-libs/cyrus-sasl-2 ) dev-libs/libxml2 networkmanager? ( net-misc/networkmanager ) + ncurses? ( sys-libs/ncurses[unicode] ) prediction? ( =dev-db/sqlite-3* )" # Mono support crashes pidgin #mono? ( dev-lang/mono )" @@ -73,37 +74,12 @@ DYNAMIC_PRPLS="irc,jabber,oscar,yahoo,simple,msn,myspace" # x11-themes/pidgin-smileys pkg_setup() { - if use gadu && built_with_use net-libs/libgadu ssl ; then - eerror - eerror "You need to rebuild net-libs/libgadu with USE=-ssl in order" - eerror "enable gadu gadu support in pidgin." - eerror - die "Configure failed" - fi - - if use ncurses && ! built_with_use sys-libs/ncurses unicode; then - eerror - eerror "You need to rebuild sys-libs/ncurses with USE=unicode in order" - eerror "to build finch the console client of pidgin." - eerror - die "Configure failed" - fi - if ! use gtk && ! use ncurses ; then einfo elog "You did not pick the ncurses or gtk use flags, only libpurple" elog "will be built." einfo fi - - if use zephyr && ! built_with_use app-crypt/mit-krb5 krb4 ; then - eerror - eerror "You need to rebuild app-crypt/mit-krb5 with USE=krb4 in order to" - eerror "enable krb4 support for the zephyr protocol in pidgin" - eerror - die "Configure failed" - fi - } src_unpack() { @@ -114,7 +90,7 @@ src_unpack() { eautomake } -src_compile() { +src_configure() { # Stabilize things, for your own good strip-flags replace-flags -O? -O2 @@ -189,10 +165,8 @@ src_compile() { "--with-dynamic-prpls=${DYNAMIC_PRPLS}" \ --disable-mono \ --x-includes=/usr/include/X11 \ - ${myconf} || die "Configuration failed" + ${myconf} #$(use_enable mono) \ - - emake || die "make failed" } src_install() { diff --git a/net-im/pidgin/pidgin-2.5.3.ebuild b/net-im/pidgin/pidgin-2.5.3.ebuild index c3304c0860f4..6ba868a194ba 100644 --- a/net-im/pidgin/pidgin-2.5.3.ebuild +++ b/net-im/pidgin/pidgin-2.5.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.5.3.ebuild,v 1.1 2008/12/26 07:36:41 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.5.3.ebuild,v 1.2 2009/03/07 20:36:17 gentoofan23 Exp $ WANT_AUTOMAKE="1.9" - +EAPI="2" inherit flag-o-matic eutils toolchain-funcs multilib perl-app gnome2 autotools DESCRIPTION="GTK Instant Messenger client" @@ -32,17 +32,18 @@ RDEPEND=" gstreamer? ( =media-libs/gstreamer-0.10* =media-libs/gst-plugins-good-0.10* ) perl? ( >=dev-lang/perl-5.8.2-r1 ) - gadu? ( net-libs/libgadu ) + gadu? ( net-libs/libgadu[-ssl] ) gnutls? ( net-libs/gnutls ) !gnutls? ( >=dev-libs/nss-3.11 ) meanwhile? ( net-libs/meanwhile ) silc? ( >=net-im/silc-toolkit-0.9.12-r3 ) - zephyr? ( >=app-crypt/mit-krb5-1.3.6-r1 ) + zephyr? ( >=app-crypt/mit-krb5-1.3.6-r1[krb4] ) tcl? ( dev-lang/tcl ) tk? ( dev-lang/tk ) sasl? ( >=dev-libs/cyrus-sasl-2 ) dev-libs/libxml2 networkmanager? ( net-misc/networkmanager ) + ncurses? ( sys-libs/ncurses[unicode] ) prediction? ( =dev-db/sqlite-3* )" # Mono support crashes pidgin #mono? ( dev-lang/mono )" @@ -73,40 +74,15 @@ DYNAMIC_PRPLS="irc,jabber,oscar,yahoo,simple,msn,myspace" # x11-themes/pidgin-smileys pkg_setup() { - if use gadu && built_with_use net-libs/libgadu ssl ; then - eerror - eerror "You need to rebuild net-libs/libgadu with USE=-ssl in order" - eerror "enable gadu gadu support in pidgin." - eerror - die "Configure failed" - fi - - if use ncurses && ! built_with_use sys-libs/ncurses unicode; then - eerror - eerror "You need to rebuild sys-libs/ncurses with USE=unicode in order" - eerror "to build finch the console client of pidgin." - eerror - die "Configure failed" - fi - if ! use gtk && ! use ncurses ; then einfo elog "You did not pick the ncurses or gtk use flags, only libpurple" elog "will be built." einfo fi - - if use zephyr && ! built_with_use app-crypt/mit-krb5 krb4 ; then - eerror - eerror "You need to rebuild app-crypt/mit-krb5 with USE=krb4 in order to" - eerror "enable krb4 support for the zephyr protocol in pidgin" - eerror - die "Configure failed" - fi - } -src_compile() { +src_configure() { # Stabilize things, for your own good strip-flags replace-flags -O? -O2 @@ -181,10 +157,8 @@ src_compile() { "--with-dynamic-prpls=${DYNAMIC_PRPLS}" \ --disable-mono \ --x-includes=/usr/include/X11 \ - ${myconf} || die "Configuration failed" + ${myconf} #$(use_enable mono) \ - - emake || die "make failed" } src_install() { |