diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-02-12 20:30:33 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-02-12 20:30:33 +0000 |
commit | fd6f5b2a30296eb3a3dca2968bdb7baa7373a6fa (patch) | |
tree | fe33f2efeaa817c8d973c9eee995f3458531775b /gnome-extra/activity-log-manager | |
parent | [bump] dev-perl/Encode-Locale-1.30.0 (diff) | |
download | gentoo-2-fd6f5b2a30296eb3a3dca2968bdb7baa7373a6fa.tar.gz gentoo-2-fd6f5b2a30296eb3a3dca2968bdb7baa7373a6fa.tar.bz2 gentoo-2-fd6f5b2a30296eb3a3dca2968bdb7baa7373a6fa.zip |
Install docs in right place
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/activity-log-manager')
-rw-r--r-- | gnome-extra/activity-log-manager/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/activity-log-manager/activity-log-manager-0.9.0.1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/gnome-extra/activity-log-manager/ChangeLog b/gnome-extra/activity-log-manager/ChangeLog index c4fbabdcac06..99eba59760ce 100644 --- a/gnome-extra/activity-log-manager/ChangeLog +++ b/gnome-extra/activity-log-manager/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/activity-log-manager # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog,v 1.1 2012/02/10 17:34:53 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog,v 1.2 2012/02/12 20:30:33 jlec Exp $ + + 12 Feb 2012; Justin Lecher <jlec@gentoo.org> + activity-log-manager-0.9.0.1.ebuild: + Install docs in right place *activity-log-manager-0.9.0.1 (10 Feb 2012) diff --git a/gnome-extra/activity-log-manager/activity-log-manager-0.9.0.1.ebuild b/gnome-extra/activity-log-manager/activity-log-manager-0.9.0.1.ebuild index 9940ad066309..9e04277b3038 100644 --- a/gnome-extra/activity-log-manager/activity-log-manager-0.9.0.1.ebuild +++ b/gnome-extra/activity-log-manager/activity-log-manager-0.9.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.0.1.ebuild,v 1.1 2012/02/10 17:34:53 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.0.1.ebuild,v 1.2 2012/02/12 20:30:33 jlec Exp $ EAPI=4 @@ -8,7 +8,7 @@ inherit autotools gnome2 versionator DESCRIPTION="GUI which lets you easily control what gets logged by Zeitgeist" HOMEPAGE="https://launchpad.net/activity-log-manager/" -SRC_URI="http://launchpad.net/history-manager/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz" +SRC_URI="http://launchpad.net/history-manager/$(get_version_component_range 1-2)/$(get_version_component_range 1-3)/+download/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" @@ -42,7 +42,7 @@ src_prepare() { "${FILESDIR}"/${P}-gold.patch \ "${FILESDIR}"/${P}-ccpanel.patch sed \ - -e "/^almdocdir/s:=.*$:= \${prefix}/usr/share/doc:g" \ + -e "/^almdocdir/s:=.*$:= \${prefix}/share/doc/${PF}:g" \ -i Makefile.am || die sed \ -e 's:-g::g' \ |