Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 308509
Collapse All | Expand All

(-)mendeleydesktop-0.9.8.1-r1.ebuild.old (-9 / +6 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2010 Gentoo Foundation
1
# Copyright 1999-2011 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
Lines 6-20 Link Here
6
6
7
inherit eutils
7
inherit eutils
8
8
9
if [ "${ARCH}" = "amd64" ] ; then
10
	LNXARCH="linux-x86_64"
11
else
12
	LNXARCH="linux-i486"
13
fi
14
15
DESCRIPTION="A free research management tool for desktop & web"
9
DESCRIPTION="A free research management tool for desktop & web"
16
HOMEPAGE="http://www.mendeley.com/"
10
HOMEPAGE="http://www.mendeley.com/"
17
SRC_URI="${HOMEPAGE}/downloads/linux/${P}-${LNXARCH}.tar.bz2"
11
SRC_BASE="${HOMEPAGE}/downloads/linux/${P}-linux"
12
SRC_URI="x86? ( ${SRC_BASE}-i486.tar.bz2 )
13
amd64? ( ${SRC_BASE}-x86_64.tar.bz2 )"
18
14
19
LICENSE="Mendelay-EULA"
15
LICENSE="Mendelay-EULA"
20
SLOT="0"
16
SLOT="0"
Lines 25-31 Link Here
25
	media-libs/libpng:1.2
21
	media-libs/libpng:1.2
26
	dev-libs/openssl"
22
	dev-libs/openssl"
27
23
28
S="${WORKDIR}/${P}-${LNXARCH}"
24
S="x86? ( ${WORKDIR}/${P}-linux-i486 )
25
amd64? (${WORKDIR}/${P}-linux-x86_64 )"
29
26
30
MENDELEY_INSTALL_DIR="/opt/${PN}"
27
MENDELEY_INSTALL_DIR="/opt/${PN}"
31
28

Return to bug 308509