net-misc/grive: Drop old versions that don't work for a long time (#547280)
authorPacho Ramos <pacho@gentoo.org>
Sat, 5 Sep 2015 08:20:45 +0000 (10:20 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sat, 5 Sep 2015 08:20:45 +0000 (10:20 +0200)
Package-Manager: portage-2.2.20.1

net-misc/grive/Manifest
net-misc/grive/grive-0.2.0-r1.ebuild [deleted file]
net-misc/grive/grive-0.3.0_pre20130503.ebuild [deleted file]
net-misc/grive/grive-0.3.0_pre20141119.ebuild [deleted file]

index b610bde74e0a1b91db853d01e2992514dd6df14f..7ab66d5021ad19e1f85a871226a6c87a06003fa8 100644 (file)
@@ -1,4 +1 @@
-DIST grive-0.2.0.tar.gz 145760 SHA256 bb0de191cbe98e8efda6ce8fd5bcef3ae4903984aaaa9592909ddb4a24175f45 SHA512 5bae5d1de4655775347ca3148a0ae8b3294c56dff659cbd32f8c53d6cfa40f645d6f710a2e26e2189e51632bccaba494f45bec55a7721d6f7a40b467b1f3c7fd WHIRLPOOL 167093c15348bfdd6bd9b9db31919708ccd1f79b349ea43bd478227c500d8773d64cbf845e3c2f9747c3097945c4fea68462b3babfd81c0211cc52f03767c92e
-DIST grive-0.3.0_pre20130503.tar.gz 162471 SHA256 0b038cc627f898831872fdf3c20ac563f78a72094f594adda7ff737a1c1f207e SHA512 bd96a02366af47c5fde8e044066616c72a33607818d5e9cf4bea5fe70c0d63f83a2b726ce9a763cb907c78b2a563d7b2296b25e55743288dacef98adea3de729 WHIRLPOOL 38577f235fd9abc3f8f5da56c459c3569ac09cd1e3b16cfbea463a60103c25c0a4a4a163599974d35d8d146a5ec2c9c06e02c1cb518040a5462dd3200c7ebba9
-DIST grive-0.3.0_pre20141119.tar.gz 72990 SHA256 33b27eb534db51c525947810a21327195c24cb7c4ba3b448a33b2a7f98d4c014 SHA512 0ac69985fa597039ef5aaf91c7f1b4de8a1472406365cc1624c9410cdb02a186a4bf81a7d5e8d0272abfb68219de779815b38d030dfc550cd29caf313341cb4b WHIRLPOOL 9b184cdef9b0a74e53bb7235679ba358c7241df824a411c0473ac7a69e7cd1287d7edc6b65b636a59c81665af4b58def499a513921bc2056d210b9d14b811358
 DIST grive-0.4.0_pre20150905.tar.gz 158858 SHA256 c488e9956a48fa5416e1f6082ede649ae9d541b57a5170a4f6ff555e9e92e2aa SHA512 2a6842c742d79345ff805f92e74990de624d656c1f16fd98b2611e2359b051d6dfebef07590390eee3ea07e60143ca9e66ceecd675a3a75d6a099dcb0070ab46 WHIRLPOOL 22d25ea2913568d5132247f3472ca09ee5d291028b8303bd2f6784f1930e3308219f72e7a15b95a5e5a19637fb73e3d60181925afaa21e15f4fdaacc6d7769d4
diff --git a/net-misc/grive/grive-0.2.0-r1.ebuild b/net-misc/grive/grive-0.2.0-r1.ebuild
deleted file mode 100644 (file)
index 4d55755..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils eutils multilib
-
-if [[ ${PV} = *9999 ]]; then
-       inherit git-2
-       EGIT_REPO_URI="git://github.com/Grive/${PN}.git"
-else
-       inherit eutils vcs-snapshot
-       SRC_URI="mirror://github/Grive/${PN}/tarball/v${PV} -> ${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:=
-       dev-libs/libgcrypt:0=
-       net-misc/curl
-       sys-devel/binutils
-       sys-libs/glibc
-       sys-libs/zlib
-       "
-
-DEPEND="${RDEPEND}"
-
-DOCS=( "README" )
-
-src_prepare() {
-       epatch "${FILESDIR}"/"${P}"-check-bfd.h.patch
-
-       #include dir change in json-c-0.10 #462632 and #452234
-       if has_version ">=dev-libs/json-c-0.10" ; then
-               sed -i -e '/\(include\|INCLUDE\)/s@json/@json-c/@' \
-                       libgrive/src/protocol/Json.cc \
-                       cmake/Modules/FindJSONC.cmake || die
-       fi
-       #json-c library changed in 0.11, bug #467432
-       if has_version ">=dev-libs/json-c-0.11" ; then
-               sed -i -e '/LIBRARY/s@json)@json-c)@' \
-                       cmake/Modules/FindJSONC.cmake || die
-       fi
-}
diff --git a/net-misc/grive/grive-0.3.0_pre20130503.ebuild b/net-misc/grive/grive-0.3.0_pre20130503.ebuild
deleted file mode 100644 (file)
index 00548e2..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils eutils multilib
-
-if [[ ${PV} = *9999 ]]; then
-       inherit git-2
-       EGIT_REPO_URI="git://github.com/Grive/${PN}.git"
-else
-       inherit eutils vcs-snapshot
-       COMMIT="27817e835fe115ebbda5410ec904aa49a2ad01f1"
-       SRC_URI="https://github.com/${PN}/${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:=
-       dev-libs/libgcrypt:0=
-       dev-libs/yajl
-       dev-qt/qtcore:4
-       dev-qt/qtgui:4
-       net-misc/curl
-       sys-devel/binutils
-       sys-libs/glibc
-       sys-libs/zlib
-       "
-
-DEPEND="${RDEPEND}"
-
-DOCS=( "README" )
-
-src_prepare() {
-       epatch "${FILESDIR}/${PN}"-0.2.0-check-bfd.h.patch
-
-       #include dir change in json-c-0.10 #462632 and #452234
-       if has_version ">=dev-libs/json-c-0.10" ; then
-               sed -i -e '/\(include\|INCLUDE\)/s@json/@json-c/@' \
-                       libgrive/src/protocol/Json.cc \
-                       cmake/Modules/FindJSONC.cmake || die
-       fi
-       #json-c library changed in 0.11, bug #467432
-       if has_version ">=dev-libs/json-c-0.11" ; then
-               sed -i -e '/LIBRARY/s@json)@json-c)@' \
-                       cmake/Modules/FindJSONC.cmake || die
-       fi
-
-       sed -i '/grive.1/s/^/#/' bgrive/CMakeLists.txt || die
-}
-
-src_install(){
-       cmake-utils_src_install
-
-       local icon size
-       for icon in icon/*/*.png; do
-               size=${icon##*/}
-               size=${size%.png}
-               newicon -s "${size}" "${icon}" ${PN}.png
-       done
-       make_desktop_entry bgrive
-}
diff --git a/net-misc/grive/grive-0.3.0_pre20141119.ebuild b/net-misc/grive/grive-0.3.0_pre20141119.ebuild
deleted file mode 100644 (file)
index 221f78f..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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" )