diff options
| author | Johannes Huber <johu@gentoo.org> | 2015-08-27 14:47:44 +0200 |
|---|---|---|
| committer | Johannes Huber <johu@gentoo.org> | 2015-08-27 14:47:44 +0200 |
| commit | 5abb45a29171dc8ad15e174acd5e0ab2c8c111bf (patch) | |
| tree | 16043f2955ecf85935338cb397c6f1db23c74c68 /net-libs/accounts-qt/accounts-qt-1.13.ebuild | |
| parent | 6f182907fcc21a392724c0dd4f3aae51a18432d7 (diff) | |
| download | kde-5abb45a29171dc8ad15e174acd5e0ab2c8c111bf.tar.gz kde-5abb45a29171dc8ad15e174acd5e0ab2c8c111bf.tar.bz2 kde-5abb45a29171dc8ad15e174acd5e0ab2c8c111bf.zip | |
net-libs/accounts-qt: Remove package
Moved to gentoo main repo.
Diffstat (limited to 'net-libs/accounts-qt/accounts-qt-1.13.ebuild')
| -rw-r--r-- | net-libs/accounts-qt/accounts-qt-1.13.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/net-libs/accounts-qt/accounts-qt-1.13.ebuild b/net-libs/accounts-qt/accounts-qt-1.13.ebuild deleted file mode 100644 index f5bfac9d855..00000000000 --- a/net-libs/accounts-qt/accounts-qt-1.13.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit qmake-utils - -DESCRIPTION="Qt5 bindings for libaccounts-glib" -HOMEPAGE="https://01.org/gsso/" -SRC_URI="http://dev.gentoo.org/~kensington/distfiles/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc test" - -# killed by stack smashing detector -RESTRICT="test" - -RDEPEND=" - net-libs/libaccounts-glib - dev-libs/glib:2 - dev-qt/qtcore:5 - dev-qt/qtxml:5 -" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen ) - test? ( dev-qt/qttest:5 ) -" - -src_prepare() { - sed -e "s|share/doc/\$\${PROJECT_NAME}|share/doc/${PF}|" -i doc/doc.pri || die - use doc || sed -e "/include( doc\/doc.pri )/d" -i ${PN}.pro || die - use test || sed -i -e '/^SUBDIRS/s/tests//' accounts-qt.pro || die "couldn't disable tests" -} - -src_configure() { - eqmake5 -} - -src_install() { - emake INSTALL_ROOT="${D}" install -} |
