diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-03-29 17:53:51 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-03-29 17:54:42 +0200 |
commit | a04df0ce3c8528527469d71fc48475278b3a2676 (patch) | |
tree | 8d672e612f9fca69bc2f333fd94f7ecdb66a7617 /virtual/libudev | |
parent | profiles: Mask sys-firmware/radeon-ucode and amdgpu-ucode for removal (diff) | |
download | gentoo-a04df0ce3c8528527469d71fc48475278b3a2676.tar.gz gentoo-a04df0ce3c8528527469d71fc48475278b3a2676.tar.bz2 gentoo-a04df0ce3c8528527469d71fc48475278b3a2676.zip |
virtual: Remove empty assignments of optional variables.
Remove empty HOMEPAGE, SRC_URI, KEYWORDS, LICENSE, IUSE, and DEPEND.
As announced in gentoo-dev mailing list.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'virtual/libudev')
-rw-r--r-- | virtual/libudev/libudev-215-r1.ebuild | 10 | ||||
-rw-r--r-- | virtual/libudev/libudev-232.ebuild | 10 |
2 files changed, 4 insertions, 16 deletions
diff --git a/virtual/libudev/libudev-215-r1.ebuild b/virtual/libudev/libudev-215-r1.ebuild index 91d0eac27e53..1814c7f71537 100644 --- a/virtual/libudev/libudev-215-r1.ebuild +++ b/virtual/libudev/libudev-215-r1.ebuild @@ -1,19 +1,15 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 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 systemd" +REQUIRED_USE="systemd? ( !static-libs )" -DEPEND="" RDEPEND=" !systemd? ( || ( >=sys-fs/eudev-1.3:0/0[${MULTILIB_USEDEP},static-libs?] @@ -21,5 +17,3 @@ RDEPEND=" ) ) systemd? ( >=sys-apps/systemd-212-r5:0/2[${MULTILIB_USEDEP}] ) " - -REQUIRED_USE="systemd? ( !static-libs )" diff --git a/virtual/libudev/libudev-232.ebuild b/virtual/libudev/libudev-232.ebuild index 48bb57e0f82b..a35b06abc5e1 100644 --- a/virtual/libudev/libudev-232.ebuild +++ b/virtual/libudev/libudev-232.ebuild @@ -1,19 +1,15 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 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 systemd" +REQUIRED_USE="systemd? ( !static-libs )" -DEPEND="" RDEPEND=" !systemd? ( static-libs? ( @@ -26,5 +22,3 @@ RDEPEND=" ) systemd? ( >=sys-apps/systemd-212-r5:0/2[${MULTILIB_USEDEP}] ) " - -REQUIRED_USE="systemd? ( !static-libs )" |