summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Vasilevski <yvasilev@gentoo.org>2008-02-27 17:19:58 +0000
committerYuri Vasilevski <yvasilev@gentoo.org>2008-02-27 17:19:58 +0000
commit5fc5aad4215e5fb43c80a57c42a673e3c29f63e6 (patch)
tree47cc833a2f6a1f91d064f0740ec3f5513e41474e /x11-wm/matchbox-panel/matchbox-panel-0.9.3.ebuild
parentMasking dev-util/catalyst pre-release versions so people will quit filing bug... (diff)
downloadgentoo-2-5fc5aad4215e5fb43c80a57c42a673e3c29f63e6.tar.gz
gentoo-2-5fc5aad4215e5fb43c80a57c42a673e3c29f63e6.tar.bz2
gentoo-2-5fc5aad4215e5fb43c80a57c42a673e3c29f63e6.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-panel/matchbox-panel-0.9.3.ebuild')
-rw-r--r--x11-wm/matchbox-panel/matchbox-panel-0.9.3.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/x11-wm/matchbox-panel/matchbox-panel-0.9.3.ebuild b/x11-wm/matchbox-panel/matchbox-panel-0.9.3.ebuild
index 2fa1b9af4d18..4da722f8fe93 100644
--- a/x11-wm/matchbox-panel/matchbox-panel-0.9.3.ebuild
+++ b/x11-wm/matchbox-panel/matchbox-panel-0.9.3.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-panel/matchbox-panel-0.9.3.ebuild,v 1.4 2007/09/26 04:01:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.3.ebuild,v 1.5 2008/02/27 17:19:58 yvasilev Exp $
inherit eutils versionator
DESCRIPTION="The Matchbox Panel"
-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"
@@ -22,9 +22,9 @@ RDEPEND="${DEPEND}
src_unpack () {
unpack ${A}
- cd ${S}
+ cd "${S}"
- epatch "${FILESDIR}/${P}-gcc4-no-nested-functions.patch"
+ epatch "${FILESDIR}/"${P}-gcc4-no-nested-functions.patch
}
src_compile() {
@@ -40,7 +40,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
}