Parent Directory
|
Revision Log
Dropping unneeded dependency bug#383421 (Portage version: 2.1.11.9/cvs/Linux x86_64)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/x11-libs/libyui-qt/libyui-qt-2.21.1.ebuild,v 1.2 2012/07/26 15:05:30 johu Exp $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | |
| 7 | inherit cmake-utils |
| 8 | |
| 9 | DESCRIPTION="UI abstraction library - Qt plugin" |
| 10 | HOMEPAGE="http://sourceforge.net/projects/libyui/" |
| 11 | SRC_URI="mirror://sourceforge/libyui/${P}.tar.gz" |
| 12 | |
| 13 | LICENSE="GPL-3" |
| 14 | SLOT="0" |
| 15 | KEYWORDS="~amd64" |
| 16 | IUSE="" |
| 17 | |
| 18 | DEPEND="x11-libs/qt-gui:4 |
| 19 | x11-libs/libyui |
| 20 | " |
| 21 | RDEPEND="${DEPEND}" |
| 22 | |
| 23 | src_install() { |
| 24 | cmake-utils_src_install |
| 25 | rm -rf "${ED}/usr/include" |
| 26 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |