diff options
author | Yuri Vasilevski <yvasilev@gentoo.org> | 2008-02-27 17:15:43 +0000 |
---|---|---|
committer | Yuri Vasilevski <yvasilev@gentoo.org> | 2008-02-27 17:15:43 +0000 |
commit | 3dcb74bc2733902ca88c143aca744787430518a1 (patch) | |
tree | 451f1790222dda6a2e7a5c0de7ee1346cf264064 /x11-wm/matchbox-window-manager/matchbox-window-manager-1.1.ebuild | |
parent | Initial commit (diff) | |
download | gentoo-2-3dcb74bc2733902ca88c143aca744787430518a1.tar.gz gentoo-2-3dcb74bc2733902ca88c143aca744787430518a1.tar.bz2 gentoo-2-3dcb74bc2733902ca88c143aca744787430518a1.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-window-manager/matchbox-window-manager-1.1.ebuild')
-rw-r--r-- | x11-wm/matchbox-window-manager/matchbox-window-manager-1.1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-wm/matchbox-window-manager/matchbox-window-manager-1.1.ebuild b/x11-wm/matchbox-window-manager/matchbox-window-manager-1.1.ebuild index 78dde4b56659..3a251408e655 100644 --- a/x11-wm/matchbox-window-manager/matchbox-window-manager-1.1.ebuild +++ b/x11-wm/matchbox-window-manager/matchbox-window-manager-1.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-window-manager/matchbox-window-manager-1.1.ebuild,v 1.2 2007/07/22 06:08:47 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-window-manager/matchbox-window-manager-1.1.ebuild,v 1.3 2008/02/27 17:15:43 yvasilev Exp $ inherit eutils versionator gnome2 DESCRIPTION="Light weight WM designed for use on PDA computers" -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" SLOT="0" LICENSE="GPL-2" @@ -23,10 +23,10 @@ DEPEND=">=x11-libs/libmatchbox-1.5 src_unpack() { unpack ${A} - cd ${S} + cd "${S}" # Allows to build with USE=-png - epatch "${FILESDIR}/${PN}-1.0-use-nopng.patch" + epatch "${FILESDIR}"/${PN}-1.0-use-nopng.patch } src_compile() { |