summaryrefslogtreecommitdiff
path: root/media-tv
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2013-05-28 21:20:48 +0200
committerBertrand Jacquin <beber@meleeweb.net>2013-05-28 23:30:15 +0200
commit9cb77c6ffe508f6be1efb50685832200e5bd0b3a (patch)
treef9b11f2cdc135206e7dd24644ec2fea66ddf73f7 /media-tv
parentdelete old net-misc/curl (diff)
downloadportage-9cb77c6ffe508f6be1efb50685832200e5bd0b3a.tar.xz
media-tv/congruity: LICENSE is GPL-3
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/congruity/Manifest4
-rw-r--r--media-tv/congruity/congruity-13.ebuild18
2 files changed, 12 insertions, 10 deletions
diff --git a/media-tv/congruity/Manifest b/media-tv/congruity/Manifest
index 5cdf576d..db992bc7 100644
--- a/media-tv/congruity/Manifest
+++ b/media-tv/congruity/Manifest
@@ -1,2 +1,2 @@
-DIST congruity-13.tar.bz2 176916 RMD160 7674ec678a6a45cfdaf7193b43c6b96a54a77fdb SHA1 cf9773210f37cb414166e9fd0baddb713de5e201 SHA256 edbabd80d703d3fdbdcd745aa1986b88be02b1bcaa29e5a5886713ad4a1ef5f2
-EBUILD congruity-13.ebuild 541 RMD160 30f920292503c512b58fb19b77721e88f4808557 SHA1 1b1de2618ad3f3d9ef21c0b16a08385b49d5b832 SHA256 d9465f7e222cd5d5e8fbd840b94476dc3c0109218b3d3a2fec988d7fd104669d
+DIST congruity-13.tar.bz2 176916 SHA256 edbabd80d703d3fdbdcd745aa1986b88be02b1bcaa29e5a5886713ad4a1ef5f2 WHIRLPOOL a4b2889f235f816aebbafc3b4c15b20b69469f8d89845f32c687563c2753ef22cb082531de5cb8fbd14c6192b140d325c0c7f9255d5d3e7e11251af73af9782d
+EBUILD congruity-13.ebuild 604 SHA256 9726ff8308a9a0f11227b60d342553ca393b8922ae1da4572a52342f95b4a575 WHIRLPOOL 5d4d622ebf166c3b5875fa0903b23187892b06df9b5f054c21f007cd31f0e00f8dd5d0d609084e25a166d261a5270d10abbd1d70836bdac172d10efb92ebdeda
diff --git a/media-tv/congruity/congruity-13.ebuild b/media-tv/congruity/congruity-13.ebuild
index e5d922e6..d99c8bc4 100644
--- a/media-tv/congruity/congruity-13.ebuild
+++ b/media-tv/congruity/congruity-13.ebuild
@@ -2,24 +2,26 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-DESCRIPTION=""
-HOMEPAGE="http://sourceforge.net/projects/congruity/"
+DESCRIPTION="GUI application for programming Logitech Harmony"
+HOMEPAGE="http://sourceforge.net/projects/congruity"
SRC_URI="mirror://sourceforge/congruity/${P}.tar.bz2"
-LICENSE="GPL"
+LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
-DEPEND="dev-libs/libconcord dev-lang/python dev-python/wxpython"
+DEPEND="dev-libs/libconcord
+ dev-lang/python
+ dev-python/wxpython"
RDEPEND="${DEPEND}"
src_compile() {
- sed -i "s/\/usr\/local/\/usr/g" ${S}/Makefile
+ sed -i -e 's;/usr/local;/usr;g' "${S}/Makefile"
}
src_install() {
- emake DESTDIR=${D} UPDATE_DESKTOP_DB="" install || die "install failed"
+ emake DESTDIR="${D}" UPDATE_DESKTOP_DB="" \
+ install \
+ || die "install failed"
}
-
-