From 86c1d1472f4ea50c4a52b3215ac472e58573393a Mon Sep 17 00:00:00 2001 From: Angelo Arrifano Date: Fri, 25 May 2012 23:38:31 +0000 Subject: Version bump (Portage version: 2.1.10.49/cvs/Linux x86_64) --- sci-misc/mendeleydesktop/ChangeLog | 8 +- .../mendeleydesktop/mendeleydesktop-1.5.1.ebuild | 103 --------------------- .../mendeleydesktop/mendeleydesktop-1.5.2.ebuild | 101 ++++++++++++++++++++ 3 files changed, 108 insertions(+), 104 deletions(-) delete mode 100644 sci-misc/mendeleydesktop/mendeleydesktop-1.5.1.ebuild create mode 100644 sci-misc/mendeleydesktop/mendeleydesktop-1.5.2.ebuild (limited to 'sci-misc') diff --git a/sci-misc/mendeleydesktop/ChangeLog b/sci-misc/mendeleydesktop/ChangeLog index dfc5ad2f6b27..0bab12eab084 100644 --- a/sci-misc/mendeleydesktop/ChangeLog +++ b/sci-misc/mendeleydesktop/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-misc/mendeleydesktop # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/mendeleydesktop/ChangeLog,v 1.3 2012/04/23 16:41:41 miknix Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/mendeleydesktop/ChangeLog,v 1.4 2012/05/25 23:38:30 miknix Exp $ + +*mendeleydesktop-1.5.2 (26 May 2012) + + 26 May 2012; Angelo Arrifano + -mendeleydesktop-1.5.1.ebuild, +mendeleydesktop-1.5.2.ebuild: + Version bump *mendeleydesktop-1.5.1 (23 Apr 2012) diff --git a/sci-misc/mendeleydesktop/mendeleydesktop-1.5.1.ebuild b/sci-misc/mendeleydesktop/mendeleydesktop-1.5.1.ebuild deleted file mode 100644 index 5152d01e8fd5..000000000000 --- a/sci-misc/mendeleydesktop/mendeleydesktop-1.5.1.ebuild +++ /dev/null @@ -1,103 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/mendeleydesktop/mendeleydesktop-1.5.1.ebuild,v 1.1 2012/04/23 16:41:40 miknix Exp $ - -EAPI="4" - -inherit eutils multilib - -MY_P_AMD64="${P}-linux-x86_64" -MY_P_X86="${P}-linux-i486" - -if use amd64 || use amd64-linux ; then - MY_P="${MY_P_AMD64}" -elif use x86 || use x86-linux ; then - MY_P="${MY_P_X86}" -fi - -DESCRIPTION="A free research management tool for desktop and web" -HOMEPAGE="http://www.mendeley.com/" -SRC_URI="amd64? ( ${MY_P_AMD64}.tar.bz2 ) - x86? ( ${MY_P_X86}.tar.bz2 ) - amd64-linux? ( ${MY_P_AMD64}.tar.bz2 ) - x86-linux? ( ${MY_P_X86}.tar.bz2 )" - -LICENSE="Mendeley-EULA" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RESTRICT="fetch" - -DEPEND="" -RDEPEND=">=x11-libs/qt-core-4.6 - >=x11-libs/qt-gui-4.6 - >=x11-libs/qt-svg-4.6 - >=x11-libs/qt-webkit-4.6 - >=x11-libs/qt-xmlpatterns-4.6" - -S="${WORKDIR}/${MY_P}" - -QA_PRESTRIPPED=" - /opt/mendeleydesktop/$(get_libdir)/mendeleydesktop/libexec/.* - /opt/mendeleydesktop/$(get_libdir)/lib.*so.*" - -pkg_nofetch() { - elog "Please download ${MY_P} from:" - elog "http://www.mendeley.com/download-mendeley-desktop/" - elog "and move it to ${DISTDIR}" -} - -src_prepare() { - # remove bundled Qt libraries - rm -rf lib/mendeleydesktop/plugins \ - || die "failed to remove plugin directory" - rm lib/mendeleydesktop/libexec/qt.conf \ - || die "failed to remove qt configuration file" - rm -rf lib/qt || die "failed to remove qt libraries" - - # force use of system Qt libraries - sed -i "s:sys\.argv\.count(\"--force-system-qt\") > 0:True:" \ - bin/mendeleydesktop || die "failed to patch startup script" - - # fix library paths - sed -i \ - -e "s:lib/mendeleydesktop:$(get_libdir)/mendeleydesktop:g" \ - -e "s:MENDELEY_BASE_PATH + \"/lib/\":MENDELEY_BASE_PATH + \"/$(get_libdir)/\":g" \ - bin/mendeleydesktop || die "failed to patch library path" -} - -src_install() { - # install menu - domenu share/applications/${PN}.desktop - - # install application icons - insinto /usr/share/icons - doins -r share/icons/hicolor - - # install default icon - insinto /usr/share/pixmaps - doins share/icons/hicolor/48x48/apps/${PN}.png - - # install documentation, but no license file - dodoc share/doc/${PN}/FAQ.pdf - dodoc share/doc/${PN}/Readme.txt - - # install binary - into /opt/${PN} - dobin bin/* - - # install libraries - dolib.so lib/lib*.so* - - # install programs - exeinto /opt/mendeleydesktop/$(get_libdir)/mendeleydesktop/libexec - doexe lib/mendeleydesktop/libexec/* - - # install shared files - insinto /opt/${PN}/share - doins -r share/mendeleydesktop - - # make symbolic to known location - dosym /opt/${PN}/bin/${PN} /opt/bin/${PN} -} diff --git a/sci-misc/mendeleydesktop/mendeleydesktop-1.5.2.ebuild b/sci-misc/mendeleydesktop/mendeleydesktop-1.5.2.ebuild new file mode 100644 index 000000000000..866340b1c940 --- /dev/null +++ b/sci-misc/mendeleydesktop/mendeleydesktop-1.5.2.ebuild @@ -0,0 +1,101 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/mendeleydesktop/mendeleydesktop-1.5.2.ebuild,v 1.1 2012/05/25 23:38:30 miknix Exp $ + +EAPI="4" + +inherit eutils multilib + +MY_P_AMD64="${P}-linux-x86_64" +MY_P_X86="${P}-linux-i486" + +if use amd64 || use amd64-linux ; then + MY_P="${MY_P_AMD64}" +elif use x86 || use x86-linux ; then + MY_P="${MY_P_X86}" +fi + +DESCRIPTION="A free research management tool for desktop and web" +HOMEPAGE="http://www.mendeley.com/" +SRC_URI="amd64? ( ${MY_P_AMD64}.tar.bz2 ) + x86? ( ${MY_P_X86}.tar.bz2 ) + amd64-linux? ( ${MY_P_AMD64}.tar.bz2 ) + x86-linux? ( ${MY_P_X86}.tar.bz2 )" + +LICENSE="Mendeley-EULA" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RESTRICT="fetch" + +DEPEND="" +RDEPEND=">=x11-libs/qt-core-4.6 + >=x11-libs/qt-gui-4.6 + >=x11-libs/qt-svg-4.6 + >=x11-libs/qt-webkit-4.6 + >=x11-libs/qt-xmlpatterns-4.6" + +S="${WORKDIR}/${MY_P}" + +QA_PRESTRIPPED=" + /opt/mendeleydesktop/$(get_libdir)/mendeleydesktop/libexec/.* + /opt/mendeleydesktop/$(get_libdir)/lib.*so.*" + +pkg_nofetch() { + elog "Please download ${MY_P} from:" + elog "http://www.mendeley.com/download-mendeley-desktop/" + elog "and move it to ${DISTDIR}" +} + +src_prepare() { + # remove bundled Qt libraries + rm -rf lib/mendeleydesktop/plugins \ + || die "failed to remove plugin directory" + rm -rf lib/qt || die "failed to remove qt libraries" + + # force use of system Qt libraries + sed -i "s:sys\.argv\.count(\"--force-system-qt\") > 0:True:" \ + bin/mendeleydesktop || die "failed to patch startup script" + + # fix library paths + sed -i \ + -e "s:lib/mendeleydesktop:$(get_libdir)/mendeleydesktop:g" \ + -e "s:MENDELEY_BASE_PATH + \"/lib/\":MENDELEY_BASE_PATH + \"/$(get_libdir)/\":g" \ + bin/mendeleydesktop || die "failed to patch library path" +} + +src_install() { + # install menu + domenu share/applications/${PN}.desktop + + # install application icons + insinto /usr/share/icons + doins -r share/icons/hicolor + + # install default icon + insinto /usr/share/pixmaps + doins share/icons/hicolor/48x48/apps/${PN}.png + + # install documentation, but no license file + dodoc share/doc/${PN}/FAQ.pdf + dodoc share/doc/${PN}/Readme.txt + + # install binary + into /opt/${PN} + dobin bin/* + + # install libraries + dolib.so lib/lib*.so* + + # install programs + exeinto /opt/mendeleydesktop/$(get_libdir)/mendeleydesktop/libexec + doexe lib/mendeleydesktop/libexec/* + + # install shared files + insinto /opt/${PN}/share + doins -r share/mendeleydesktop + + # make symbolic to known location + dosym /opt/${PN}/bin/${PN} /opt/bin/${PN} +} -- cgit v1.2.3-65-gdbad