diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2015-01-21 20:26:37 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2015-01-21 20:26:37 +0100 |
commit | 4d3cf3a527783755d45dee4d4c21c89396128a4a (patch) | |
tree | 670c4f1db7607e777f3100c5777a73cbe4520b92 | |
parent | 8bacc04569ef802d1ebb163a7cabcaa0d7d7f5fc (diff) | |
download | brancik-overlay-4d3cf3a527783755d45dee4d4c21c89396128a4a.tar.gz brancik-overlay-4d3cf3a527783755d45dee4d4c21c89396128a4a.tar.bz2 |
Removed outdated sci-misc/mendeleydesktop ebuild
-rwxr-xr-x | sci-misc/mendeleydesktop/Manifest | 9 | ||||
-rwxr-xr-x | sci-misc/mendeleydesktop/mendeleydesktop-1.1.3-r1.ebuild | 87 | ||||
-rwxr-xr-x | sci-misc/mendeleydesktop/mendeleydesktop-1.3-r1.ebuild | 87 | ||||
-rwxr-xr-x | sci-misc/mendeleydesktop/mendeleydesktop-1.3.1.ebuild | 87 |
4 files changed, 0 insertions, 270 deletions
diff --git a/sci-misc/mendeleydesktop/Manifest b/sci-misc/mendeleydesktop/Manifest deleted file mode 100755 index 4b4cee4..0000000 --- a/sci-misc/mendeleydesktop/Manifest +++ /dev/null @@ -1,9 +0,0 @@ -DIST mendeleydesktop-1.1.3-linux-i486.tar.bz2 32969229 RMD160 57c17e3c6da8e2c85a9573f145f13694ca54352b SHA1 ee6559ad43d3f2654a07ec1c85d7aa8a44abd4de SHA256 3d686c3f2fa2db75eafe9b7aac81c68c17cbfd0d84fac7ab51dbd11204cea14a -DIST mendeleydesktop-1.1.3-linux-x86_64.tar.bz2 33102541 RMD160 c8c65d18644d39385a77ed690a969d45bb663c82 SHA1 8af740ee9eb5f2cf2dd41994191a0f1ad6f14286 SHA256 8d7da5f238b1ab2a8dc2611dddc1d7566e4526ef79e0334bf4d9e9601e947d62 -DIST mendeleydesktop-1.3-linux-i486.tar.bz2 30141711 RMD160 e485aaa4641237ff5577be26e2df6fee27586cc1 SHA1 140ba0a2d8e7f80e4f257613358f6e7a2b4e18e3 SHA256 ae7c2c2e49f272a15c1b2bb42cb68fdaf19f15983edc0862b30f8ba313eb166f -DIST mendeleydesktop-1.3-linux-x86_64.tar.bz2 30351233 RMD160 2862cc1b513322151d28d700a59f4f4d1284c702 SHA1 7d55e472bc1638662e06f8f9b25b151b4212e6fb SHA256 46ad7c33f4574ee37a47726d091303dfef168ce68ceb343943b05a5e7e24ecd5 -DIST mendeleydesktop-1.3.1-linux-i486.tar.bz2 30143192 RMD160 447f12519f850f2beb23477a8b89fa00463cab65 SHA1 3330cc0d9dae17e2878123c86419519ff90de129 SHA256 b58feabbb62e93104f0277ad792d2ef81e55f828c5ba8b42c036a1d0e9d44a61 -DIST mendeleydesktop-1.3.1-linux-x86_64.tar.bz2 30423853 RMD160 56d3cfc91bac5e89d27b403e62af49d6a4e273d3 SHA1 e47a3ac2c1c92d1cc8594e46b576ccc021c47e22 SHA256 15fab4130f560e420a6de803e4174a107c0fe720f4f53f84e4e18b91a586b693 -EBUILD mendeleydesktop-1.1.3-r1.ebuild 2615 RMD160 80ea46fd37df90424ecb6584aff0b80f567b2db2 SHA1 cd2b3ed594ede3ff7f9206939266e61a41733cb1 SHA256 f2569da2f901758b955776897f267f768a8bdcc2f135f032ebec062c863b733e -EBUILD mendeleydesktop-1.3-r1.ebuild 2615 RMD160 80ea46fd37df90424ecb6584aff0b80f567b2db2 SHA1 cd2b3ed594ede3ff7f9206939266e61a41733cb1 SHA256 f2569da2f901758b955776897f267f768a8bdcc2f135f032ebec062c863b733e -EBUILD mendeleydesktop-1.3.1.ebuild 2615 RMD160 80ea46fd37df90424ecb6584aff0b80f567b2db2 SHA1 cd2b3ed594ede3ff7f9206939266e61a41733cb1 SHA256 f2569da2f901758b955776897f267f768a8bdcc2f135f032ebec062c863b733e diff --git a/sci-misc/mendeleydesktop/mendeleydesktop-1.1.3-r1.ebuild b/sci-misc/mendeleydesktop/mendeleydesktop-1.1.3-r1.ebuild deleted file mode 100755 index 7134b2c..0000000 --- a/sci-misc/mendeleydesktop/mendeleydesktop-1.1.3-r1.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -# http://bugs.gentoo.org/show_bug.cgi?id=308509 - -EAPI=4 - -inherit eutils - -ARCHIVE_BASE="${P}-linux-BASE.tar.bz2" -ARCHIVE_X86="${ARCHIVE_BASE/BASE/i486}" -ARCHIVE_AMD64="${ARCHIVE_BASE/BASE/x86_64}" - -DESCRIPTION="A free research management tool for desktop & web" -HOMEPAGE="http://www.mendeley.com/" - -SRC_URI=" - x86? ( http://download.mendeley.com/linux/${ARCHIVE_X86} ) - amd64? ( http://download.mendeley.com/linux/${ARCHIVE_AMD64} ) -" - -LICENSE="Mendelay-EULA" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="qt-bundled" -RESTRICT="mirror strip" - -RDEPEND=" - !qt-bundled? ( - <x11-libs/qt-core-4.8 - <x11-libs/qt-gui-4.8 - <x11-libs/qt-svg-4.8 - <x11-libs/qt-webkit-4.8 - <x11-libs/qt-xmlpatterns-4.8 - ) - qt-bundled? ( - media-libs/libpng:1.2 - ) - dev-lang/python:2.7 - dev-libs/openssl:0.9.8" -DEPEND="${RDEPEND}" - -if [[ "${ARCH}" == "x86" ]]; then - S=${WORKDIR}/${ARCHIVE_X86/.tar.bz2/} -elif [[ "${ARCH}" == "amd64" ]]; then - S=${WORKDIR}/${ARCHIVE_AMD64/.tar.bz2/} -fi - -MENDELEY_INSTALL_DIR="/opt/${PN}" - -src_install() { - # install menu - domenu "share/applications/${PN}.desktop" - # Install commonly used icon sizes - for res in 16x16 22x22 32x32 48x48 64x64 128x128 ; do - insinto "/usr/share/icons/hicolor/${res}/apps" - doins "share/icons/hicolor/${res}/apps/${PN}.png" - done - insinto "/usr/share/pixmaps" - doins "share/icons/hicolor/48x48/apps/${PN}.png" - - # dodoc - dodoc "share/doc/${PN}/"* - - # create directories for installation - dodir ${MENDELEY_INSTALL_DIR} - dodir "${MENDELEY_INSTALL_DIR}/lib" - dodir "${MENDELEY_INSTALL_DIR}/share" - - # install binaries - cp -r "bin" "${D}${MENDELEY_INSTALL_DIR}" || die "Can't copy bin directory" - cp -r "lib" "${D}${MENDELEY_INSTALL_DIR}" || die "Can't copy lib directory" - cp -r "share/${PN}" "${D}${MENDELEY_INSTALL_DIR}/share" || die "Can't copy share/${PN} directory" - dosym "${MENDELEY_INSTALL_DIR}/bin/${PN}" "/usr/bin/${PN}" - sed -i '1s@^#!/usr/bin/python$@&2@' ${D}${MENDELEY_INSTALL_DIR}/bin/${PN} || die "Can't sed for python2" - - if use qt-bundled; then - sed -i 's/^Exec.*$/& --force-bundled-qt/' "${D}/usr/share/applications/${PN}.desktop" || die "Can't sed" - else - # Delete bundled Qt - rm -fr ${D}${MENDELEY_INSTALL_DIR}/lib/qt || die "Can't delete qt folder" - fi - - # Delete bundled OpenSSL 0.9.8 - rm -fr ${D}${MENDELEY_INSTALL_DIR}/lib/ssl || die "Can't delete ssl folder" -} diff --git a/sci-misc/mendeleydesktop/mendeleydesktop-1.3-r1.ebuild b/sci-misc/mendeleydesktop/mendeleydesktop-1.3-r1.ebuild deleted file mode 100755 index 7134b2c..0000000 --- a/sci-misc/mendeleydesktop/mendeleydesktop-1.3-r1.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -# http://bugs.gentoo.org/show_bug.cgi?id=308509 - -EAPI=4 - -inherit eutils - -ARCHIVE_BASE="${P}-linux-BASE.tar.bz2" -ARCHIVE_X86="${ARCHIVE_BASE/BASE/i486}" -ARCHIVE_AMD64="${ARCHIVE_BASE/BASE/x86_64}" - -DESCRIPTION="A free research management tool for desktop & web" -HOMEPAGE="http://www.mendeley.com/" - -SRC_URI=" - x86? ( http://download.mendeley.com/linux/${ARCHIVE_X86} ) - amd64? ( http://download.mendeley.com/linux/${ARCHIVE_AMD64} ) -" - -LICENSE="Mendelay-EULA" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="qt-bundled" -RESTRICT="mirror strip" - -RDEPEND=" - !qt-bundled? ( - <x11-libs/qt-core-4.8 - <x11-libs/qt-gui-4.8 - <x11-libs/qt-svg-4.8 - <x11-libs/qt-webkit-4.8 - <x11-libs/qt-xmlpatterns-4.8 - ) - qt-bundled? ( - media-libs/libpng:1.2 - ) - dev-lang/python:2.7 - dev-libs/openssl:0.9.8" -DEPEND="${RDEPEND}" - -if [[ "${ARCH}" == "x86" ]]; then - S=${WORKDIR}/${ARCHIVE_X86/.tar.bz2/} -elif [[ "${ARCH}" == "amd64" ]]; then - S=${WORKDIR}/${ARCHIVE_AMD64/.tar.bz2/} -fi - -MENDELEY_INSTALL_DIR="/opt/${PN}" - -src_install() { - # install menu - domenu "share/applications/${PN}.desktop" - # Install commonly used icon sizes - for res in 16x16 22x22 32x32 48x48 64x64 128x128 ; do - insinto "/usr/share/icons/hicolor/${res}/apps" - doins "share/icons/hicolor/${res}/apps/${PN}.png" - done - insinto "/usr/share/pixmaps" - doins "share/icons/hicolor/48x48/apps/${PN}.png" - - # dodoc - dodoc "share/doc/${PN}/"* - - # create directories for installation - dodir ${MENDELEY_INSTALL_DIR} - dodir "${MENDELEY_INSTALL_DIR}/lib" - dodir "${MENDELEY_INSTALL_DIR}/share" - - # install binaries - cp -r "bin" "${D}${MENDELEY_INSTALL_DIR}" || die "Can't copy bin directory" - cp -r "lib" "${D}${MENDELEY_INSTALL_DIR}" || die "Can't copy lib directory" - cp -r "share/${PN}" "${D}${MENDELEY_INSTALL_DIR}/share" || die "Can't copy share/${PN} directory" - dosym "${MENDELEY_INSTALL_DIR}/bin/${PN}" "/usr/bin/${PN}" - sed -i '1s@^#!/usr/bin/python$@&2@' ${D}${MENDELEY_INSTALL_DIR}/bin/${PN} || die "Can't sed for python2" - - if use qt-bundled; then - sed -i 's/^Exec.*$/& --force-bundled-qt/' "${D}/usr/share/applications/${PN}.desktop" || die "Can't sed" - else - # Delete bundled Qt - rm -fr ${D}${MENDELEY_INSTALL_DIR}/lib/qt || die "Can't delete qt folder" - fi - - # Delete bundled OpenSSL 0.9.8 - rm -fr ${D}${MENDELEY_INSTALL_DIR}/lib/ssl || die "Can't delete ssl folder" -} diff --git a/sci-misc/mendeleydesktop/mendeleydesktop-1.3.1.ebuild b/sci-misc/mendeleydesktop/mendeleydesktop-1.3.1.ebuild deleted file mode 100755 index 7134b2c..0000000 --- a/sci-misc/mendeleydesktop/mendeleydesktop-1.3.1.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -# http://bugs.gentoo.org/show_bug.cgi?id=308509 - -EAPI=4 - -inherit eutils - -ARCHIVE_BASE="${P}-linux-BASE.tar.bz2" -ARCHIVE_X86="${ARCHIVE_BASE/BASE/i486}" -ARCHIVE_AMD64="${ARCHIVE_BASE/BASE/x86_64}" - -DESCRIPTION="A free research management tool for desktop & web" -HOMEPAGE="http://www.mendeley.com/" - -SRC_URI=" - x86? ( http://download.mendeley.com/linux/${ARCHIVE_X86} ) - amd64? ( http://download.mendeley.com/linux/${ARCHIVE_AMD64} ) -" - -LICENSE="Mendelay-EULA" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="qt-bundled" -RESTRICT="mirror strip" - -RDEPEND=" - !qt-bundled? ( - <x11-libs/qt-core-4.8 - <x11-libs/qt-gui-4.8 - <x11-libs/qt-svg-4.8 - <x11-libs/qt-webkit-4.8 - <x11-libs/qt-xmlpatterns-4.8 - ) - qt-bundled? ( - media-libs/libpng:1.2 - ) - dev-lang/python:2.7 - dev-libs/openssl:0.9.8" -DEPEND="${RDEPEND}" - -if [[ "${ARCH}" == "x86" ]]; then - S=${WORKDIR}/${ARCHIVE_X86/.tar.bz2/} -elif [[ "${ARCH}" == "amd64" ]]; then - S=${WORKDIR}/${ARCHIVE_AMD64/.tar.bz2/} -fi - -MENDELEY_INSTALL_DIR="/opt/${PN}" - -src_install() { - # install menu - domenu "share/applications/${PN}.desktop" - # Install commonly used icon sizes - for res in 16x16 22x22 32x32 48x48 64x64 128x128 ; do - insinto "/usr/share/icons/hicolor/${res}/apps" - doins "share/icons/hicolor/${res}/apps/${PN}.png" - done - insinto "/usr/share/pixmaps" - doins "share/icons/hicolor/48x48/apps/${PN}.png" - - # dodoc - dodoc "share/doc/${PN}/"* - - # create directories for installation - dodir ${MENDELEY_INSTALL_DIR} - dodir "${MENDELEY_INSTALL_DIR}/lib" - dodir "${MENDELEY_INSTALL_DIR}/share" - - # install binaries - cp -r "bin" "${D}${MENDELEY_INSTALL_DIR}" || die "Can't copy bin directory" - cp -r "lib" "${D}${MENDELEY_INSTALL_DIR}" || die "Can't copy lib directory" - cp -r "share/${PN}" "${D}${MENDELEY_INSTALL_DIR}/share" || die "Can't copy share/${PN} directory" - dosym "${MENDELEY_INSTALL_DIR}/bin/${PN}" "/usr/bin/${PN}" - sed -i '1s@^#!/usr/bin/python$@&2@' ${D}${MENDELEY_INSTALL_DIR}/bin/${PN} || die "Can't sed for python2" - - if use qt-bundled; then - sed -i 's/^Exec.*$/& --force-bundled-qt/' "${D}/usr/share/applications/${PN}.desktop" || die "Can't sed" - else - # Delete bundled Qt - rm -fr ${D}${MENDELEY_INSTALL_DIR}/lib/qt || die "Can't delete qt folder" - fi - - # Delete bundled OpenSSL 0.9.8 - rm -fr ${D}${MENDELEY_INSTALL_DIR}/lib/ssl || die "Can't delete ssl folder" -} |