summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Vasilevski <yvasilev@gentoo.org>2008-02-27 16:58:36 +0000
committerYuri Vasilevski <yvasilev@gentoo.org>2008-02-27 16:58:36 +0000
commit7b0186c4bc1b6d5d3b77fd9706aad0dc9513e2b8 (patch)
tree617c698c3663da34b7cc7271d4a471e9da4a8f38 /x11-misc/matchbox-keyboard
parentUpdated HOMEPAGE and SRC_URI to it's new location http://matchbox-project.org... (diff)
downloadgentoo-2-7b0186c4bc1b6d5d3b77fd9706aad0dc9513e2b8.tar.gz
gentoo-2-7b0186c4bc1b6d5d3b77fd9706aad0dc9513e2b8.tar.bz2
gentoo-2-7b0186c4bc1b6d5d3b77fd9706aad0dc9513e2b8.zip
Updated HOMEPAGE and SRC_URI to it's new location http://matchbox-project.org/ (Bug #211244).
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-misc/matchbox-keyboard')
-rw-r--r--x11-misc/matchbox-keyboard/ChangeLog9
-rw-r--r--x11-misc/matchbox-keyboard/matchbox-keyboard-0.1.ebuild10
2 files changed, 12 insertions, 7 deletions
diff --git a/x11-misc/matchbox-keyboard/ChangeLog b/x11-misc/matchbox-keyboard/ChangeLog
index b14115633bac..f0c214c53102 100644
--- a/x11-misc/matchbox-keyboard/ChangeLog
+++ b/x11-misc/matchbox-keyboard/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/matchbox-keyboard
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/matchbox-keyboard/ChangeLog,v 1.3 2007/09/26 04:06:39 jer Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/matchbox-keyboard/ChangeLog,v 1.4 2008/02/27 16:58:36 yvasilev Exp $
+
+ 27 Feb 2008; Yuri Vasilevski <yvasilev@gentoo.org>
+ matchbox-keyboard-0.1.ebuild:
+ Updated HOMEPAGE and SRC_URI to it's new location
+ http://matchbox-project.org/ (Bug #211244).
26 Sep 2007; Jeroen Roovers <jer@gentoo.org> matchbox-keyboard-0.1.ebuild:
Marked ~hppa too.
diff --git a/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1.ebuild b/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1.ebuild
index 5d3413adf0da..552f19094270 100644
--- a/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1.ebuild
+++ b/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 2006-2007 Gentoo Foundation
+# Copyright 2006-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1.ebuild,v 1.3 2007/09/26 04:06:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1.ebuild,v 1.4 2008/02/27 16:58:36 yvasilev Exp $
inherit versionator
DESCRIPTION="Matchbox-keyboard is an on screen 'virtual' or 'software' keyboard."
-HOMEPAGE="http://projects.o-hand.com/matchbox/"
-SRC_URI="http://projects.o-hand.com/matchbox/sources/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
+HOMEPAGE="http://matchbox-project.org/"
+SRC_URI="http://matchbox-project.org/sources/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
@@ -26,7 +26,7 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} install || die "Installation failed"
+ make DESTDIR="${D}" install || die "Installation failed"
dodoc AUTHORS Changelog INSTALL NEWS README
}