Files
@ 9937c35f50b3
Branch filter:
Location: portage-overlay.git/x11-misc/congruity/congruity-17.ebuild - annotation
9937c35f50b3
701 B
application/vnd.gentoo.ebuild
cleanup and bump net-im/swift
c30ae98a7813 c30ae98a7813 c30ae98a7813 c30ae98a7813 df976a178b95 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=5
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
}
|