summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2014-11-19 20:50:34 +0000
committerChristoph Junghans <ottxor@gentoo.org>2014-11-19 20:50:34 +0000
commitf303aacb85161c4b62633a593c3e79dd594bafc4 (patch)
tree89a48e1a755e0ea7550898e9d0dfd9eb78ac8b45 /net-misc/grive
parentDev channel bump. Remove old. (diff)
downloadgentoo-2-f303aacb85161c4b62633a593c3e79dd594bafc4.tar.gz
gentoo-2-f303aacb85161c4b62633a593c3e79dd594bafc4.tar.bz2
gentoo-2-f303aacb85161c4b62633a593c3e79dd594bafc4.zip
version bump (bug #529824)
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'net-misc/grive')
-rw-r--r--net-misc/grive/ChangeLog8
-rw-r--r--net-misc/grive/grive-0.3.0_pre20141119.ebuild38
2 files changed, 45 insertions, 1 deletions
diff --git a/net-misc/grive/ChangeLog b/net-misc/grive/ChangeLog
index caa0041b825d..03ea71be4fcc 100644
--- a/net-misc/grive/ChangeLog
+++ b/net-misc/grive/ChangeLog
@@ -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 <ottxor@gentoo.org>
+ +grive-0.3.0_pre20141119.ebuild:
+ version bump (bug #529824)
15 May 2014; Michael Palimaka <kensington@gentoo.org>
grive-0.3.0_pre20130503.ebuild:
diff --git a/net-misc/grive/grive-0.3.0_pre20141119.ebuild b/net-misc/grive/grive-0.3.0_pre20141119.ebuild
new file mode 100644
index 000000000000..adda9b3fb303
--- /dev/null
+++ b/net-misc/grive/grive-0.3.0_pre20141119.ebuild
@@ -0,0 +1,38 @@
+# 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" )