summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Vasilevski <yvasilev@gentoo.org>2008-02-27 17:17:35 +0000
committerYuri Vasilevski <yvasilev@gentoo.org>2008-02-27 17:17:35 +0000
commit5870bc1d0d53c471bb51af07dcfca65ff806f71f (patch)
treec9dc336d7deeb6e70119aba334566bd8c3f12226 /x11-wm/matchbox-desktop
parentInitial commit (diff)
downloadgentoo-2-5870bc1d0d53c471bb51af07dcfca65ff806f71f.tar.gz
gentoo-2-5870bc1d0d53c471bb51af07dcfca65ff806f71f.tar.bz2
gentoo-2-5870bc1d0d53c471bb51af07dcfca65ff806f71f.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-wm/matchbox-desktop')
-rw-r--r--x11-wm/matchbox-desktop/ChangeLog9
-rw-r--r--x11-wm/matchbox-desktop/matchbox-desktop-0.9.1.ebuild10
2 files changed, 12 insertions, 7 deletions
diff --git a/x11-wm/matchbox-desktop/ChangeLog b/x11-wm/matchbox-desktop/ChangeLog
index cf6e4bbafa77..0d26f3fface0 100644
--- a/x11-wm/matchbox-desktop/ChangeLog
+++ b/x11-wm/matchbox-desktop/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-wm/matchbox-desktop
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-desktop/ChangeLog,v 1.4 2007/09/26 03:59:50 jer Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-desktop/ChangeLog,v 1.5 2008/02/27 17:17:35 yvasilev Exp $
+
+ 27 Feb 2008; Yuri Vasilevski <yvasilev@gentoo.org>
+ matchbox-desktop-0.9.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-desktop-0.9.1.ebuild:
diff --git a/x11-wm/matchbox-desktop/matchbox-desktop-0.9.1.ebuild b/x11-wm/matchbox-desktop/matchbox-desktop-0.9.1.ebuild
index 0c7ff64bd3ef..b7932ec88ea1 100644
--- a/x11-wm/matchbox-desktop/matchbox-desktop-0.9.1.ebuild
+++ b/x11-wm/matchbox-desktop/matchbox-desktop-0.9.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-wm/matchbox-desktop/matchbox-desktop-0.9.1.ebuild,v 1.3 2007/09/26 03:59:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-desktop/matchbox-desktop-0.9.1.ebuild,v 1.4 2008/02/27 17:17:35 yvasilev Exp $
inherit versionator
DESCRIPTION="The Matchbox Desktop"
-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"
@@ -29,7 +29,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
}