diff options
author | 2009-08-12 19:23:24 +0000 | |
---|---|---|
committer | 2009-08-12 19:23:24 +0000 | |
commit | dcf8a1b7aef9a9326949a533dee87e4e733ee046 (patch) | |
tree | a623ac7892f356f9d498d6ca5c6db70743918cb3 /sys-block/unieject | |
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/unieject')
-rw-r--r-- | sys-block/unieject/unieject-5.3.2.ebuild | 8 | ||||
-rw-r--r-- | sys-block/unieject/unieject-6.ebuild | 8 |
2 files changed, 4 insertions, 12 deletions
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 |