summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Sanda <ps@twin.jikos.cz>2012-03-17 00:06:36 +0100
committerPavel Sanda <ps@twin.jikos.cz>2012-03-17 00:06:36 +0100
commit3a4120d00932afda8c8eb82b3bf29ba4843c4a02 (patch)
treee1cc0c4145eac351805ed6a115c7b34db43631ea /app-office/lyx
parentAdd older version of Piedock which work with older libs. (diff)
downloadrebutia-3a4120d00932afda8c8eb82b3bf29ba4843c4a02.tar.gz
rebutia-3a4120d00932afda8c8eb82b3bf29ba4843c4a02.tar.bz2
rebutia-3a4120d00932afda8c8eb82b3bf29ba4843c4a02.zip
lyx switched to git
Diffstat (limited to 'app-office/lyx')
-rw-r--r--app-office/lyx/lyx-2.0.9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-office/lyx/lyx-2.0.9999.ebuild b/app-office/lyx/lyx-2.0.9999.ebuild
index 47cc629..ac9e559 100644
--- a/app-office/lyx/lyx-2.0.9999.ebuild
+++ b/app-office/lyx/lyx-2.0.9999.ebuild
@@ -6,11 +6,11 @@ EAPI=3
PYTHON_DEPEND="2"
-inherit qt4-r2 eutils flag-o-matic font python toolchain-funcs subversion
+inherit qt4-r2 eutils flag-o-matic font python toolchain-funcs git-2
MY_P="${P/_}"
-ESVN_REPO_URI=svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X
+EGIT_REPO_URI="git://git.lyx.org/lyx"
S="${WORKDIR}/${S}"
FONT_S="${S}/lib/fonts"
FONT_SUFFIX="ttf"
@@ -104,6 +104,7 @@ pkg_setup() {
}
src_prepare() {
+ git checkout 2.0.x
epatch "${FILESDIR}"/2.0.3-python.patch
echo "#!/bin/sh" > config/py-compile
sed "s:python -tt:$(PYTHON) -tt:g" -i lib/configure.py || die