public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/mendeleydesktop/
Date: Thu,  8 Jan 2015 15:55:06 +0000 (UTC)	[thread overview]
Message-ID: <1420732503.190605c70b83f2c4247d38943f8bb8843eb453d6.jlec@gentoo> (raw)

commit:     190605c70b83f2c4247d38943f8bb8843eb453d6
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  8 15:54:50 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jan  8 15:55:03 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=190605c7

Moved to tree

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

---
 sci-misc/mendeleydesktop/ChangeLog                 |  22 ----
 .../mendeleydesktop/mendeleydesktop-1.12.4.ebuild  | 121 ---------------------
 sci-misc/mendeleydesktop/metadata.xml              |  10 --
 3 files changed, 153 deletions(-)

diff --git a/sci-misc/mendeleydesktop/ChangeLog b/sci-misc/mendeleydesktop/ChangeLog
deleted file mode 100644
index 346e901..0000000
--- a/sci-misc/mendeleydesktop/ChangeLog
+++ /dev/null
@@ -1,22 +0,0 @@
-# ChangeLog for sci-misc/mendeleydesktop
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*mendeleydesktop-1.12.4 (12 Dec 2014)
-
-  12 Dec 2014; Marius Brehler <marbre@linux.sungazer.de>
-  +mendeleydesktop-1.12.4.ebuild, -mendeleydesktop-1.12.3.ebuild:
-  Version bump; Drop old
-
-  29 Nov 2014; Marius Brehler <marbre@linux.sungazer.de> -files/medneleydekstop,
-  mendeleydesktop-1.12.3.ebuild:
-  Fixes according to https://github.com/gentoo-science/sci/pull/291
-
-*mendeleydesktop-1.12.3 (19 Nov 2014)
-
-  19 Nov 2014; Marius Brehler <marbre@linux.sungazer.de> +files/mendeleydesktop,
-  +mendeleydesktop-1.12.3.ebuild, +metadata.xml:
-  Version bump, #529230
-
-  14 Nov 2014; Michael Weber <xmw@gentoo.org> mendeleydesktop-1.12.3.ebuild:
-  Fix bug 480346.

diff --git a/sci-misc/mendeleydesktop/mendeleydesktop-1.12.4.ebuild b/sci-misc/mendeleydesktop/mendeleydesktop-1.12.4.ebuild
deleted file mode 100644
index 9bbcca1..0000000
--- a/sci-misc/mendeleydesktop/mendeleydesktop-1.12.4.ebuild
+++ /dev/null
@@ -1,121 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-
-inherit eutils fdo-mime multilib
-
-MY_P_AMD64="${P}-linux-x86_64"
-MY_P_X86="${P}-linux-i486"
-
-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=">=dev-qt/qtcore-4.6:4
-	>=dev-qt/qtgui-4.6:4
-	>=dev-qt/qtsvg-4.6:4
-	>=dev-qt/qtwebkit-4.6:4
-	>=dev-qt/qtxmlpatterns-4.6:4"
-
-QA_PREBUILT="
-	/opt/mendeleydesktop/lib64/libMendeley.so.${PV}
-	/opt/mendeleydesktop/lib64/libPDFNetC.so
-	/opt/mendeleydesktop/lib64/mendeleydesktop/libexec/Updater
-	/opt/mendeleydesktop/lib64/mendeleydesktop/libexec/mendeleydesktop.x86_64
-	/opt/mendeleydesktop/lib/libMendeley.so.${PV}
-	/opt/mendeleydesktop/lib/libPDFNetC.so
-	/opt/mendeleydesktop/lib/mendeleydesktop/libexec/Updater
-	/opt/mendeleydesktop/lib/mendeleydesktop/libexec/mendeleydesktop.i486"
-
-pkg_nofetch() {
-	elog "Please download ${A} from:"
-	elog "http://www.mendeley.com/download-mendeley-desktop/"
-	elog "and move it to ${DISTDIR}"
-}
-
-src_unpack() {
-	unpack ${A}
-
-	cd "${WORKDIR}" || die
-
-	if use amd64 || use amd64-linux ; then
-		mv -f "${MY_P_AMD64}" "${P}" || die
-	else
-		mv -f "${MY_P_X86}" "${P}" || die
-	fi
-}
-
-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}/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
-
-	# install launch script
-	into /opt
-	make_wrapper ${PN} "/opt/${PN}/bin/${PN} --unix-distro-build"
-}
-
-pkg_postinst() {
-	fdo-mime_desktop_database_update
-	fdo-mime_mime_database_update
-}
-
-pkg_postrm() {
-	fdo-mime_desktop_database_update
-	fdo-mime_mime_database_update
-}

diff --git a/sci-misc/mendeleydesktop/metadata.xml b/sci-misc/mendeleydesktop/metadata.xml
deleted file mode 100644
index cfc3dd7..0000000
--- a/sci-misc/mendeleydesktop/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-
-<pkgmetadata>
-<maintainer>
-  <email></email>
-  <name></name>
-</maintainer>
-<longdescription>Mendeley(TM) is a free reference manager and academic social network that can help you organize your research, collaborate with others online, and discover the latest research.</longdescription>
-</pkgmetadata>


             reply	other threads:[~2015-01-08 15:55 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-08 15:55 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-01-15  6:53 [gentoo-commits] proj/sci:master commit in: sci-misc/mendeleydesktop/ Justin Lecher
2015-01-15  6:53 Justin Lecher
2015-01-15  6:53 Justin Lecher
2014-12-15 11:58 Justin Lecher
2014-11-30 13:34 Justin Lecher
2014-11-30 13:34 Justin Lecher
2014-11-30 13:34 Justin Lecher
2014-11-30 13:34 Justin Lecher

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=1420732503.190605c70b83f2c4247d38943f8bb8843eb453d6.jlec@gentoo \
    --to=jlec@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