diff options
-rw-r--r-- | x11-wm/matchbox-common/ChangeLog | 9 | ||||
-rw-r--r-- | x11-wm/matchbox-common/matchbox-common-0.9.1-r1.ebuild | 12 | ||||
-rw-r--r-- | x11-wm/matchbox-common/matchbox-common-0.9.1.ebuild | 12 | ||||
-rw-r--r-- | x11-wm/matchbox-desktop/ChangeLog | 9 | ||||
-rw-r--r-- | x11-wm/matchbox-desktop/matchbox-desktop-0.9.1.ebuild | 10 | ||||
-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 | ||||
-rw-r--r-- | x11-wm/matchbox-window-manager/ChangeLog | 9 | ||||
-rw-r--r-- | x11-wm/matchbox-window-manager/matchbox-window-manager-1.1.ebuild | 12 | ||||
-rw-r--r-- | x11-wm/matchbox-window-manager/matchbox-window-manager-1.2.ebuild | 12 | ||||
-rw-r--r-- | x11-wm/matchbox/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/matchbox/matchbox-0.7.1.ebuild | 4 | ||||
-rw-r--r-- | x11-wm/matchbox/matchbox-1.0.ebuild | 8 |
14 files changed, 81 insertions, 56 deletions
diff --git a/x11-wm/matchbox-common/ChangeLog b/x11-wm/matchbox-common/ChangeLog index bfe9f02c3d19..c550e0b42bf5 100644 --- a/x11-wm/matchbox-common/ChangeLog +++ b/x11-wm/matchbox-common/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/matchbox-common -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-common/ChangeLog,v 1.6 2007/09/26 03:56:47 jer Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-common/ChangeLog,v 1.7 2008/02/27 17:23:35 yvasilev Exp $ + + 27 Feb 2008; Yuri Vasilevski <yvasilev@gentoo.org> + matchbox-common-0.9.1.ebuild, matchbox-common-0.9.1-r1.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-common-0.9.1-r1.ebuild: diff --git a/x11-wm/matchbox-common/matchbox-common-0.9.1-r1.ebuild b/x11-wm/matchbox-common/matchbox-common-0.9.1-r1.ebuild index a673b87f9780..16183d2ae77b 100644 --- a/x11-wm/matchbox-common/matchbox-common-0.9.1-r1.ebuild +++ b/x11-wm/matchbox-common/matchbox-common-0.9.1-r1.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-common/matchbox-common-0.9.1-r1.ebuild,v 1.4 2007/09/26 03:56:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-common/matchbox-common-0.9.1-r1.ebuild,v 1.5 2008/02/27 17:23:35 yvasilev Exp $ inherit eutils versionator DESCRIPTION="Common files used by matchbox-panel and matchbox-desktop packages" -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,9 +26,9 @@ src_install() { make DESTDIR="${D}" install || die "Installation failed" # Insert our Xsession - echo -e "#!/bin/sh\n\nmatchbox-session" > ${T}/matchbox + echo -e "#!/bin/sh\n\nmatchbox-session" > "${T}"/matchbox exeinto /etc/X11/Sessions - doexe ${T}/matchbox + doexe "${T}"/matchbox # Insert GDM/KDM xsession file wm=matchbox make_session_desktop MatchBox matchbox-session diff --git a/x11-wm/matchbox-common/matchbox-common-0.9.1.ebuild b/x11-wm/matchbox-common/matchbox-common-0.9.1.ebuild index 6be25b5ce722..796d95b11601 100644 --- a/x11-wm/matchbox-common/matchbox-common-0.9.1.ebuild +++ b/x11-wm/matchbox-common/matchbox-common-0.9.1.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-common/matchbox-common-0.9.1.ebuild,v 1.2 2006/10/16 21:33:09 yvasilev Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-common/matchbox-common-0.9.1.ebuild,v 1.3 2008/02/27 17:23:35 yvasilev Exp $ inherit versionator DESCRIPTION="Common files used by matchbox-panel and matchbox-desktop packages" -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" @@ -27,12 +27,12 @@ src_install() { # Insert our Xsession dodir /etc/X11/Sessions - echo "matchbox-session" > ${D}/etc/X11/Sessions/matchbox + echo "matchbox-session" > "${D}"/etc/X11/Sessions/matchbox exeinto /etc/X11/Sessions doexe /etc/X11/Sessions/matchbox insinto /usr/share/xsessions - doins ${FILESDIR}/MatchBox.desktop + doins "${FILESDIR}"/MatchBox.desktop dodoc AUTHORS Changelog INSTALL NEWS README } diff --git a/x11-wm/matchbox-desktop/ChangeLog b/x11-wm/matchbox-desktop/ChangeLog index cf6e4bbafa77..0d26f3fface0 100644 --- a/x11-wm/matchbox-desktop/ChangeLog +++ b/x11-wm/matchbox-desktop/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/matchbox-desktop -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-desktop/ChangeLog,v 1.4 2007/09/26 03:59:50 jer Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-desktop/ChangeLog,v 1.5 2008/02/27 17:17:35 yvasilev Exp $ + + 27 Feb 2008; Yuri Vasilevski <yvasilev@gentoo.org> + matchbox-desktop-0.9.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-desktop-0.9.1.ebuild: diff --git a/x11-wm/matchbox-desktop/matchbox-desktop-0.9.1.ebuild b/x11-wm/matchbox-desktop/matchbox-desktop-0.9.1.ebuild index 0c7ff64bd3ef..b7932ec88ea1 100644 --- a/x11-wm/matchbox-desktop/matchbox-desktop-0.9.1.ebuild +++ b/x11-wm/matchbox-desktop/matchbox-desktop-0.9.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-desktop/matchbox-desktop-0.9.1.ebuild,v 1.3 2007/09/26 03:59:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-desktop/matchbox-desktop-0.9.1.ebuild,v 1.4 2008/02/27 17:17:35 yvasilev Exp $ inherit versionator DESCRIPTION="The Matchbox Desktop" -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" @@ -29,7 +29,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/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 } 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() { diff --git a/x11-wm/matchbox/ChangeLog b/x11-wm/matchbox/ChangeLog index 6823644d7486..f6f642be8f1a 100644 --- a/x11-wm/matchbox/ChangeLog +++ b/x11-wm/matchbox/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/matchbox # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox/ChangeLog,v 1.17 2008/02/06 20:09:50 yvasilev Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox/ChangeLog,v 1.18 2008/02/27 17:26:40 yvasilev Exp $ + + 27 Feb 2008; Yuri Vasilevski <yvasilev@gentoo.org> matchbox-0.7.1.ebuild, + matchbox-1.0.ebuild: + Updated HOMEPAGE and SRC_URI to it's new location + http://matchbox-project.org/ (Bug #211244). 06 Feb 2008; <yvasilev@gentoo.org> matchbox-0.7.1.ebuild: Added -Wl,--no-as-needed to LDFLAGS to fix Bug #203150: diff --git a/x11-wm/matchbox/matchbox-0.7.1.ebuild b/x11-wm/matchbox/matchbox-0.7.1.ebuild index fb35f4404a92..92193f36eae8 100644 --- a/x11-wm/matchbox/matchbox-0.7.1.ebuild +++ b/x11-wm/matchbox/matchbox-0.7.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox/matchbox-0.7.1.ebuild,v 1.12 2008/02/06 20:09:50 yvasilev Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox/matchbox-0.7.1.ebuild,v 1.13 2008/02/27 17:26:40 yvasilev Exp $ inherit flag-o-matic IUSE="jpeg png nls debug" DESCRIPTION="Light weight WM designed for use on PDA computers" -HOMEPAGE="http://projects.o-hand.com/matchbox/" +HOMEPAGE="http://matchbox-project.org/" SRC_URI="http://handhelds.org/~mallum/downloadables/${P}.tar.gz" SLOT="0" diff --git a/x11-wm/matchbox/matchbox-1.0.ebuild b/x11-wm/matchbox/matchbox-1.0.ebuild index f48b152f411e..fc3836d826d4 100644 --- a/x11-wm/matchbox/matchbox-1.0.ebuild +++ b/x11-wm/matchbox/matchbox-1.0.ebuild @@ -1,9 +1,9 @@ -# 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/matchbox-1.0.ebuild,v 1.5 2007/09/26 04:06:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox/matchbox-1.0.ebuild,v 1.6 2008/02/27 17:26:40 yvasilev Exp $ DESCRIPTION="Meta package for the Matchbox desktop, a light weight desktop environment designed for use on PDA computers" -HOMEPAGE="http://projects.o-hand.com/matchbox/" +HOMEPAGE="http://matchbox-project.org/" LICENSE="as-is" SLOT="0" IUSE="minimal" @@ -28,4 +28,4 @@ RDEPEND="x11-wm/matchbox-common # x11-plugins/matchbox-desktop-image-browser # xine? ( x11-plugins/matchbox-desktop-xine ) )" -S=${WORKDIR} +S="${WORKDIR}" |