radhermit    14/07/19 04:53:56

  Modified:             ChangeLog vimprobable2-9999.ebuild
  Added:                vimprobable2-1.4.2-r1.ebuild
  Log:
  Add savedconfig support (bug #515722).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.9                  www-client/vimprobable2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/vimprobable2/ChangeLog?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/vimprobable2/ChangeLog?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/vimprobable2/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/vimprobable2/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   23 Jan 2014 00:53:22 -0000      1.8
+++ ChangeLog   19 Jul 2014 04:53:56 -0000      1.9
@@ -1,6 +1,12 @@
 # ChangeLog for www-client/vimprobable2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/vimprobable2/ChangeLog,v 1.8 
2014/01/23 00:53:22 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/vimprobable2/ChangeLog,v 1.9 
2014/07/19 04:53:56 radhermit Exp $
+
+*vimprobable2-1.4.2-r1 (19 Jul 2014)
+
+  19 Jul 2014; Tim Harder <[email protected]> +vimprobable2-1.4.2-r1.ebuild,
+  vimprobable2-9999.ebuild:
+  Add savedconfig support (bug #515722).
 
   23 Jan 2014; Tim Harder <[email protected]> -vimprobable2-1.1.0.ebuild,
   -vimprobable2-1.2.0.ebuild, -vimprobable2-1.2.1.ebuild,



1.4                  www-client/vimprobable2/vimprobable2-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/vimprobable2/vimprobable2-9999.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/vimprobable2/vimprobable2-9999.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/vimprobable2/vimprobable2-9999.ebuild?r1=1.3&r2=1.4

Index: vimprobable2-9999.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/www-client/vimprobable2/vimprobable2-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vimprobable2-9999.ebuild    26 May 2013 09:53:29 -0000      1.3
+++ vimprobable2-9999.ebuild    19 Jul 2014 04:53:56 -0000      1.4
@@ -1,13 +1,18 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-client/vimprobable2/vimprobable2-9999.ebuild,v 1.3 
2013/05/26 09:53:29 radhermit Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/vimprobable2/vimprobable2-9999.ebuild,v 1.4 
2014/07/19 04:53:56 radhermit Exp $
 
 EAPI=5
+inherit toolchain-funcs savedconfig
 
-inherit toolchain-funcs git-2
-
-EGIT_REPO_URI="git://git.code.sf.net/p/vimprobable/code"
-EGIT_PROJECT="vimprobable"
+if [[ ${PV} == 9999* ]]; then
+       inherit git-r3
+       EGIT_REPO_URI="git://git.code.sf.net/p/vimprobable/code"
+else
+       SRC_URI="mirror://sourceforge/vimprobable/${PN}_${PV}.tar.bz2"
+       KEYWORDS="~amd64 ~x86"
+       S=${WORKDIR}/${PN}
+fi
 
 DESCRIPTION="A minimal web browser that behaves like the Vimperator plugin for 
Firefox"
 HOMEPAGE="http://www.vimprobable.org/";
@@ -23,13 +28,14 @@
        dev-lang/perl
        virtual/pkgconfig"
 
-S=${WORKDIR}/${PN}
-
 src_prepare() {
        tc-export CC
+       restore_config config.h keymap.h
 }
 
 src_install() {
        dobin ${PN}
        doman ${PN}.1 vimprobablerc.5
+
+       save_config config.h keymap.h
 }



1.1                  www-client/vimprobable2/vimprobable2-1.4.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/vimprobable2/vimprobable2-1.4.2-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/vimprobable2/vimprobable2-1.4.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: vimprobable2-1.4.2-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/vimprobable2/vimprobable2-1.4.2-r1.ebuild,v 
1.1 2014/07/19 04:53:56 radhermit Exp $

EAPI=5
inherit toolchain-funcs savedconfig

if [[ ${PV} == 9999* ]]; then
        inherit git-r3
        EGIT_REPO_URI="git://git.code.sf.net/p/vimprobable/code"
        EGIT_PROJECT="vimprobable"
else
        SRC_URI="mirror://sourceforge/vimprobable/${PN}_${PV}.tar.bz2"
        KEYWORDS="~amd64 ~x86"
        S=${WORKDIR}/${PN}
fi

DESCRIPTION="A minimal web browser that behaves like the Vimperator plugin for 
Firefox"
HOMEPAGE="http://www.vimprobable.org/";

LICENSE="MIT"
SLOT="0"

RDEPEND="net-libs/libsoup:2.4
        net-libs/webkit-gtk:2
        x11-libs/gtk+:2
        x11-libs/libX11"
DEPEND="${RDEPEND}
        dev-lang/perl
        virtual/pkgconfig"

src_prepare() {
        tc-export CC
        restore_config config.h keymap.h
}

src_install() {
        dobin ${PN}
        doman ${PN}.1 vimprobablerc.5

        save_config config.h keymap.h
}




Reply via email to