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/libgudev | |
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/libgudev')
-rw-r--r-- | virtual/libgudev/libgudev-215-r3.ebuild | 10 | ||||
-rw-r--r-- | virtual/libgudev/libgudev-230.ebuild | 7 |
2 files changed, 3 insertions, 14 deletions
diff --git a/virtual/libgudev/libgudev-215-r3.ebuild b/virtual/libgudev/libgudev-215-r3.ebuild index 4e4940ba58e7..a02cc576c907 100644 --- a/virtual/libgudev/libgudev-215-r3.ebuild +++ b/virtual/libgudev/libgudev-215-r3.ebuild @@ -1,19 +1,15 @@ -# Copyright 1999-2015 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 libgudev providers" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" SLOT="0/0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="introspection static-libs systemd" +REQUIRED_USE="systemd? ( !static-libs )" -DEPEND="" RDEPEND=" || ( dev-libs/libgudev:0/0[${MULTILIB_USEDEP},introspection?,static-libs?] !systemd? ( || ( @@ -24,5 +20,3 @@ RDEPEND=" >=sys-apps/systemd-212-r5:0/2[${MULTILIB_USEDEP},gudev(-),introspection(-)?] ) )" - -REQUIRED_USE="systemd? ( !static-libs )" diff --git a/virtual/libgudev/libgudev-230.ebuild b/virtual/libgudev/libgudev-230.ebuild index 194c7cd4ffb9..a93724fdbb70 100644 --- a/virtual/libgudev/libgudev-230.ebuild +++ b/virtual/libgudev/libgudev-230.ebuild @@ -1,17 +1,12 @@ -# Copyright 1999-2015 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 libgudev providers" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" SLOT="0/0" KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="introspection static-libs" -DEPEND="" RDEPEND="dev-libs/libgudev:0/0[${MULTILIB_USEDEP},introspection?,static-libs?]" |