public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/blueness:master commit in: app-backup/spideroak-bin/files/, app-backup/spideroak-bin/
Date: Thu, 26 Jan 2012 21:43:43 +0000 (UTC)	[thread overview]
Message-ID: <6da067e21c599489d9366e9363b3ce4a8c08b0ff.blueness@gentoo> (raw)

commit:     6da067e21c599489d9366e9363b3ce4a8c08b0ff
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 21:43:37 2012 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 21:43:37 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=6da067e2

app-backup/spideroak-bin: moved to tree

---
 app-backup/spideroak-bin/Manifest                  |   16 --
 app-backup/spideroak-bin/files/headless.patch      |    9 -
 app-backup/spideroak-bin/files/opt-path.patch      |   12 --
 app-backup/spideroak-bin/metadata.xml              |   22 ---
 .../spideroak-bin/spideroak-bin-4.2.9913.ebuild    |  154 --------------------
 5 files changed, 0 insertions(+), 213 deletions(-)

diff --git a/app-backup/spideroak-bin/Manifest b/app-backup/spideroak-bin/Manifest
deleted file mode 100644
index 275975f..0000000
--- a/app-backup/spideroak-bin/Manifest
+++ /dev/null
@@ -1,16 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-AUX headless.patch 382 RMD160 e89c61b7eb0a54f844f760a68dc22c83083a4e0d SHA1 7271007194cc6d67b909e6633b495f6b4442d66d SHA256 a3869eec6d9837613bddfa3a3bdde8737bbb5b3c47fede28c2de7e412e5a56f4
-AUX opt-path.patch 451 RMD160 d5d3494d6cfdfce1a1dc61bc239d1990fabe78b0 SHA1 842d8ff4c83078e21ce2e7f8525f45da9423ce70 SHA256 a0ad54882ef97b75e74e1dcbe5684014f2b19b630a933bb8138286c8929e3576
-DIST spideroak-bin-4.2.9913_amd64.deb 24566640 RMD160 2ce797732ca6e157c7a2e93cede44cc18aec6fd8 SHA1 141de5c7fa4b17c9cc2fd074336a80f00da649b7 SHA256 4d0491e8b52503fa4cd5cf38cf235a946c9b9d28e1b01c5d2f02c2cdb97a6bff
-DIST spideroak-bin-4.2.9913_x86.deb 23969878 RMD160 c083bb88033eda8600b190e57f063c94cf1e48b5 SHA1 1d9a2d3450a8ec737740c3a4308082679bf5479d SHA256 0e460c1d89c9284201b6537dcee5ae4078de422f5f426202ca24f28b59bd1a61
-EBUILD spideroak-bin-4.2.9913.ebuild 4207 RMD160 83e80774b4e153275cd02d4a23cd596a4440a1c8 SHA1 da4606d8b47c9a5a474970ee273d0f4a82fe9b4d SHA256 6caee89c734e37c27ae79822dab5a0c158c7119fa73230328e506385090bda46
-MISC metadata.xml 649 RMD160 f0b82c20c49447d5428ad8cf3835b25707945454 SHA1 db1eb9f96b460029722495d7e12d2149b46837a1 SHA256 a11de661a97aa295ba5fe4597118cf559b4b794f5438f1d1d9670a6067b777fb
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-iEYEAREIAAYFAk8bXLwACgkQl5yvQNBFVTUwYACeNji5nygxPLVOVEz8y5ytIcQE
-qJ8AoJ3belrqIYTOK6WyweNyBBqbYACO
-=6iUp
------END PGP SIGNATURE-----

diff --git a/app-backup/spideroak-bin/files/headless.patch b/app-backup/spideroak-bin/files/headless.patch
deleted file mode 100644
index e1b6c46..0000000
--- a/app-backup/spideroak-bin/files/headless.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff -Naur usr/bin/SpiderOak usr/bin/SpiderOak
---- usr/bin/SpiderOak	2012-01-21 19:32:02.000000000 -0500
-+++ usr/bin/SpiderOak	2012-01-21 19:32:57.000000000 -0500
-@@ -3,4 +3,4 @@
- LD_LIBRARY_PATH="/opt/SpiderOak:$LD_LIBRARY_PATH"
- export LD_LIBRARY_PATH
- QT_PLUGIN_PATH= ; export QT_PLUGIN_PATH
--exec "/opt/SpiderOak/SpiderOak" "$@"
-+exec "/opt/SpiderOak/SpiderOak" --headless "$@"

