diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-07-29 07:40:50 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-07-29 07:40:50 +0000 |
commit | aa3084034f09cee536b26a5ba7b5254802113092 (patch) | |
tree | 9d1ea23e76a9c78e5547a874b93fc091ef4e21c4 /virtual/libudev | |
parent | New virtual version wrt #518416 for package managers with no proper in-place ... (diff) | |
download | gentoo-2-aa3084034f09cee536b26a5ba7b5254802113092.tar.gz gentoo-2-aa3084034f09cee536b26a5ba7b5254802113092.tar.bz2 gentoo-2-aa3084034f09cee536b26a5ba7b5254802113092.zip |
New virtual version wrt #518416 for package managers with no proper in-place dependency handling.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'virtual/libudev')
-rw-r--r-- | virtual/libudev/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/libudev/libudev-215.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/virtual/libudev/ChangeLog b/virtual/libudev/ChangeLog index d53c222c7d41..2d47138599ed 100644 --- a/virtual/libudev/ChangeLog +++ b/virtual/libudev/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/libudev # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libudev/ChangeLog,v 1.6 2014/07/25 19:41:32 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libudev/ChangeLog,v 1.7 2014/07/29 07:40:50 ssuominen Exp $ + +*libudev-215 (29 Jul 2014) + + 29 Jul 2014; Samuli Suominen <ssuominen@gentoo.org> +libudev-215.ebuild: + New virtual version wrt #518416 for package managers with no proper in-place + dependency handling. 25 Jul 2014; Samuli Suominen <ssuominen@gentoo.org> metadata.xml: systemd@g.o to maintainers. diff --git a/virtual/libudev/libudev-215.ebuild b/virtual/libudev/libudev-215.ebuild new file mode 100644 index 000000000000..c170c51c06c0 --- /dev/null +++ b/virtual/libudev/libudev-215.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/libudev/libudev-215.ebuild,v 1.1 2014/07/29 07:40:50 ssuominen Exp $ + +EAPI=5 +inherit multilib-build + +DESCRIPTION="Virtual for libudev providers" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0/1" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" +IUSE="static-libs" + +DEPEND="" +RDEPEND=" + || ( + >=sys-fs/udev-208-r1:0/0[${MULTILIB_USEDEP},static-libs?] + >=sys-apps/systemd-212-r5:0/2[${MULTILIB_USEDEP},static-libs(-)?] + >=sys-apps/systemd-208-r3:0/1[${MULTILIB_USEDEP},static-libs(-)?] + >=sys-apps/systemd-208:0/0[${MULTILIB_USEDEP},static-libs(-)?] + >=sys-fs/eudev-1.3:0/0[${MULTILIB_USEDEP},static-libs?] + )" |