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
commit278643e01857e81328bd6e82cd70d506a7cdc8a9 (patch)
tree664e082fd9ca7c0798a20ba47c51c9e9ba3d61a8 /x11-plugins/matchbox-desktop-xine
parentUpdated HOMEPAGE and SRC_URI to it's new location http://matchbox-project.org... (diff)
downloadgentoo-2-278643e01857e81328bd6e82cd70d506a7cdc8a9.tar.gz
gentoo-2-278643e01857e81328bd6e82cd70d506a7cdc8a9.tar.bz2
gentoo-2-278643e01857e81328bd6e82cd70d506a7cdc8a9.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-plugins/matchbox-desktop-xine')
-rw-r--r--x11-plugins/matchbox-desktop-xine/ChangeLog9
-rw-r--r--x11-plugins/matchbox-desktop-xine/matchbox-desktop-xine-0.4.ebuild10
2 files changed, 12 insertions, 7 deletions
diff --git a/x11-plugins/matchbox-desktop-xine/ChangeLog b/x11-plugins/matchbox-desktop-xine/ChangeLog
index 111592fdfac6..c6546bc409de 100644
--- a/x11-plugins/matchbox-desktop-xine/ChangeLog
+++ b/x11-plugins/matchbox-desktop-xine/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/matchbox-desktop-xine
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-desktop-xine/ChangeLog,v 1.1 2006/06/04 21:58:51 yvasilev Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-desktop-xine/ChangeLog,v 1.2 2008/02/27 16:51:29 yvasilev Exp $
+
+ 27 Feb 2008; Yuri Vasilevski <yvasilev@gentoo.org>
+ matchbox-desktop-xine-0.4.ebuild:
+ Updated HOMEPAGE and SRC_URI to it's new location
+ http://matchbox-project.org/ (Bug #211244).
*matchbox-desktop-xine-0.4 (04 Jun 2006)
diff --git a/x11-plugins/matchbox-desktop-xine/matchbox-desktop-xine-0.4.ebuild b/x11-plugins/matchbox-desktop-xine/matchbox-desktop-xine-0.4.ebuild
index fa7a73dff95a..035a9e8fb496 100644
--- a/x11-plugins/matchbox-desktop-xine/matchbox-desktop-xine-0.4.ebuild
+++ b/x11-plugins/matchbox-desktop-xine/matchbox-desktop-xine-0.4.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-xine/matchbox-desktop-xine-0.4.ebuild,v 1.1 2006/06/04 21:58:51 yvasilev Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-desktop-xine/matchbox-desktop-xine-0.4.ebuild,v 1.2 2008/02/27 16:51:29 yvasilev Exp $
inherit versionator eutils
@@ -8,8 +8,8 @@ MY_PN=${PN/matchbox/mb}
MY_P=${MY_PN}-${PV}
DESCRIPTION="A matchbox-desktop plugin that allows you to browse and play movies and music. Its in pretty early stages and should probably be considered alpha software"
-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"
@@ -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
}