pacho       14/06/22 19:46:07

  Modified:             revelation-0.4.14.ebuild ChangeLog
  Added:                revelation-0.4.14-r1.ebuild
  Log:
  Disable applet support as it is for gnome2, port to new python eclasses.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.6                  x11-misc/revelation/revelation-0.4.14.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/revelation/revelation-0.4.14.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/revelation/revelation-0.4.14.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/revelation/revelation-0.4.14.ebuild?r1=1.5&r2=1.6

Index: revelation-0.4.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.14.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- revelation-0.4.14.ebuild    25 Nov 2012 11:32:26 -0000      1.5
+++ revelation-0.4.14.ebuild    22 Jun 2014 19:46:07 -0000      1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.14.ebuild,v 1.5 
2012/11/25 11:32:26 tristan Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.14.ebuild,v 1.6 
2014/06/22 19:46:07 pacho Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 
 DESCRIPTION="A password manager for GNOME"
 HOMEPAGE="http://revelation.olasagasti.info/";
-SRC_URI="https://bitbucket.org/erikg/revelation/downloads/${P}.tar.xz";
+SRC_URI="mirror://bitbucket/erikg/revelation/downloads/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"



1.31                 x11-misc/revelation/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/revelation/ChangeLog?rev=1.31&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/revelation/ChangeLog?rev=1.31&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/revelation/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   25 Nov 2012 11:32:26 -0000      1.30
+++ ChangeLog   22 Jun 2014 19:46:07 -0000      1.31
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/revelation
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.30 
2012/11/25 11:32:26 tristan Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.31 
2014/06/22 19:46:07 pacho Exp $
+
+*revelation-0.4.14-r1 (22 Jun 2014)
+
+  22 Jun 2014; Pacho Ramos <[email protected]> +revelation-0.4.14-r1.ebuild,
+  revelation-0.4.14.ebuild:
+  Disable applet support as it is for gnome2, port to new python eclasses.
 
   25 Nov 2012; Tristan Heaven <[email protected]> revelation-0.4.14.ebuild:
   Depend on dbus-python, bug #444592
@@ -119,4 +125,3 @@
   29 Dec 2006; Tristan Heaven <[email protected]> +metadata.xml,
   +revelation-0.4.7.ebuild:
   Initial commit, bug #38809
-



1.1                  x11-misc/revelation/revelation-0.4.14-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/revelation/revelation-0.4.14-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/revelation/revelation-0.4.14-r1.ebuild?rev=1.1&content-type=text/plain

Index: revelation-0.4.14-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.14-r1.ebuild,v 1.1 
2014/06/22 19:46:06 pacho Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
GCONF_DEBUG="no"

inherit python-single-r1 gnome2

DESCRIPTION="A password manager for GNOME"
HOMEPAGE="http://revelation.olasagasti.info/";
SRC_URI="mirror://bitbucket/erikg/revelation/downloads/${P}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"

IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RESTRICT="test"

RDEPEND="${PYTHON_DEPS}
        dev-python/pygtk[${PYTHON_USEDEP}]
        dev-python/pycrypto[${PYTHON_USEDEP}]
        dev-python/gconf-python[${PYTHON_USEDEP}]
        dev-python/libgnome-python[${PYTHON_USEDEP}]
        dev-python/dbus-python[${PYTHON_USEDEP}]
        sys-libs/cracklib[python,${PYTHON_USEDEP}]
"

DEPEND="${RDEPEND}"

src_configure() {
        gnome2_src_configure \
                --without-applet \
                --disable-desktop-update \
                --disable-mime-update
}

src_install() {
        gnome2_src_install
        python_fix_shebang "${ED}"
}




Reply via email to