diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-12 19:23:24 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-12 19:23:24 +0000 |
commit | dcf8a1b7aef9a9326949a533dee87e4e733ee046 (patch) | |
tree | a623ac7892f356f9d498d6ca5c6db70743918cb3 /sys-block | |
parent | Move old-style virtual eject to new-style. (diff) | |
download | historical-dcf8a1b7aef9a9326949a533dee87e4e733ee046.tar.gz historical-dcf8a1b7aef9a9326949a533dee87e4e733ee046.tar.bz2 historical-dcf8a1b7aef9a9326949a533dee87e4e733ee046.zip |
Remove PROVIDE.
Package-Manager: portage-2.2_rc36/cvs/Linux x86_64
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/eject-bsd/eject-bsd-1.5.ebuild | 8 | ||||
-rw-r--r-- | sys-block/unieject/unieject-5.3.2.ebuild | 8 | ||||
-rw-r--r-- | sys-block/unieject/unieject-6.ebuild | 8 |
3 files changed, 6 insertions, 18 deletions
diff --git a/sys-block/eject-bsd/eject-bsd-1.5.ebuild b/sys-block/eject-bsd/eject-bsd-1.5.ebuild index a30afa79c90e..1cd9c24420db 100644 --- a/sys-block/eject-bsd/eject-bsd-1.5.ebuild +++ b/sys-block/eject-bsd/eject-bsd-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/eject-bsd/eject-bsd-1.5.ebuild,v 1.3 2007/07/14 23:16:45 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/eject-bsd/eject-bsd-1.5.ebuild,v 1.4 2009/08/12 19:22:26 ssuominen Exp $ inherit eutils portability toolchain-funcs @@ -18,11 +18,7 @@ SLOT="0" KEYWORDS="~x86-fbsd" IUSE="" -DEPEND="" -RDEPEND="!sys-apps/eject" -PROVIDE="virtual/eject" - -S="${WORKDIR}/${MY_P}" +S=${WORKDIR}/${MY_P} src_unpack() { unpack ${A} diff --git a/sys-block/unieject/unieject-5.3.2.ebuild b/sys-block/unieject/unieject-5.3.2.ebuild index c4da3a17ce11..1869598ba835 100644 --- a/sys-block/unieject/unieject-5.3.2.ebuild +++ b/sys-block/unieject/unieject-5.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/unieject-5.3.2.ebuild,v 1.10 2008/06/16 11:22:25 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/unieject-5.3.2.ebuild,v 1.11 2009/08/12 19:23:24 ssuominen Exp $ inherit eutils libtool @@ -22,11 +22,7 @@ DEPEND="${RDEPEND} sys-apps/sed dev-util/pkgconfig" RDEPEND="${RDEPEND} - pmount? ( sys-apps/pmount ) - !sys-apps/eject - !sys-block/eject-bsd" - -PROVIDE="virtual/eject" + pmount? ( sys-apps/pmount )" pkg_setup() { use pmount && enewgroup plugdev diff --git a/sys-block/unieject/unieject-6.ebuild b/sys-block/unieject/unieject-6.ebuild index dfa564c44240..5cceaed371b8 100644 --- a/sys-block/unieject/unieject-6.ebuild +++ b/sys-block/unieject/unieject-6.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/sys-block/unieject/unieject-6.ebuild,v 1.1 2009/06/27 13:26:10 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/unieject-6.ebuild,v 1.2 2009/08/12 19:23:24 ssuominen Exp $ inherit eutils libtool @@ -22,11 +22,7 @@ DEPEND="${RDEPEND} sys-apps/sed dev-util/pkgconfig" RDEPEND="${RDEPEND} - pmount? ( sys-apps/pmount ) - !sys-apps/eject - !sys-block/eject-bsd" - -PROVIDE="virtual/eject" + pmount? ( sys-apps/pmount )" pkg_setup() { use pmount && enewgroup plugdev |