public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [Re:] gnome-system-tools
@ 2006-04-21 19:20 Mohammed Hagag
  2006-04-21 19:29 ` Mike Frysinger
  0 siblings, 1 reply; 2+ messages in thread
From: Mohammed Hagag @ 2006-04-21 19:20 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 604 bytes --]

I found that if i add --enable-disks and replace --disable-network
with --enable-network in the ebuild, then every thing works very well.

the modified ebuild attached to this message.
i think we should make it avaliable by default.

>I'm wondering why gnome-system-tools didn't complete till now, the
>network-admin is being disabled since gnome-2.10 and also disks.
>
>i want to know:
>what we need to get these tools to work ?
>is this a difficult proccess ?
>what i need to know to got them work ?
>are there any one working on them ?
>why gentoo uses a diffrent network configuration file format ??

[-- Attachment #2: gnome-system-tools-2.14.0-r99.ebuild --]
[-- Type: application/octet-stream, Size: 1255 bytes --]

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/gnome-system-tools/gnome-system-tools-2.14.0.ebuild,v 1.1 2006/03/17 21:00:09 joem Exp $

inherit gnome2 eutils

DESCRIPTION="Tools aimed to make easy the administration of UNIX systems"
HOMEPAGE="http://www.gnome.org/projects/gst/"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="nfs samba"

RDEPEND="net-misc/openssh
	userland_GNU? ( sys-apps/shadow )
	>=x11-libs/gtk+-2.6
	>=gnome-base/libgnomeui-2.9.0
	>=gnome-base/libglade-2.4
	>=gnome-base/gconf-2.2
	>=dev-libs/libxml2-2.4.12
	>=gnome-base/nautilus-2.9.90
	>=app-admin/system-tools-backends-1.3.0
	nfs? ( net-fs/nfs-utils )
	samba? ( >=net-fs/samba-3 )"

DEPEND="${RDEPEND}
	app-text/scrollkeeper
	dev-util/pkgconfig
	>=dev-util/intltool-0.29"

DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO"

# --enable-disks is not (still) supported for Gentoo
G2CONF="${G2CONF} --enable-boot --enable-services --enable-network --enable-disks"

pkg_setup() {

	if ! use nfs && ! use samba; then
		G2CONF="${G2CONF} --disable-shares"
	fi
}

src_unpack() {
	unpack ${A}
	cd ${S}

	gnome2_omf_fix
}

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [gentoo-dev] [Re:] gnome-system-tools
  2006-04-21 19:20 [gentoo-dev] [Re:] gnome-system-tools Mohammed Hagag
@ 2006-04-21 19:29 ` Mike Frysinger
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger @ 2006-04-21 19:29 UTC (permalink / raw
  To: gentoo-dev; +Cc: Mohammed Hagag

On Friday 21 April 2006 15:20, Mohammed Hagag wrote:
> I found that if i add --enable-disks and replace --disable-network
> with --enable-network in the ebuild, then every thing works very well.

file a bug
-mike
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-04-21 19:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-21 19:20 [gentoo-dev] [Re:] gnome-system-tools Mohammed Hagag
2006-04-21 19:29 ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox