summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Vasilevski <yvasilev@gentoo.org>2008-02-27 16:51:29 +0000
committerYuri Vasilevski <yvasilev@gentoo.org>2008-02-27 16:51:29 +0000
commitb48f50a6ad72078b225019ae33d00da5ca6874ad (patch)
treed96697d4daf35962ddcc77064d76d1a700d97844 /x11-plugins/matchbox-desktop-image-browser
parentUpdated HOMEPAGE and SRC_URI to it's new location http://matchbox-project.org... (diff)
downloadhistorical-b48f50a6ad72078b225019ae33d00da5ca6874ad.tar.gz
historical-b48f50a6ad72078b225019ae33d00da5ca6874ad.tar.bz2
historical-b48f50a6ad72078b225019ae33d00da5ca6874ad.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-plugins/matchbox-desktop-image-browser')
-rw-r--r--x11-plugins/matchbox-desktop-image-browser/ChangeLog9
-rw-r--r--x11-plugins/matchbox-desktop-image-browser/matchbox-desktop-image-browser-0.2.ebuild14
2 files changed, 14 insertions, 9 deletions
diff --git a/x11-plugins/matchbox-desktop-image-browser/ChangeLog b/x11-plugins/matchbox-desktop-image-browser/ChangeLog
index c68d788ddcc3..61f48a63653b 100644
--- a/x11-plugins/matchbox-desktop-image-browser/ChangeLog
+++ b/x11-plugins/matchbox-desktop-image-browser/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/matchbox-desktop-image-browser
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-desktop-image-browser/ChangeLog,v 1.1 2006/06/04 21:51:23 yvasilev Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-desktop-image-browser/ChangeLog,v 1.2 2008/02/27 16:44:42 yvasilev Exp $
+
+ 27 Feb 2008; Yuri Vasilevski <yvasilev@gentoo.org>
+ matchbox-desktop-image-browser-0.2.ebuild:
+ Updated HOMEPAGE and SRC_URI to it's new location
+ http://matchbox-project.org/ (Bug #211244).
*matchbox-desktop-image-browser-0.2 (04 Jun 2006)
diff --git a/x11-plugins/matchbox-desktop-image-browser/matchbox-desktop-image-browser-0.2.ebuild b/x11-plugins/matchbox-desktop-image-browser/matchbox-desktop-image-browser-0.2.ebuild
index 0efcde2c9f5f..c0ee3377411c 100644
--- a/x11-plugins/matchbox-desktop-image-browser/matchbox-desktop-image-browser-0.2.ebuild
+++ b/x11-plugins/matchbox-desktop-image-browser/matchbox-desktop-image-browser-0.2.ebuild
@@ -1,6 +1,6 @@
-# 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-plugins/matchbox-desktop-image-browser/matchbox-desktop-image-browser-0.2.ebuild,v 1.1 2006/06/04 21:51:23 yvasilev Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-desktop-image-browser/matchbox-desktop-image-browser-0.2.ebuild,v 1.2 2008/02/27 16:44:42 yvasilev Exp $
inherit versionator eutils
@@ -8,8 +8,8 @@ MY_PN=${PN/matchbox/mb}
MY_P=${MY_PN}-${PV}
DESCRIPTION="An alpha-ish image browser plug in for matchbox-desktop."
-HOMEPAGE="http://projects.o-hand.com/matchbox/"
-SRC_URI="http://projects.o-hand.com/matchbox/sources/${MY_PN}/$(get_version_component_range 1-2)/${MY_P}.tar.bz2"
+HOMEPAGE="http://matchbox-project.org/"
+SRC_URI="http://matchbox-project.org/sources/${MY_PN}/$(get_version_component_range 1-2)/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
@@ -23,9 +23,9 @@ S="${WORKDIR}/${MY_P}"
src_unpack () {
unpack ${A}
- cd ${S}
+ cd "${S}"
- epatch "${FILESDIR}/$P-include_fix.patch"
+ epatch "${FILESDIR}"/$P-include_fix.patch
}
src_compile () {
@@ -35,7 +35,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
}