diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-05-29 10:28:57 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-05-29 10:28:57 +0000 |
commit | e8c46ab19752b6e915acb0e3d10bc4e7b34ef6ce (patch) | |
tree | 50483a0b4f19bdae1dc15cf70ac852df28eef012 | |
parent | Version bump. Add threads use flag and update to EAPI 4. (diff) | |
download | gentoo-2-e8c46ab19752b6e915acb0e3d10bc4e7b34ef6ce.tar.gz gentoo-2-e8c46ab19752b6e915acb0e3d10bc4e7b34ef6ce.tar.bz2 gentoo-2-e8c46ab19752b6e915acb0e3d10bc4e7b34ef6ce.zip |
Remove older unstable versions
(Portage version: 2.1.10.49/cvs/Linux x86_64)
-rw-r--r-- | app-backup/spideroak-bin/ChangeLog | 8 | ||||
-rw-r--r-- | app-backup/spideroak-bin/spideroak-bin-4.0.9830.ebuild | 95 | ||||
-rw-r--r-- | app-backup/spideroak-bin/spideroak-bin-4.2.9907.ebuild | 109 | ||||
-rw-r--r-- | app-backup/spideroak-bin/spideroak-bin-4.2.9913.ebuild | 154 | ||||
-rw-r--r-- | app-backup/spideroak-bin/spideroak-bin-4.3.9917.ebuild | 156 | ||||
-rw-r--r-- | app-backup/spideroak-bin/spideroak-bin-4.3.9928.ebuild | 156 | ||||
-rw-r--r-- | app-backup/spideroak-bin/spideroak-bin-4.5.9939.ebuild | 156 |
7 files changed, 7 insertions, 827 deletions
diff --git a/app-backup/spideroak-bin/ChangeLog b/app-backup/spideroak-bin/ChangeLog index c3e0c17606e2..c8409fe31962 100644 --- a/app-backup/spideroak-bin/ChangeLog +++ b/app-backup/spideroak-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-backup/spideroak-bin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/spideroak-bin/ChangeLog,v 1.19 2012/05/29 01:35:36 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/spideroak-bin/ChangeLog,v 1.20 2012/05/29 10:28:57 blueness Exp $ + + 29 May 2012; Anthony G. Basile <blueness@gentoo.org> + -spideroak-bin-4.0.9830.ebuild, -spideroak-bin-4.2.9907.ebuild, + -spideroak-bin-4.2.9913.ebuild, -spideroak-bin-4.3.9917.ebuild, + -spideroak-bin-4.3.9928.ebuild, -spideroak-bin-4.5.9939.ebuild: + Remove older unstable versions *spideroak-bin-4.5.9941 (29 May 2012) diff --git a/app-backup/spideroak-bin/spideroak-bin-4.0.9830.ebuild b/app-backup/spideroak-bin/spideroak-bin-4.0.9830.ebuild deleted file mode 100644 index 1b397a00768b..000000000000 --- a/app-backup/spideroak-bin/spideroak-bin-4.0.9830.ebuild +++ /dev/null @@ -1,95 +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.0.9830.ebuild,v 1.2 2011/12/10 01:30:10 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 qt-bundled" - -RDEPEND=">=dev-libs/glib-2.12.0 - dbus? ( sys-apps/dbus ) - >=sys-devel/gcc-4 - >=sys-libs/glibc-2.7 - !headless? ( - >=media-libs/fontconfig-2.4.0 - >=media-libs/freetype-2.3.5 - >=x11-libs/libICE-1.0.0 - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrender - !qt-bundled? ( x11-libs/qt-gui:4[accessibility,dbus] ) - )" -DEPEND="${RDEPEND}" - -S=${WORKDIR} - -src_unpack() { - unpack ${A} - unpack ./data.tar.gz - rm -f control.tar.gz data.tar.gz debian-binary -} - -src_prepare() { - # change /usr/ to /opt/SpiderOak/ in start script - sed -i 's:/usr/lib:/opt:g' usr/bin/SpiderOak || die "sed failed" - # change /usr/ to /opt/ in .desktop file - sed -i 's:/usr/bin/SpiderOak:/opt/bin/SpiderOak:g' usr/share/applications/spideroak.desktop || die "sed failed" - - # disable GUI if headless useflag is enabled - if use headless; then - sed -i 's:"$@":--headless "$@":' usr/bin/SpiderOak || die "sed failed" - fi - - # remove shipped libstdc++.so.6 as it does not provide LIBCXX_3.4.11 - # and it seems to work alright with the one from >=gcc-4 - rm usr/lib/SpiderOak/libstdc++.so.6 || die "rm libstdc++.so.6 failed" - - if ! use qt-bundled || use headless; then - # rm precompiled and bundled qt libs - rm usr/lib/SpiderOak/libQt*.so.4 || die "rm libQt*.so.4 failed" - fi -} - -src_install() { - insinto /opt/SpiderOak - doins -r usr/lib/SpiderOak/* - - exeinto /opt/SpiderOak - doexe usr/lib/SpiderOak/SpiderOak - - exeinto /opt/bin - doexe usr/bin/SpiderOak - - if use dbus; then - insinto /etc/dbus-1 - doins -r etc/dbus-1/* - fi - - 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 -} diff --git a/app-backup/spideroak-bin/spideroak-bin-4.2.9907.ebuild b/app-backup/spideroak-bin/spideroak-bin-4.2.9907.ebuild deleted file mode 100644 index 93b716e49bbf..000000000000 --- a/app-backup/spideroak-bin/spideroak-bin-4.2.9907.ebuild +++ /dev/null @@ -1,109 +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 pycurl-bundled qt-bundled" - -RDEPEND="dev-db/sqlite:3 - >=dev-libs/glib-2.22.0 - dev-libs/openssl:0.9.8 - media-libs/libpng:1.2 - >=sys-devel/gcc-4 - >=sys-libs/glibc-2.7 - sys-libs/zlib - dbus? ( sys-apps/dbus ) - !headless? ( - >=media-libs/fontconfig-2.8.0 - >=media-libs/freetype-2.3.5 - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrender - !qt-bundled? ( x11-libs/qt-gui:4[accessibility,dbus] ) - ) - pycurl-bundled? ( - net-libs/libssh2 - net-misc/curl - ) - !pycurl-bundled? ( dev-python/pycurl )" -DEPEND="${RDEPEND}" - -S=${WORKDIR} - -src_unpack() { - unpack ${A} - unpack ./data.tar.gz - rm -f control.tar.gz data.tar.gz debian-binary -} - -src_prepare() { - # change /usr/ to /opt/SpiderOak/ in start script - sed -i 's:/usr/lib:/opt:g' usr/bin/SpiderOak || die "sed failed" - # change /usr/ to /opt/ in .desktop file - sed -i 's:/usr/bin/SpiderOak:/opt/bin/SpiderOak:g' usr/share/applications/spideroak.desktop || die "sed failed" - - # disable GUI if headless useflag is enabled - if use headless ; then - sed -i 's:"$@":--headless "$@":' usr/bin/SpiderOak || die "sed failed" - fi - - # remove shipped libstdc++.so.6 as it does not provide LIBCXX_3.4.11 - # and it seems to work alright with the one from >=gcc-4 - rm usr/lib/SpiderOak/libstdc++.so.6 || die "rm libstdc++.so.6 failed" - - if ! use qt-bundled || use headless ; then - # rm precompiled and bundled qt libs - rm usr/lib/SpiderOak/libQt*.so.4 || die "rm libQt*.so.4 failed" - fi - - if ! use pycurl-bundled ; then - # rm precompiled and bundled pycurl - rm usr/lib/SpiderOak/pycurl.so - fi -} - -src_install() { - insinto /opt/SpiderOak - doins -r usr/lib/SpiderOak/* - - exeinto /opt/SpiderOak - doexe usr/lib/SpiderOak/SpiderOak - - exeinto /opt/bin - doexe usr/bin/SpiderOak - - if use dbus ; then - insinto /etc/dbus-1 - doins -r etc/dbus-1/* - fi - - 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 -} 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 cd5e1342bf62..000000000000 --- a/app-backup/spideroak-bin/spideroak-bin-4.2.9913.ebuild +++ /dev/null @@ -1,154 +0,0 @@ -# Copyright 1999-2012 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.9913.ebuild,v 1.1 2012/01/26 17:31:11 blueness 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 => dev-python/pycurl - # - # usr/lib/SpiderOak/py pyexpat.so => 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 -} diff --git a/app-backup/spideroak-bin/spideroak-bin-4.3.9917.ebuild b/app-backup/spideroak-bin/spideroak-bin-4.3.9917.ebuild deleted file mode 100644 index f17167cc82d5..000000000000 --- a/app-backup/spideroak-bin/spideroak-bin-4.3.9917.ebuild +++ /dev/null @@ -1,156 +0,0 @@ -# Copyright 1999-2012 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.3.9917.ebuild,v 1.1 2012/02/11 20:32:07 blueness 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 => dev-python/pycurl - # - # usr/lib/SpiderOak/py pyexpat.so => 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 precompiled libraries that" - einfo "SpiderOak bundles with their software. While upstream discourages this (see bug #398313)," - einfo "there are advantages to using the system libraries, like reducing the size of the package" - einfo "on your hard drive. For more reasons why bundled librars are not a good idea, see" - einfo " https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries" - fi -} diff --git a/app-backup/spideroak-bin/spideroak-bin-4.3.9928.ebuild b/app-backup/spideroak-bin/spideroak-bin-4.3.9928.ebuild deleted file mode 100644 index a0b92acf360c..000000000000 --- a/app-backup/spideroak-bin/spideroak-bin-4.3.9928.ebuild +++ /dev/null @@ -1,156 +0,0 @@ -# Copyright 1999-2012 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.3.9928.ebuild,v 1.1 2012/03/17 11:29:33 blueness 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 => dev-python/pycurl - # - # usr/lib/SpiderOak/py pyexpat.so => 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 precompiled libraries that" - einfo "SpiderOak bundles with their software. While upstream discourages this (see bug #398313)," - einfo "there are advantages to using the system libraries, like reducing the size of the package" - einfo "on your hard drive. For more reasons why bundled librars are not a good idea, see" - einfo " https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries" - fi -} diff --git a/app-backup/spideroak-bin/spideroak-bin-4.5.9939.ebuild b/app-backup/spideroak-bin/spideroak-bin-4.5.9939.ebuild deleted file mode 100644 index ffaa22216b6a..000000000000 --- a/app-backup/spideroak-bin/spideroak-bin-4.5.9939.ebuild +++ /dev/null @@ -1,156 +0,0 @@ -# Copyright 1999-2012 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.5.9939.ebuild,v 1.1 2012/05/12 23:44:43 blueness 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 => dev-python/pycurl - # - # usr/lib/SpiderOak/py pyexpat.so => 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 precompiled libraries that" - einfo "SpiderOak bundles with their software. While upstream discourages this (see bug #398313)," - einfo "there are advantages to using the system libraries, like reducing the size of the package" - einfo "on your hard drive. For more reasons why bundled librars are not a good idea, see" - einfo " https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries" - fi -} |