Gentoo Archives: gentoo-dev

From: Stefan Schweizer <genstef@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] webdav global use flag and default
Date: Fri, 28 Jul 2006 08:25:10
Message-Id: each7p$cqi$1@sea.gmane.org
1 Hi
2
3 we currently have both webdav and nowebdav ueflags, this is confusing:
4
5 # grep webdav /usr/portage/profiles/use.local.desc
6 dev-util/git:webdav - Adds support for push'ing to HTTP repositories via DAV
7 dev-util/subversion:nowebdav - Disables WebDAV support via neon library
8 net-misc/sitecopy:webdav - Enable WebDav (Web-based Distributed Authoring
9 and Versioning) support. This system allows users to collaborate on
10 websites using a web based interface. See the ebuild for an FAQ page.
11 Enables neon as well to handle webdav support.
12 www-apps/open-xchange:webdav - Enable WebDav (Web-based Distributed
13 Authoring and Versioning) support.
14 www-servers/lighttpd:webdav - Enables webdev properties
15
16 The proposed solution is to make webdav a global useflag and set it as a
17 default use flag to have the same effect as the current nowebdav use flag
18 in subversion.
19
20 Comments?
21
22 Regards,
23 Stefan
24
25 --
26 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] webdav global use flag and default Paul de Vrieze <pauldv@g.o>
Re: [gentoo-dev] webdav global use flag and default Danny van Dyk <kugelfang@g.o>