diff options
author | 2009-05-28 21:50:24 +0000 | |
---|---|---|
committer | 2009-05-28 21:50:24 +0000 | |
commit | 9a5842f9ee85684a9948c005750e6de8e5acb0dc (patch) | |
tree | a28935838be74908944d7ae5b23f7b17df20e658 /net-analyzer | |
parent | Clean up old revisions. (diff) | |
download | gentoo-2-9a5842f9ee85684a9948c005750e6de8e5acb0dc.tar.gz gentoo-2-9a5842f9ee85684a9948c005750e6de8e5acb0dc.tar.bz2 gentoo-2-9a5842f9ee85684a9948c005750e6de8e5acb0dc.zip |
Bump to 2.26.2. Fix build on dragonfly bsd, updated translations.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/gnome-nettool/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/gnome-nettool/gnome-nettool-2.26.2.ebuild | 52 |
2 files changed, 59 insertions, 1 deletions
diff --git a/net-analyzer/gnome-nettool/ChangeLog b/net-analyzer/gnome-nettool/ChangeLog index 57003ecbf71f..073140bb83b1 100644 --- a/net-analyzer/gnome-nettool/ChangeLog +++ b/net-analyzer/gnome-nettool/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/gnome-nettool # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gnome-nettool/ChangeLog,v 1.84 2009/05/17 22:24:37 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gnome-nettool/ChangeLog,v 1.85 2009/05/28 21:50:24 eva Exp $ + +*gnome-nettool-2.26.2 (28 May 2009) + + 28 May 2009; Gilles Dartiguelongue <eva@gentoo.org> + +gnome-nettool-2.26.2.ebuild: + Bump to 2.26.2. Fix build on dragonfly bsd, updated translations. *gnome-nettool-2.26.1 (17 May 2009) diff --git a/net-analyzer/gnome-nettool/gnome-nettool-2.26.2.ebuild b/net-analyzer/gnome-nettool/gnome-nettool-2.26.2.ebuild new file mode 100644 index 000000000000..cca84ab29497 --- /dev/null +++ b/net-analyzer/gnome-nettool/gnome-nettool-2.26.2.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gnome-nettool/gnome-nettool-2.26.2.ebuild,v 1.1 2009/05/28 21:50:24 eva Exp $ + +EAPI="1" + +inherit gnome2 eutils + +DESCRIPTION="Collection of network tools" +HOMEPAGE="http://www.gnome.org/projects/gnome-network/" + +LICENSE="GPL-2" +SLOT="0" +# FIXME: Dropped ~x86-fbsd (see epatch below) +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="debug" + +COMMON_DEPEND=">=x11-libs/gtk+-2.6.0:2 + >=gnome-base/libglade-2 + >=gnome-base/gconf-2 + gnome-base/libgtop:2" +RDEPEND="${COMMON_DEPEND} + || ( net-analyzer/traceroute sys-freebsd/freebsd-usbin ) + net-dns/bind-tools + userland_GNU? ( net-misc/netkit-fingerd net-misc/whois ) + userland_BSD? ( net-misc/bsdwhois )" + +# Gilles Dartiguelongue <eva@gentoo.org> (12 Apr 2008) +# Mask gnome-system-tools 2.14 because it is starting to cause more headache +# to keep it than to mask it. +# Support is autodetected at runtime anyway. +# app-admin/gnome-system-tools + +DEPEND="${COMMON_DEPEND} + >=dev-util/intltool-0.35 + >=dev-util/pkgconfig-0.9 + app-text/gnome-doc-utils" + +DOCS="AUTHORS ChangeLog NEWS README TODO" + +pkg_setup() { + G2CONF="${G2CONF} + $(use_enable debug) + --disable-scrollkeeper" +} + +#src_unpack() { +# gnome2_src_unpack +# +# # Doesn't apply, non-trivial to fix => remove fbsd keyword +# epatch "${FILESDIR}"/${PN}-2.18.0-fbsd.patch +#} |