summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-12-26 13:25:21 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2009-12-26 13:25:21 +0000
commit1210393edb1fea224bfe4105ad1963685327e1a1 (patch)
tree5367fc86f7e0877d15ff75a4fc69f5955aadfbb0 /net-misc
parentVersion bump. Use ssl USE flag for tls support. (diff)
downloadgentoo-2-1210393edb1fea224bfe4105ad1963685327e1a1.tar.gz
gentoo-2-1210393edb1fea224bfe4105ad1963685327e1a1.tar.bz2
gentoo-2-1210393edb1fea224bfe4105ad1963685327e1a1.zip
Fixed documentation path wrt bug #298317
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/anyremote/ChangeLog8
-rw-r--r--net-misc/anyremote/anyremote-5.0-r1.ebuild (renamed from net-misc/anyremote/anyremote-5.0.ebuild)13
2 files changed, 18 insertions, 3 deletions
diff --git a/net-misc/anyremote/ChangeLog b/net-misc/anyremote/ChangeLog
index fb5e0243a375..8be588047a95 100644
--- a/net-misc/anyremote/ChangeLog
+++ b/net-misc/anyremote/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/anyremote
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/anyremote/ChangeLog,v 1.4 2009/10/15 05:56:53 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/anyremote/ChangeLog,v 1.5 2009/12/26 13:25:21 hwoarang Exp $
+
+*anyremote-5.0-r1 (26 Dec 2009)
+
+ 26 Dec 2009; Markos Chandras <hwoarang@gentoo.org> -anyremote-5.0.ebuild,
+ +anyremote-5.0-r1.ebuild:
+ Fixed documentation path wrt bug #298317
*anyremote-5.0 (15 Oct 2009)
diff --git a/net-misc/anyremote/anyremote-5.0.ebuild b/net-misc/anyremote/anyremote-5.0-r1.ebuild
index dafb3e7298f1..ced3bfc9cd1b 100644
--- a/net-misc/anyremote/anyremote-5.0.ebuild
+++ b/net-misc/anyremote/anyremote-5.0-r1.ebuild
@@ -1,9 +1,11 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/anyremote/anyremote-5.0.ebuild,v 1.1 2009/10/15 05:56:53 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/anyremote/anyremote-5.0-r1.ebuild,v 1.1 2009/12/26 13:25:21 hwoarang Exp $
EAPI="2"
+inherit autotools
+
DESCRIPTION="Anyremote provides wireless bluetooth, infrared or cable remote control service"
HOMEPAGE="http://anyremote.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
@@ -19,8 +21,15 @@ RDEPEND="bluetooth? ( || ( net-wireless/bluez ( net-wireless/bluez-libs net-wire
DEPEND="${RDEPEND}"
+src_prepare() {
+ #workaround to badly broken autotools scripts by upstream
+ sed -i "s/doc\/${PN}/doc\/${PF}/g" Makefile.am \
+ || die "failed to fix documentation path"
+ eautoreconf
+}
+
src_configure() {
- econf $(use_enable bluetooth) $(use_enable dbus)
+ econf --docdir="/usr/share/doc/${PF}/" $(use_enable bluetooth) $(use_enable dbus)
}
src_install() {