diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2012-12-11 14:50:49 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2012-12-11 14:50:49 +0000 |
commit | 567d400a4be5533f36871ab2e8d4b082088a47c8 (patch) | |
tree | c0449679b0cfb5d409113927959390404de458c2 /media-gfx | |
parent | Use udev_newrules function to install udev rules into correct path. (diff) | |
download | gentoo-2-567d400a4be5533f36871ab2e8d4b082088a47c8.tar.gz gentoo-2-567d400a4be5533f36871ab2e8d4b082088a47c8.tar.bz2 gentoo-2-567d400a4be5533f36871ab2e8d4b082088a47c8.zip |
virtualized references to sys-fs/udev
(Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/splashutils/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/splashutils/splashutils-1.5.4.4-r2.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/splashutils/splashutils-1.5.4.4.ebuild | 4 |
5 files changed, 14 insertions, 9 deletions
diff --git a/media-gfx/splashutils/ChangeLog b/media-gfx/splashutils/ChangeLog index 560957d22f0e..346f796256ed 100644 --- a/media-gfx/splashutils/ChangeLog +++ b/media-gfx/splashutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/splashutils # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.208 2012/12/07 19:44:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.209 2012/12/11 14:50:49 axs Exp $ + + 11 Dec 2012; Ian Stakenvicius <axs@gentoo.org> splashutils-1.5.4.3-r3.ebuild, + splashutils-1.5.4.4.ebuild, splashutils-1.5.4.4-r1.ebuild, + splashutils-1.5.4.4-r2.ebuild: + virtualized references to sys-fs/udev 07 Dec 2012; Agostino Sarubbo <ago@gentoo.org> splashutils-1.5.4.4-r1.ebuild: Stable for ppc, wrt bug #422921 diff --git a/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild b/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild index ac546310b481..6e90b47ec01a 100644 --- a/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild +++ b/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild,v 1.19 2012/05/05 07:00:25 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild,v 1.20 2012/12/11 14:50:49 axs Exp $ EAPI="2" @@ -199,7 +199,7 @@ pkg_preinst() { } pkg_postinst() { - if has_version sys-fs/devfsd || ! has_version sys-fs/udev ; then + if has_version sys-fs/devfsd || ! has_version virtual/udev ; then elog "This package has been designed with udev in mind. Other solutions, such as" elog "devfs or a static /dev tree might work, but are generally discouraged and" elog "not supported. If you decide to switch to udev, you might want to have a" diff --git a/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild b/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild index 470be889f6a3..a68ae3fac78f 100644 --- a/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild +++ b/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild,v 1.5 2012/12/07 19:44:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild,v 1.6 2012/12/11 14:50:49 axs Exp $ EAPI="2" @@ -186,7 +186,7 @@ pkg_preinst() { } pkg_postinst() { - if has_version sys-fs/devfsd || ! has_version sys-fs/udev ; then + if has_version sys-fs/devfsd || ! has_version virtual/udev ; then elog "This package has been designed with udev in mind. Other solutions, such as" elog "devfs or a static /dev tree might work, but are generally discouraged and" elog "not supported. If you decide to switch to udev, you might want to have a" diff --git a/media-gfx/splashutils/splashutils-1.5.4.4-r2.ebuild b/media-gfx/splashutils/splashutils-1.5.4.4-r2.ebuild index e6d97e4ae4ed..2d16d0e00bbe 100644 --- a/media-gfx/splashutils/splashutils-1.5.4.4-r2.ebuild +++ b/media-gfx/splashutils/splashutils-1.5.4.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r2.ebuild,v 1.1 2012/10/26 20:29:03 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r2.ebuild,v 1.2 2012/12/11 14:50:49 axs Exp $ EAPI=4 @@ -188,7 +188,7 @@ pkg_preinst() { } pkg_postinst() { - if has_version sys-fs/devfsd || ! has_version sys-fs/udev ; then + if has_version sys-fs/devfsd || ! has_version virtual/udev ; then elog "This package has been designed with udev in mind. Other solutions, such as" elog "devfs or a static /dev tree might work, but are generally discouraged and" elog "not supported. If you decide to switch to udev, you might want to have a" diff --git a/media-gfx/splashutils/splashutils-1.5.4.4.ebuild b/media-gfx/splashutils/splashutils-1.5.4.4.ebuild index 6e3f18d12dc4..1cfb27a2080a 100644 --- a/media-gfx/splashutils/splashutils-1.5.4.4.ebuild +++ b/media-gfx/splashutils/splashutils-1.5.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4.ebuild,v 1.9 2012/05/05 07:00:25 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4.ebuild,v 1.10 2012/12/11 14:50:49 axs Exp $ EAPI="2" @@ -184,7 +184,7 @@ pkg_preinst() { } pkg_postinst() { - if has_version sys-fs/devfsd || ! has_version sys-fs/udev ; then + if has_version sys-fs/devfsd || ! has_version virtual/udev ; then elog "This package has been designed with udev in mind. Other solutions, such as" elog "devfs or a static /dev tree might work, but are generally discouraged and" elog "not supported. If you decide to switch to udev, you might want to have a" |