diff options
author | Yuri Vasilevski <yvasilev@gentoo.org> | 2008-02-27 17:19:58 +0000 |
---|---|---|
committer | Yuri Vasilevski <yvasilev@gentoo.org> | 2008-02-27 17:19:58 +0000 |
commit | 5fc5aad4215e5fb43c80a57c42a673e3c29f63e6 (patch) | |
tree | 47cc833a2f6a1f91d064f0740ec3f5513e41474e /x11-wm | |
parent | Masking dev-util/catalyst pre-release versions so people will quit filing bug... (diff) | |
download | gentoo-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')
-rw-r--r-- | x11-wm/matchbox-panel/ChangeLog | 9 | ||||
-rw-r--r-- | x11-wm/matchbox-panel/matchbox-panel-0.9.2.ebuild | 10 | ||||
-rw-r--r-- | x11-wm/matchbox-panel/matchbox-panel-0.9.3.ebuild | 14 |
3 files changed, 19 insertions, 14 deletions
diff --git a/x11-wm/matchbox-panel/ChangeLog b/x11-wm/matchbox-panel/ChangeLog index d5d4638745e4..c900ed50deab 100644 --- a/x11-wm/matchbox-panel/ChangeLog +++ b/x11-wm/matchbox-panel/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/matchbox-panel -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/ChangeLog,v 1.6 2007/09/26 04:01:17 jer Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/ChangeLog,v 1.7 2008/02/27 17:19:58 yvasilev Exp $ + + 27 Feb 2008; Yuri Vasilevski <yvasilev@gentoo.org> + matchbox-panel-0.9.2.ebuild, matchbox-panel-0.9.3.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-0.9.3.ebuild: Marked ~hppa too. diff --git a/x11-wm/matchbox-panel/matchbox-panel-0.9.2.ebuild b/x11-wm/matchbox-panel/matchbox-panel-0.9.2.ebuild index 66e03158fd5f..b4f4e92ba375 100644 --- a/x11-wm/matchbox-panel/matchbox-panel-0.9.2.ebuild +++ b/x11-wm/matchbox-panel/matchbox-panel-0.9.2.ebuild @@ -1,12 +1,12 @@ -# Copyright 2006-2006 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.2.ebuild,v 1.1 2006/03/13 00:04:43 yvasilev Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.2.ebuild,v 1.2 2008/02/27 17:19:58 yvasilev Exp $ inherit 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" @@ -32,7 +32,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 } 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 } |