summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Vasilevski <yvasilev@gentoo.org>2008-02-27 17:10:53 +0000
committerYuri Vasilevski <yvasilev@gentoo.org>2008-02-27 17:10:53 +0000
commitedcde9e4c5d27ba3db0095f7e5154fea2030558e (patch)
tree1175d656f990d8b9bb7482f385a759ace293df6c /x11-misc
parentUpdated HOMEPAGE and SRC_URI to it's new location http://matchbox-project.org... (diff)
downloadgentoo-2-edcde9e4c5d27ba3db0095f7e5154fea2030558e.tar.gz
gentoo-2-edcde9e4c5d27ba3db0095f7e5154fea2030558e.tar.bz2
gentoo-2-edcde9e4c5d27ba3db0095f7e5154fea2030558e.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')
-rw-r--r--x11-misc/matchbox-panel-manager/ChangeLog9
-rw-r--r--x11-misc/matchbox-panel-manager/matchbox-panel-manager-0.1.ebuild10
2 files changed, 12 insertions, 7 deletions
diff --git a/x11-misc/matchbox-panel-manager/ChangeLog b/x11-misc/matchbox-panel-manager/ChangeLog
index 57f6ecd3608d..5e60412bb704 100644
--- a/x11-misc/matchbox-panel-manager/ChangeLog
+++ b/x11-misc/matchbox-panel-manager/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/matchbox-panel-manager
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/matchbox-panel-manager/ChangeLog,v 1.4 2007/09/26 04:05:49 jer Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/matchbox-panel-manager/ChangeLog,v 1.5 2008/02/27 17:10:53 yvasilev Exp $
+
+ 27 Feb 2008; Yuri Vasilevski <yvasilev@gentoo.org>
+ matchbox-panel-manager-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-panel-manager-0.1.ebuild:
diff --git a/x11-misc/matchbox-panel-manager/matchbox-panel-manager-0.1.ebuild b/x11-misc/matchbox-panel-manager/matchbox-panel-manager-0.1.ebuild
index f9b7517f9ce9..4032421b00aa 100644
--- a/x11-misc/matchbox-panel-manager/matchbox-panel-manager-0.1.ebuild
+++ b/x11-misc/matchbox-panel-manager/matchbox-panel-manager-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-panel-manager/matchbox-panel-manager-0.1.ebuild,v 1.3 2007/09/26 04:05:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/matchbox-panel-manager/matchbox-panel-manager-0.1.ebuild,v 1.4 2008/02/27 17:10:53 yvasilev Exp $
inherit versionator
DESCRIPTION="Matchbox panel configuration utility."
-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
}