Ebuild
June 22, 2010, 18:50
GUI frontend to the Subversion revision system
| alpha | amd64 | arm | hppa | ia64 | m68k | mips | ppc | ppc64 | s390 | sh | sparc | x86 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0.8.3 | – | ~ | – | – | – | – | – | – | – | – | – | – | ~ |
PACKAGE DESCRIPTION:
GUI frontend to the Subversion revision system
Category:
CHANGELOG
# ChangeLog for dev-vcs/qsvn # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/qsvn/ChangeLog,v 1.5 2011/06/13 15:05:25 hwoarang Exp $ 13 Jun 2011; Markos Chandras (hwoarang) metadata.xml: Remove myself from metadata.xml 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis (arfrever) qsvn-0.8.3.ebuild: dev-util/subversion renamed to dev-vcs/subversion. 30 Mar 2010; Theo Chatzimichos (tampakrap) qsvn-0.8.3.ebuild, +files/qsvn-0.8.3-static-lib.patch: Add patch provided by Yaakov S, to make libsvnqt a static lib, bug 296624 05 Mar 2010; Theo Chatzimichos (tampakrap) qsvn-0.8.3.ebuild: update category of kdesvn blocker 05 Mar 2010; Theo Chatzimichos (tampakrap) +qsvn-0.8.3.ebuild, +files/qsvn-0.8.3-tests.patch, +metadata.xml: Move qsvn from dev-util to dev-vcs 17 Dec 2009; Markos Chandras (hwoarang) qsvn-0.8.3.ebuild: add blocker for dev-util/kdesvn ( wrt bug #296624 ) 12 Dec 2009; Dominik Kapusta (ayoy) qsvn-0.8.3.ebuild, +files/qsvn-0.8.3-tests.patch: Adding a patch to fix tests (use QCoreApplication instead of QApplication) - bug #296622. *qsvn-0.8.3 (04 Aug 2009) 04 Aug 2009; Markos Chandras (hwoarang) +qsvn-0.8.3.ebuild, +metadata.xml: Initial commit of qsvn application. Fixes bug 135792. Thanks to Georges Toth <sim0n@trypill.org>, Thomas Beinicke <merlin@liao.homelinux.org>, Vladimir <vovan888@gmail.com> for the initial ebuilds
BUGS
No bugs found
Notes: This list is taken from a snapshot, and is not a reliable reference. Search bugzilla for accurate results.
USE FLAGS
No Use Flags
BUILD DEPENDENCIES
| dev-util/cmake | Cross platform Make |
| dev-vcs/subversion | Advanced version control system |
| sys-apps/findutils | GNU utilities for finding files |
| x11-libs/qt-gui | The GUI module for the Qt toolkit |
| x11-libs/qt-sql | The SQL module for the Qt toolkit |
| x11-libs/qt-test | The testing framework module for the Qt toolkit |
RUNTIME DEPENDENCIES
| dev-vcs/subversion | Advanced version control system |
| x11-libs/qt-gui | The GUI module for the Qt toolkit |
| x11-libs/qt-sql | The SQL module for the Qt toolkit |
SOURCE CODE
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qsvn/qsvn-0.8.3.ebuild,v 1.4
2010/06/22 18:50:23 arfrever Exp $
EAPI="2"
inherit cmake-utils eutils
DESCRIPTION="GUI frontend to the Subversion revision system"
HOMEPAGE="http://www.anrichter.net/projects/qsvn/"
SRC_URI="http://www.anrichter.net/projects/${PN}/chrome/site/${P}-src.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="x11-libs/qt-gui:4[qt3support]
x11-libs/qt-sql:4[sqlite]
dev-vcs/subversion"
DEPEND="${RDEPEND}
x11-libs/qt-test"
S=${WORKDIR}/${P}/src
PATCHES=( "${FILESDIR}/${P}-tests.patch"
"${FILESDIR}/${P}-static-lib.patch" )
#src_prepare() {
# epatch "${FILESDIR}/${P}-tests.patch"
# epatch "
#}
src_install() {
cmake-utils_src_install
dodoc ../{ChangeLog,README} || die
}