diff --git a/app-backup/spideroak-bin/files/opt-path.patch b/app-backup/spideroak-bin/files/opt-path.patch
deleted file mode 100644
index adee3e1..0000000
--- a/app-backup/spideroak-bin/files/opt-path.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur a/usr/bin/SpiderOak b/usr/bin/SpiderOak
---- a/usr/bin/SpiderOak	2011-12-26 16:27:35.000000000 -0500
-+++ b/usr/bin/SpiderOak	2012-01-09 10:04:03.000000000 -0500
-@@ -1,6 +1,6 @@
- #!/bin/sh
- 
--LD_LIBRARY_PATH="/usr/lib/SpiderOak:$LD_LIBRARY_PATH"
-+LD_LIBRARY_PATH="/opt/SpiderOak:$LD_LIBRARY_PATH"
- export LD_LIBRARY_PATH
- QT_PLUGIN_PATH= ; export QT_PLUGIN_PATH
--exec "/usr/lib/SpiderOak/SpiderOak" "$@"
-+exec "/opt/SpiderOak/SpiderOak" "$@"

diff --git a/app-backup/spideroak-bin/metadata.xml b/app-backup/spideroak-bin/metadata.xml
deleted file mode 100644
index 15f715e..0000000
--- a/app-backup/spideroak-bin/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer>
-	<email>devurandom@gmx.net</email>
-	<name>Dennis Schridde</name>
-	<description>Maintainer.</description>
-</maintainer>
-<maintainer>
-	<email>naota@gentoo.org</email> 
-	<name>Naohiro Aota</name>
-	<description>Proxy maintainer.</description>
-</maintainer>
-<maintainer>
-	<email>blueness@gentoo.org</email>
-	<name>Anthony G. Basile</name>
-</maintainer>
-<use>
-  <flag name='headless'>Build without graphic frontend</flag>
-  <flag name='system-libs'>Remove bundled libs and use system libs</flag>
-</use>
-</pkgmetadata>

