diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-21 10:49:12 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-21 10:49:12 +0000 |
commit | fbb889ddc43a57cd73ac010ca53fee61d519f880 (patch) | |
tree | a57c81730ae6158856ce79a079e85f882a2abe26 /net-misc | |
parent | Add multilib to IUSE. (diff) | |
download | gentoo-2-fbb889ddc43a57cd73ac010ca53fee61d519f880.tar.gz gentoo-2-fbb889ddc43a57cd73ac010ca53fee61d519f880.tar.bz2 gentoo-2-fbb889ddc43a57cd73ac010ca53fee61d519f880.zip |
Fix deps.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/twitux/twitux-0.61-r1.ebuild | 37 | ||||
-rw-r--r-- | net-misc/twitux/twitux-0.61.ebuild | 37 | ||||
-rw-r--r-- | net-misc/twitux/twitux-0.62.ebuild | 36 | ||||
-rw-r--r-- | net-misc/twitux/twitux-0.69.ebuild | 22 |
4 files changed, 12 insertions, 120 deletions
diff --git a/net-misc/twitux/twitux-0.61-r1.ebuild b/net-misc/twitux/twitux-0.61-r1.ebuild deleted file mode 100644 index b8b1526d0c8a..000000000000 --- a/net-misc/twitux/twitux-0.61-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/twitux/twitux-0.61-r1.ebuild,v 1.2 2008/05/20 16:28:27 gregkh Exp $ - -EAPI=1 - -DESCRIPTION="A Twitter client for the Gnome desktop" -HOMEPAGE="http://live.gnome.org/DanielMorales/Twitux" -SRC_URI="mirror://sourceforge/twitux/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="spell gnome-keyring" - -DEPEND="net-libs/libsoup:2.4 - dev-libs/libxml2 - gnome-base/libglade - gnome-base/libgnome - gnome-base/gconf - x11-libs/gtk+:2 - dev-libs/dbus-glib - spell? ( app-text/aspell ) - gnome-keyring? ( gnome-base/gnome-keyring )" -RDEPEND="${DEPEND}" - -src_compile() { - econf $(use_enable spell aspell) \ - $(use_enable gnome-keyring) || die "econf failed" - - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS NEWS README TODO -} diff --git a/net-misc/twitux/twitux-0.61.ebuild b/net-misc/twitux/twitux-0.61.ebuild deleted file mode 100644 index a2ad7aae0b76..000000000000 --- a/net-misc/twitux/twitux-0.61.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/twitux/twitux-0.61.ebuild,v 1.3 2008/04/20 15:50:32 welp Exp $ - -EAPI=1 - -DESCRIPTION="A Twitter client for the Gnome desktop" -HOMEPAGE="http://live.gnome.org/DanielMorales/Twitux" -SRC_URI="mirror://sourceforge/twitux/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="spell gnome-keyring" - -DEPEND="net-libs/libsoup:2.4 - dev-libs/libxml2 - gnome-base/libglade - gnome-base/libgnome - gnome-base/gconf - x11-libs/gtk+:2 - dev-libs/dbus-glib - spell? ( app-text/aspell ) - gnome-keyring? ( gnome-base/gnome-keyring )" -RDEPEND="${DEPEND}" - -src_compile() { - econf $(use_enable spell) \ - $(use_enable gnome-keyring) || die "econf failed" - - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS NEWS README TODO -} diff --git a/net-misc/twitux/twitux-0.62.ebuild b/net-misc/twitux/twitux-0.62.ebuild deleted file mode 100644 index a8e8c0ba13e8..000000000000 --- a/net-misc/twitux/twitux-0.62.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/twitux/twitux-0.62.ebuild,v 1.1 2008/05/29 16:11:28 welp Exp $ - -EAPI=1 - -DESCRIPTION="A Twitter client for the Gnome desktop" -HOMEPAGE="http://live.gnome.org/DanielMorales/Twitux" -SRC_URI="mirror://sourceforge/twitux/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="spell gnome-keyring" - -DEPEND="net-libs/libsoup:2.4 - dev-libs/libxml2 - gnome-base/libgnome - gnome-base/gconf - x11-libs/gtk+:2 - dev-libs/dbus-glib - spell? ( app-text/aspell ) - gnome-keyring? ( gnome-base/gnome-keyring )" -RDEPEND="${DEPEND}" - -src_compile() { - econf $(use_enable spell aspell) \ - $(use_enable gnome-keyring) || die "econf failed" - - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS NEWS README TODO -} diff --git a/net-misc/twitux/twitux-0.69.ebuild b/net-misc/twitux/twitux-0.69.ebuild index acd627ea7833..a4184abe0699 100644 --- a/net-misc/twitux/twitux-0.69.ebuild +++ b/net-misc/twitux/twitux-0.69.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/twitux/twitux-0.69.ebuild,v 1.1 2009/02/11 08:50:46 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/twitux/twitux-0.69.ebuild,v 1.2 2009/07/21 10:49:12 ssuominen Exp $ -EAPI=1 +EAPI=2 DESCRIPTION="A Twitter client for the Gnome desktop" HOMEPAGE="http://live.gnome.org/DanielMorales/Twitux" @@ -13,21 +13,23 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="spell gnome-keyring" -DEPEND="net-libs/libsoup:2.4 +RDEPEND="net-libs/libsoup:2.4 dev-libs/libxml2 gnome-base/libgnome gnome-base/gconf - x11-libs/gtk+:2 + >=x11-libs/gtk+-2.14:2 dev-libs/dbus-glib + media-libs/libcanberra[gtk] spell? ( app-text/aspell ) gnome-keyring? ( gnome-base/gnome-keyring )" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + dev-util/pkgconfig + app-text/gnome-doc-utils" -src_compile() { - econf $(use_enable spell aspell) \ - $(use_enable gnome-keyring) || die "econf failed" - - emake || die "emake failed" +src_configure() { + econf \ + $(use_enable spell aspell) \ + $(use_enable gnome-keyring) } src_install() { |