diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-10 08:11:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-10 08:11:53 +0000 |
commit | d418561a67ecf80b5ac63c767e00152146f1dc44 (patch) | |
tree | 13f2c88fc2b8cbafc111f9e7dd53a2f89618581f /app-cdr | |
parent | old (diff) | |
download | gentoo-2-d418561a67ecf80b5ac63c767e00152146f1dc44.tar.gz gentoo-2-d418561a67ecf80b5ac63c767e00152146f1dc44.tar.bz2 gentoo-2-d418561a67ecf80b5ac63c767e00152146f1dc44.zip |
update HOMEPAGE #146488 by Lars (Polynomial-C)
(Portage version: 2.1.1)
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/plextor-tool/plextor-tool-0.5.0.ebuild | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/app-cdr/plextor-tool/plextor-tool-0.5.0.ebuild b/app-cdr/plextor-tool/plextor-tool-0.5.0.ebuild index 87835fee832c..ab3220de57ad 100644 --- a/app-cdr/plextor-tool/plextor-tool-0.5.0.ebuild +++ b/app-cdr/plextor-tool/plextor-tool-0.5.0.ebuild @@ -1,33 +1,30 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/plextor-tool/plextor-tool-0.5.0.ebuild,v 1.1 2005/12/24 05:24:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/plextor-tool/plextor-tool-0.5.0.ebuild,v 1.2 2006/09/10 08:11:53 vapier Exp $ DESCRIPTION="Tool to change the parameters of a Plextor CD-ROM drive" -HOMEPAGE="http://das.ist.org/~georg/" -SRC_URI="http://das.ist.org/~georg/files/${P}.src.tar.bz2" +HOMEPAGE="http://plextor-tool.sourceforge.net/" +SRC_URI="mirror://sourceforge/plextor-tool/${P}.src.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="static gnome" -RDEPEND="virtual/libc - gnome? ( gnome-base/gnome-panel )" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" +DEPEND="gnome? ( gnome-base/gnome-panel )" S=${WORKDIR}/${PN} src_unpack() { unpack ${A} - cd ${S}/src + cd "${S}"/src sed -i \ -e "/^CFLAGS=/s:$: ${CFLAGS}:" \ Makefile || die "sed Makefile failed" } src_compile() { - cd ${S}/src + cd "${S}"/src local targets="plextor-tool" use static && targets="${targets} pt-static" use gnome && targets="${targets} plextor-tool-applet" |