diff --git a/app-backup/spideroak-bin/spideroak-bin-4.2.9913.ebuild b/app-backup/spideroak-bin/spideroak-bin-4.2.9913.ebuild
deleted file mode 100644
index 129f2ef..0000000
--- a/app-backup/spideroak-bin/spideroak-bin-4.2.9913.ebuild
+++ /dev/null
@@ -1,154 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/spideroak-bin/spideroak-bin-4.2.9907.ebuild,v 1.1 2011/12/10 00:34:07 naota Exp $
-
-EAPI="4"
-
-inherit eutils versionator
-
-REV=$(get_version_component_range 3)
-SRC_URI_BASE="https://spideroak.com/directdownload?platform=ubuntulucid"
-
-DESCRIPTION="An easy, secure and consolidated free online backup, storage, access and sharing system."
-HOMEPAGE="https://spideroak.com"
-SRC_URI="x86? ( ${SRC_URI_BASE}&arch=i386&revision=${REV} -> ${P}_x86.deb )
-	amd64? ( ${SRC_URI_BASE}&arch=x86_64&revision=${REV} -> ${P}_amd64.deb )"
-RESTRICT="mirror strip"
-
-LICENSE="spideroak"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dbus headless system-libs"
-
-SSL_SLOT="0.9.8"
-
-DEPEND=""
-RDEPEND="
-	dbus? ( sys-apps/dbus )
-	!headless? (
-		media-libs/fontconfig
-		media-libs/freetype:2
-		dev-libs/glib:2
-		x11-libs/libICE
-		x11-libs/libSM
-		x11-libs/libX11
-		x11-libs/libXext
-		x11-libs/libXmu
-		x11-libs/libXrender
-		x11-libs/libXt
-	)
-	system-libs? (
-		dev-libs/openssl:$SSL_SLOT
-		net-misc/curl
-		>=sys-devel/gcc-4
-		dev-libs/glib:2
-		dev-libs/libpcre
-		media-libs/libpng:1.2
-		x11-libs/qt-core
-		x11-libs/qt-gui
-		dev-db/sqlite:3
-		net-libs/libssh2
-		sys-libs/zlib
-		dev-lang/python:2.7
-		dev-python/pycurl
-	)
-"
-
-S=${WORKDIR}
-
-QA_PREBUILT="*"
-
-src_unpack() {
-	unpack ${A}
-	unpack ./data.tar.gz
-	rm -f control.tar.gz data.tar.gz debian-binary
-	rm -f usr/share/doc/spideroak/copyright
-}
-
-src_prepare() {
-	epatch "${FILESDIR}"/opt-path.patch
-	use headless && epatch "${FILESDIR}"/headless.patch
-
-	# Remove bundled libraries/plugins/python interpreter.  Please keep this
-	# mapping in sync with the RDEPEND system-libs? ( atoms ) above, and the
-	# list of deleted files below
-	#
-	#  libcrypto.so.0.$SSL_SLOT  => dev-libs/openssl:$SSL_SLOT
-	#  libssl.so.$SSL_SLOT       => dev-libs/openssl:$SSL_SLOT
-	#  libcurl.so*     => net-misc/curl
-	#  libexpat.so*    => dev-libs/expat
-	#  libgcc_s.so     => >=sys-devel/gcc-4
-	#  libstdc++.so*   => >=sys-devel/gcc-4
-	#  libpcre.so*     => dev-libs/libpcre
-	#  libpng12*       => media-libs/libpng:1.2
-	#  libQt*.so*      => x11-libs/qt-core x11-libs/qt-gui
-	#  libsqlite3.so*  => dev-db/sqlite:3
-	#  libssh2.so*     => net-libs/libssh2
-	#  libz.so*        => sys-libs/zlib
-	#
-	#  pycurl.so pyexpat.so => dev-python/pycurl
-	#
-	#  usr/lib/SpiderOak/py => dev-lang/python:2.7
-	#
-	if use system-libs; then
-		for lib in                 \
-			libcrypto.so.$SSL_SLOT \
-			libssl.so.$SSL_SLOT    \
-			libcurl.so*            \
-			libexpat.so*           \
-			libgcc_s.so*           \
-			libpcre.so*            \
-			libpng12*              \
-			libQt*.so*             \
-			libsqlite3.so*         \
-			libssh2.so*            \
-			libstdc++.so*          \
-			libz.so*               \
-			pycurl.so              \
-			pyexpat.so
-		do
-			rm usr/lib/SpiderOak/$lib || die "rm $lib failed"
-		done
-
-		# Remove bundled python interpreter => dev-lang/python:2.7
-		rm usr/lib/SpiderOak/py || die "rm py failed"
-	fi
-}
-
-src_install() {
-	#install the executable script
-	exeinto /usr/bin
-	doexe usr/bin/SpiderOak
-
-	#install the prebundled libraries
-	dodir /opt
-	cp -pPR usr/lib/SpiderOak "${ED}"/opt/
-
-	#install the config files
-	rm -rf etc/apt
-	use dbus || rm -rf etc/dbus-1
-	insinto /
-	doins -r etc
-
-	#install the changelog
-	insinto /usr/share/doc/${P}
-	doins usr/share/doc/spideroak/changelog.gz
-
-	if ! use headless ; then
-		domenu usr/share/applications/spideroak.desktop
-		doicon usr/share/pixmaps/spideroak.png
-	fi
-}
-
-pkg_postinst() {
-	if use headless; then
-		einfo "For instructions on running SpiderOak without a GUI, please read the FAQ:"
-		einfo "  https://spideroak.com/faq/questions/62/how_do_i_install_spideroak_on_a_headless_linux_server/"
-		einfo "  https://spideroak.com/faq/questions/67/how_can_i_use_spideroak_from_the_commandline/"
-	fi
-	if use system-libs; then
-		einfo "You have chosen to use your system libraries rather than the libraries that SpiderOak"
-		einfo "bundles with their software.  The advantage to doing so is that it reduce the size of"
-		einfo "the package on your hard drive.  However, upstream discourages this: see bug #398313."
-	fi
-}



             reply	other threads:[~2012-01-26 21:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-26 21:43 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-01-22  0:39 [gentoo-commits] dev/blueness:master commit in: app-backup/spideroak-bin/files/, app-backup/spideroak-bin/ Anthony G. Basile
2012-01-10 16:21 Anthony G. Basile
2012-01-10 15:44 Anthony G. Basile

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6da067e21c599489d9366e9363b3ce4a8c08b0ff.blueness@gentoo \
    --to=blueness@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox