diff options
author | Serkan Kaba <serkan@gentoo.org> | 2010-07-14 03:18:32 +0000 |
---|---|---|
committer | Serkan Kaba <serkan@gentoo.org> | 2010-07-14 03:18:32 +0000 |
commit | db0ddd15670335e86d3db218f9d4e27055e408ba (patch) | |
tree | 7af079705e6f8ce062fc856a99daafa067c7e378 /app-mobilephone/anyremote | |
parent | Stable for HPPA (bug #283362). (diff) | |
download | gentoo-2-db0ddd15670335e86d3db218f9d4e27055e408ba.tar.gz gentoo-2-db0ddd15670335e86d3db218f9d4e27055e408ba.tar.bz2 gentoo-2-db0ddd15670335e86d3db218f9d4e27055e408ba.zip |
Version bump. Remove old.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-mobilephone/anyremote')
-rw-r--r-- | app-mobilephone/anyremote/ChangeLog | 8 | ||||
-rw-r--r-- | app-mobilephone/anyremote/anyremote-5.1.3.ebuild (renamed from app-mobilephone/anyremote/anyremote-5.1.1.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-mobilephone/anyremote/ChangeLog b/app-mobilephone/anyremote/ChangeLog index 2a3cefdb97f9..d9bc05ac7d27 100644 --- a/app-mobilephone/anyremote/ChangeLog +++ b/app-mobilephone/anyremote/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-mobilephone/anyremote # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.5 2010/06/29 09:22:11 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.6 2010/07/14 03:18:32 serkan Exp $ + +*anyremote-5.1.3 (14 Jul 2010) + + 14 Jul 2010; Serkan Kaba <serkan@gentoo.org> -anyremote-5.1.1.ebuild, + +anyremote-5.1.3.ebuild: + Version bump. Remove old. 29 Jun 2010; Christian Faulhammer <fauli@gentoo.org> anyremote-5.1.2.ebuild: diff --git a/app-mobilephone/anyremote/anyremote-5.1.1.ebuild b/app-mobilephone/anyremote/anyremote-5.1.3.ebuild index 0bcf23dad24a..cb56f8067127 100644 --- a/app-mobilephone/anyremote/anyremote-5.1.1.ebuild +++ b/app-mobilephone/anyremote/anyremote-5.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-5.1.1.ebuild,v 1.3 2010/06/11 12:24:59 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-5.1.3.ebuild,v 1.1 2010/07/14 03:18:32 serkan Exp $ EAPI="2" @@ -24,7 +24,7 @@ DEPEND="${RDEPEND} src_prepare() { #workaround to badly broken autotools scripts by upstream - sed -i "s/doc\/${PN}/doc\/${PF}/g" Makefile.am \ + sed -i 's/\$(datadir)\/doc\/anyremote/\$(docdir)/g' Makefile.am \ || die "failed to fix documentation path" eautoreconf } |