diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 07:36:36 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 07:36:36 +0000 |
commit | 32ebb1e00816a959123d06ec488c2d270616960a (patch) | |
tree | 2175c2b681562f021752c4a6162ca4acb2fb6ce5 /x11-libs/fox-wrapper | |
parent | fix repoman warnings (diff) | |
download | gentoo-2-32ebb1e00816a959123d06ec488c2d270616960a.tar.gz gentoo-2-32ebb1e00816a959123d06ec488c2d270616960a.tar.bz2 gentoo-2-32ebb1e00816a959123d06ec488c2d270616960a.zip |
Quoting, RDEPEND
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/fox-wrapper')
-rw-r--r-- | x11-libs/fox-wrapper/fox-wrapper-1.ebuild | 7 | ||||
-rw-r--r-- | x11-libs/fox-wrapper/fox-wrapper-2.ebuild | 7 | ||||
-rw-r--r-- | x11-libs/fox-wrapper/fox-wrapper-3.ebuild | 5 |
3 files changed, 11 insertions, 8 deletions
diff --git a/x11-libs/fox-wrapper/fox-wrapper-1.ebuild b/x11-libs/fox-wrapper/fox-wrapper-1.ebuild index 31865b4404f7..7ecb4659cc49 100644 --- a/x11-libs/fox-wrapper/fox-wrapper-1.ebuild +++ b/x11-libs/fox-wrapper/fox-wrapper-1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox-wrapper/fox-wrapper-1.ebuild,v 1.10 2006/12/17 18:52:26 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox-wrapper/fox-wrapper-1.ebuild,v 1.11 2009/05/05 07:36:36 ssuominen Exp $ DESCRIPTION="wrapper for fox-config to manage multiple versions" HOMEPAGE="http://www.gentoo.org/" @@ -11,13 +11,14 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86" IUSE="" +RDEPEND="" DEPEND="" S=${WORKDIR} src_install() { exeinto /usr/lib/misc - newexe ${FILESDIR}/fox-wrapper-${PV}.sh fox-wrapper.sh || die + newexe "${FILESDIR}"/fox-wrapper-${PV}.sh fox-wrapper.sh || die dodir /usr/bin dosym ../lib/misc/fox-wrapper.sh /usr/bin/fox-config diff --git a/x11-libs/fox-wrapper/fox-wrapper-2.ebuild b/x11-libs/fox-wrapper/fox-wrapper-2.ebuild index f3893573b147..d85a0e210fec 100644 --- a/x11-libs/fox-wrapper/fox-wrapper-2.ebuild +++ b/x11-libs/fox-wrapper/fox-wrapper-2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox-wrapper/fox-wrapper-2.ebuild,v 1.10 2007/04/09 22:43:03 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox-wrapper/fox-wrapper-2.ebuild,v 1.11 2009/05/05 07:36:36 ssuominen Exp $ DESCRIPTION="wrapper for fox-config to manage multiple versions" HOMEPAGE="http://www.gentoo.org/" @@ -11,13 +11,14 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="" +RDEPEND="" DEPEND="" S=${WORKDIR} src_install() { exeinto /usr/lib/misc - newexe ${FILESDIR}/fox-wrapper-${PV}.sh fox-wrapper.sh || die + newexe "${FILESDIR}"/fox-wrapper-${PV}.sh fox-wrapper.sh || die dodir /usr/bin dosym ../lib/misc/fox-wrapper.sh /usr/bin/fox-config diff --git a/x11-libs/fox-wrapper/fox-wrapper-3.ebuild b/x11-libs/fox-wrapper/fox-wrapper-3.ebuild index 8f19c9bb1b28..469871a74291 100644 --- a/x11-libs/fox-wrapper/fox-wrapper-3.ebuild +++ b/x11-libs/fox-wrapper/fox-wrapper-3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox-wrapper/fox-wrapper-3.ebuild,v 1.1 2009/03/01 22:58:16 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox-wrapper/fox-wrapper-3.ebuild,v 1.2 2009/05/05 07:36:36 ssuominen Exp $ DESCRIPTION="wrapper for fox-config to manage multiple versions" HOMEPAGE="http://www.gentoo.org/" @@ -11,13 +11,14 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" +RDEPEND="" DEPEND="" S=${WORKDIR} src_install() { exeinto /usr/lib/misc - newexe ${FILESDIR}/fox-wrapper-${PV}.sh fox-wrapper.sh || die + newexe "${FILESDIR}"/fox-wrapper-${PV}.sh fox-wrapper.sh || die dodir /usr/bin dosym ../lib/misc/fox-wrapper.sh /usr/bin/fox-config |