eva         15/06/08 22:01:37

  Modified:             ChangeLog phodav-0.4.ebuild
  Added:                phodav-2.0-r1.ebuild
  Removed:              phodav-2.0.ebuild
  Log:
  Make phodav slotted, bug #551460. Add missing glib slot for phodav-0.4.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  Changes    Path
1.11                 net-libs/phodav/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/phodav/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   7 Jun 2015 14:07:20 -0000       1.10
+++ ChangeLog   8 Jun 2015 22:01:37 -0000       1.11
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/phodav
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/phodav/ChangeLog,v 1.10 2015/06/07 
14:07:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/phodav/ChangeLog,v 1.11 2015/06/08 
22:01:37 eva Exp $
+
+*phodav-2.0-r1 (08 Jun 2015)
+
+  08 Jun 2015; Gilles Dartiguelongue <e...@gentoo.org> phodav-0.4.ebuild,
+  -phodav-2.0.ebuild, +phodav-2.0-r1.ebuild:
+  Make phodav slotted, bug #551460. Add missing glib slot for phodav-0.4.
 
 *phodav-2.0 (07 Jun 2015)
 



1.10                 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.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/phodav/phodav-0.4.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/phodav/phodav-0.4.ebuild?r1=1.9&r2=1.10

Index: phodav-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/phodav/phodav-0.4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- phodav-0.4.ebuild   15 May 2015 12:55:01 -0000      1.9
+++ phodav-0.4.ebuild   8 Jun 2015 22:01:37 -0000       1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.9 
2015/05/15 12:55:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/phodav/phodav-0.4.ebuild,v 1.10 
2015/06/08 22:01:37 eva Exp $
 
 EAPI=5
 
@@ -13,11 +13,12 @@
 HOMEPAGE="https://wiki.gnome.org/phodav";
 
 LICENSE="LGPL-2.1+"
-SLOT="0"
+SLOT="1.0"
 KEYWORDS="~alpha amd64 arm ppc ppc64 ~x86"
 IUSE="avahi spice systemd"
 
-RDEPEND="dev-libs/glib
+RDEPEND="
+       dev-libs/glib:2
        net-libs/libsoup:2.4
        dev-libs/libxml2
        avahi? ( net-dns/avahi )"



1.1                  net-libs/phodav/phodav-2.0-r1.ebuild

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

Index: phodav-2.0-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/phodav/phodav-2.0-r1.ebuild,v 1.1 
2015/06/08 22:01:37 eva 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="2.0"
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE="spice systemd zeroconf"

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

src_prepare() {
        # Make doc parallel installable
        cd "${S}"/doc/reference
        sed -e "s/\(DOC_MODULE.*=\).*/\1${PN}-${SLOT}/" \
                -e "s/\(DOC_MAIN_SGML_FILE.*=\).*/\1${PN}-docs-${SLOT}.sgml/" \
                -i Makefile.am Makefile.in || die
        sed -e "s/\(<book.*name=\"\)${PN}/\1${PN}-${SLOT}/" \
                -i html/${PN}.devhelp2 || die
        mv ${PN}-docs{,-${SLOT}}.sgml || die
        mv ${PN}-overrides{,-${SLOT}}.txt || die
        mv ${PN}-sections{,-${SLOT}}.txt || die
        mv html/${PN}{,-${SLOT}}.devhelp2
        cd "${S}"

        gnome2_src_prepare
}

src_configure() {
        gnome2_src_configure \
                --disable-static \
                --program-suffix=-${SLOT} \
                $(use_with zeroconf avahi) \
                --with-udevdir=$(get_udevdir) \
                --with-systemdsystemunitdir=$(systemd_get_unitdir)

        if ! use zeroconf ; 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
}




Reply via email to