Files
@ 18a8e5531eb9
Branch filter:
Location: portage-overlay.git/x11-misc/congruity/congruity-17.ebuild - annotation
18a8e5531eb9
701 B
application/vnd.gentoo.ebuild
Merge branch 'master' of pubgit.rpgfiction.net:portage-overlay
c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 | # Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
inherit python
DESCRIPTION="GUI application for programming Logitech Harmony remote controls"
HOMEPAGE="http://sourceforge.net/projects/congruity/"
SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.bz2"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="dev-python/wxpython:2.8
dev-libs/libconcord[python]"
RDEPEND="${DEPEND}"
src_prepare() {
python_convert_shebangs -r 2 .
}
src_install() {
emake RUN_UPDATE_DESKTOP_DB=0 \
PREFIX="/usr" \
DESTDIR="${D}" install || die
dodoc README.txt Changelog
}
|