dev-zero    14/06/13 12:05:09

  Added:                phodav-0.4.ebuild metadata.xml ChangeLog
  Log:
  Initial commit, required for spice-gtk, ebuild written by me.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x1A5D023975B0583D!)

Revision  Changes    Path
1.1                  net-libs/phodav/phodav-0.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/phodav/phodav-0.4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/phodav/phodav-0.4.ebuild?rev=1.1&content-type=text/plain

Index: phodav-0.4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/phodav/phodav-0.4.ebuild,v 1.1 
2014/06/13 12:05:09 dev-zero Exp $

EAPI=5

GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"

inherit gnome2 systemd udev

DESCRIPTION="WebDav server implementation using libsoup"
HOMEPAGE="https://wiki.gnome.org/phodav";

LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~amd64"
IUSE="avahi spice systemd"

RDEPEND="dev-libs/glib
        net-libs/libsoup:2.4
        dev-libs/libxml2
        avahi? ( net-dns/avahi )"
DEPEND="${RDEPEND}
        >=dev-util/intltool-0.40.0
        >=dev-util/gtk-doc-am-1.10
        sys-devel/gettext
        virtual/pkgconfig"

src_configure() {
        gnome2_src_configure \
                --disable-static \
                $(use_with avahi) \
                --with-udevdir=$(get_udevdir) \
                --with-systemdsystemunitdir=$(systemd_get_unitdir)

        if ! use avahi ; then
                sed -i -e 's|avahi-daemon.service||' data/spice-webdavd.service 
|| die
        fi
}

src_install() {
        gnome2_src_install

        if use spice ; then
                if ! use systemd ; then
                        newinitd "${FILESDIR}/spice-webdavd.initd" spice-webdavd
                        udev_dorules "${FILESDIR}/70-spice-webdavd.rules"
                        rm -r "${D}$(systemd_get_unitdir)" || die
                fi
        else
                rm -r "${D}"{/usr/sbin,$(get_udevdir),$(systemd_get_unitdir)} 
|| die
        fi
}



1.1                  net-libs/phodav/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/phodav/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/phodav/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
  <herd>gnome</herd>
  <herd>virtualization</herd>
  <use>
          <flag name='spice'>Install the spice-webdavd guest agent</flag>
  </use>
</pkgmetadata>



1.1                  net-libs/phodav/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/phodav/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/phodav/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for net-libs/phodav
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/phodav/ChangeLog,v 1.1 2014/06/13 
12:05:09 dev-zero Exp $

*phodav-0.4 (13 Jun 2014)

  13 Jun 2014; Tiziano Müller <[email protected]>
  +files/70-spice-webdavd.rules, +files/spice-webdavd.initd, +metadata.xml,
  +phodav-0.4.ebuild:
  Initial commit, required for spice-gtk, ebuild written by me.




Reply via email to