pacho       15/07/19 09:41:58

  Modified:             ChangeLog
  Added:                uhttpmock-0.5.0.ebuild
  Removed:              uhttpmock-0.3.3.ebuild
  Log:
  Version bump, drop old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.14                 net-libs/uhttpmock/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/uhttpmock/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   13 Jul 2015 04:22:04 -0000      1.13
+++ ChangeLog   19 Jul 2015 09:41:58 -0000      1.14
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/uhttpmock
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/uhttpmock/ChangeLog,v 1.13 
2015/07/13 04:22:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/uhttpmock/ChangeLog,v 1.14 
2015/07/19 09:41:58 pacho Exp $
+
+*uhttpmock-0.5.0 (19 Jul 2015)
+
+  19 Jul 2015; Pacho Ramos <[email protected]> +uhttpmock-0.5.0.ebuild,
+  -uhttpmock-0.3.3.ebuild:
+  Version bump, drop old
 
   13 Jul 2015; Jeroen Roovers <[email protected]> uhttpmock-0.4.0.ebuild:
   Stable for HPPA (bug #551814).



1.1                  net-libs/uhttpmock/uhttpmock-0.5.0.ebuild

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

Index: uhttpmock-0.5.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/uhttpmock/uhttpmock-0.5.0.ebuild,v 
1.1 2015/07/19 09:41:58 pacho Exp $

EAPI=5
GCONF_DEBUG="yes"
VALA_USE_DEPEND="vapigen"

inherit gnome2 vala

DESCRIPTION="HTTP web service mocking library"
HOMEPAGE="https://gitlab.com/uhttpmock/uhttpmock";
SRC_URI="http://tecnocode.co.uk/downloads/${PN}/${P}.tar.xz";

LICENSE="LGPL-2"
SLOT="0"

IUSE="+introspection vala"
REQUIRED_USE="vala? ( introspection )"

KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"

RDEPEND="
        >=dev-libs/glib-2.36.0:2
        >=net-libs/libsoup-2.37.91:2.4
        introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
"
DEPEND="${RDEPEND}
        >=dev-util/gtk-doc-am-1.14
        virtual/pkgconfig
        vala? ( $(vala_depend) )
"

src_prepare() {
        use vala && vala_src_prepare
        gnome2_src_prepare
}

src_configure() {
        gnome2_src_configure \
                --disable-static \
                $(use_enable introspection) \
                $(use_enable vala)
}




Reply via email to