From ed40676841e317a2aafa04c4c804bb6043864740 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 26 Feb 2016 23:50:05 +0000 Subject: repo cleanup...drop old ebuilds, drop ebuilds already in portage tree --- dev-ml/google-drive-ocamlfuse/Manifest | 2 -- .../google-drive-ocamlfuse-0.3.2.ebuild | 28 ------------------- .../google-drive-ocamlfuse-0.5.8.ebuild | 31 ---------------------- 3 files changed, 61 deletions(-) delete mode 100644 dev-ml/google-drive-ocamlfuse/Manifest delete mode 100644 dev-ml/google-drive-ocamlfuse/google-drive-ocamlfuse-0.3.2.ebuild delete mode 100644 dev-ml/google-drive-ocamlfuse/google-drive-ocamlfuse-0.5.8.ebuild (limited to 'dev-ml/google-drive-ocamlfuse') diff --git a/dev-ml/google-drive-ocamlfuse/Manifest b/dev-ml/google-drive-ocamlfuse/Manifest deleted file mode 100644 index 11997b27..00000000 --- a/dev-ml/google-drive-ocamlfuse/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST google-drive-ocamlfuse-0.3.2-src.tar.gz 67712 SHA256 449359245403076fb29cc1fb7af9b492ca75248e4824feea293e83b8bfd998a2 SHA512 38fe0b19969b3a14205c133a080ad3b5f30fceca13e9d3024b9d1b054413a5bdafa681896019c96f00925ab89d98b3d317d6cd79418f90b7da04c8fe77c2b080 WHIRLPOOL 5150b907ff535e5e574a455720e60597b72819dcf7038194b0f2de7c103d5cba86355faa0cca140cd28686005edd2f98fd31fa42e8ac2e9580161f597a757890 -DIST v0.5.8.tar.gz 89651 SHA256 8c4c8c91a38cacfcd8fa87ec60710c88e4d22d1ff0b9b7cd77eb4cc79abf2d17 SHA512 8628bcbba746f09a9cc58983c188986c872b9b2fc1e33f6de8b57ac549e1b85a8cedb95e38ec6e525238cf1c2d021fda02e0203e9613060fc29461be5cc906d8 WHIRLPOOL acf4ce1e87e6c47e84b379a38e307218600144dbc2cb7275e63b085aa06d0e085eb568f8112ce7d1a224fa681c4fc211ea85aaa6ac1f01ed9e0576f274a92e57 diff --git a/dev-ml/google-drive-ocamlfuse/google-drive-ocamlfuse-0.3.2.ebuild b/dev-ml/google-drive-ocamlfuse/google-drive-ocamlfuse-0.3.2.ebuild deleted file mode 100644 index c6d6950d..00000000 --- a/dev-ml/google-drive-ocamlfuse/google-drive-ocamlfuse-0.3.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit oasis - -OASIS_BUILD_DOCS=1 -DESCRIPTION="FUSE filesystem over Google Drive" -HOMEPAGE="http://forge.ocamlcore.org/projects/gdfuse" -SRC_URI="http://forge.ocamlcore.org/frs/download.php/1162/${P}-src.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86" -IUSE="doc test" - -RDEPEND=">=dev-ml/ocurl-0.5.3:= - >=dev-ml/ocamlnet-3.3.5:= - >=dev-ml/cryptokit-1.3.14:= - >=dev-ml/extlib-1.5.1:= - >=dev-ml/yojson-1.0.2:= - >=dev-ml/xmlm-1.0.2:=" -DEPEND="${RDEPEND} - test? ( >=dev-ml/ounit-1.1.0 - >=dev-ml/pa_monad-6.0 )" -DOCS=( "README.md" ) diff --git a/dev-ml/google-drive-ocamlfuse/google-drive-ocamlfuse-0.5.8.ebuild b/dev-ml/google-drive-ocamlfuse/google-drive-ocamlfuse-0.5.8.ebuild deleted file mode 100644 index 87f838b9..00000000 --- a/dev-ml/google-drive-ocamlfuse/google-drive-ocamlfuse-0.5.8.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit oasis - -OASIS_BUILD_DOCS=1 -DESCRIPTION="FUSE filesystem over Google Drive" -HOMEPAGE="http://forge.ocamlcore.org/projects/gdfuse" -SRC_URI="https://github.com/astrada/${PN}/archive/v${PV}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86" -IUSE="doc test" - -RDEPEND=">=dev-ml/ocurl-0.5.3:= - >=dev-ml/ocamlnet-3.3.5:= - >=dev-ml/cryptokit-1.3.14:= - >=dev-ml/extlib-1.5.1:= - >=dev-ml/yojson-1.0.2:= - >=dev-ml/xmlm-1.0.2:= - >=dev-ml/gapi-ocaml-0.2.5 - dev-ml/ocamlfuse - dev-ml/ocaml-sqlite3" -DEPEND="${RDEPEND} - test? ( >=dev-ml/ounit-1.1.0 - >=dev-ml/pa_monad-6.0 )" -DOCS=( "README.md" ) -- cgit v1.2.3