ottxor      14/11/19 20:50:34

  Modified:             ChangeLog
  Added:                grive-0.3.0_pre20141119.ebuild
  Log:
  version bump (bug #529824)
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  Changes    Path
1.16                 net-misc/grive/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/grive/ChangeLog?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/grive/ChangeLog?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/grive/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/grive/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   15 May 2014 15:28:31 -0000      1.15
+++ ChangeLog   19 Nov 2014 20:50:34 -0000      1.16
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/grive
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/ChangeLog,v 1.15 2014/05/15 
15:28:31 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/ChangeLog,v 1.16 2014/11/19 
20:50:34 ottxor Exp $
+
+*grive-0.3.0_pre20141119 (19 Nov 2014)
+
+  19 Nov 2014; Christoph Junghans <[email protected]>
+  +grive-0.3.0_pre20141119.ebuild:
+  version bump (bug #529824)
 
   15 May 2014; Michael Palimaka <[email protected]>
   grive-0.3.0_pre20130503.ebuild:



1.1                  net-misc/grive/grive-0.3.0_pre20141119.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/grive/grive-0.3.0_pre20141119.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/grive/grive-0.3.0_pre20141119.ebuild?rev=1.1&content-type=text/plain

Index: grive-0.3.0_pre20141119.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/grive/grive-0.3.0_pre20141119.ebuild,v 1.1 
2014/11/19 20:50:34 ottxor Exp $

EAPI=5

inherit cmake-utils

if [[ ${PV} = *9999 ]]; then
        inherit git-2
        EGIT_REPO_URI="git://github.com/linwiz/${PN}.git"
else
        inherit vcs-snapshot
        COMMIT="afd106ff47758d74daac4db35002e5e0d8d4d389"
        SRC_URI="https://github.com/linwiz/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
fi

DESCRIPTION="an open source Linux client for Google Drive"
HOMEPAGE="http://www.lbreda.com/grive/";

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

RDEPEND="
        dev-libs/boost:=
        dev-libs/expat
        >=dev-libs/json-c-0.11-r1:=
        dev-libs/libgcrypt:0=
        net-misc/curl
        sys-libs/glibc
        dev-libs/yajl
        "

DEPEND="${RDEPEND}"

DOCS=( "README" )




Reply via email to