diff options
author | Yuri Vasilevski <yvasilev@gentoo.org> | 2008-02-27 17:26:40 +0000 |
---|---|---|
committer | Yuri Vasilevski <yvasilev@gentoo.org> | 2008-02-27 17:26:40 +0000 |
commit | 174cecef43e392c6b44b9bc75134c9d6b852f39f (patch) | |
tree | 5f66db875a1bda224e84eba319afb2637329270b /x11-wm/matchbox-window-manager | |
parent | old (diff) | |
download | historical-174cecef43e392c6b44b9bc75134c9d6b852f39f.tar.gz historical-174cecef43e392c6b44b9bc75134c9d6b852f39f.tar.bz2 historical-174cecef43e392c6b44b9bc75134c9d6b852f39f.zip |
Updated HOMEPAGE and SRC_URI to it's new location http://matchbox-project.org/ (Bug #211244).
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'x11-wm/matchbox-window-manager')
3 files changed, 19 insertions, 14 deletions
diff --git a/x11-wm/matchbox-window-manager/ChangeLog b/x11-wm/matchbox-window-manager/ChangeLog index 52fe63ad1546..0e9f18fb513c 100644 --- a/x11-wm/matchbox-window-manager/ChangeLog +++ b/x11-wm/matchbox-window-manager/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/matchbox-window-manager -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-window-manager/ChangeLog,v 1.11 2007/09/26 03:58:06 jer Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-window-manager/ChangeLog,v 1.12 2008/02/27 17:15:43 yvasilev Exp $ + + 27 Feb 2008; Yuri Vasilevski <yvasilev@gentoo.org> + matchbox-window-manager-1.1.ebuild, matchbox-window-manager-1.2.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-window-manager-1.2.ebuild: 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() { diff --git a/x11-wm/matchbox-window-manager/matchbox-window-manager-1.2.ebuild b/x11-wm/matchbox-window-manager/matchbox-window-manager-1.2.ebuild index 51b35829f5e9..ab5fab7956b9 100644 --- a/x11-wm/matchbox-window-manager/matchbox-window-manager-1.2.ebuild +++ b/x11-wm/matchbox-window-manager/matchbox-window-manager-1.2.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.2.ebuild,v 1.3 2007/09/26 03:58:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-window-manager/matchbox-window-manager-1.2.ebuild,v 1.4 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() { |