summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Vasilevski <yvasilev@gentoo.org>2008-02-27 16:39:31 +0000
committerYuri Vasilevski <yvasilev@gentoo.org>2008-02-27 16:39:31 +0000
commit6e263f59c457eb201bbcaa4057d4125f811582f1 (patch)
treef0df67fe38ec0bf3ef9a2111643245b01110e06a /x11-plugins/matchbox-applet-volume
parentold (diff)
downloadgentoo-2-6e263f59c457eb201bbcaa4057d4125f811582f1.tar.gz
gentoo-2-6e263f59c457eb201bbcaa4057d4125f811582f1.tar.bz2
gentoo-2-6e263f59c457eb201bbcaa4057d4125f811582f1.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-applet-volume')
-rw-r--r--x11-plugins/matchbox-applet-volume/ChangeLog9
-rw-r--r--x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild10
2 files changed, 12 insertions, 7 deletions
diff --git a/x11-plugins/matchbox-applet-volume/ChangeLog b/x11-plugins/matchbox-applet-volume/ChangeLog
index cc3a7b4beca8..b08aacf56c9c 100644
--- a/x11-plugins/matchbox-applet-volume/ChangeLog
+++ b/x11-plugins/matchbox-applet-volume/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/matchbox-applet-volume
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-volume/ChangeLog,v 1.4 2007/09/26 04:04:25 jer Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-volume/ChangeLog,v 1.5 2008/02/27 16:39:31 yvasilev Exp $
+
+ 27 Feb 2008; Yuri Vasilevski <yvasilev@gentoo.org>
+ matchbox-applet-volume-0.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-applet-volume-0.1.ebuild:
diff --git a/x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild b/x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild
index 118a7421f517..62b0a934c988 100644
--- a/x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild
+++ b/x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild
@@ -1,6 +1,6 @@
-# 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-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild,v 1.3 2007/09/26 04:04:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild,v 1.4 2008/02/27 16:39:31 yvasilev Exp $
inherit versionator
@@ -8,8 +8,8 @@ MY_PN=${PN/matchbox/mb}
MY_P=${MY_PN}-${PV}
DESCRIPTION="Matchbox panel tray app for controlling volume levels."
-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"
@@ -31,7 +31,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
}