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/ada | |
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/ada')
-rw-r--r-- | virtual/ada/ada-1995.ebuild | 9 | ||||
-rw-r--r-- | virtual/ada/ada-2005.ebuild | 7 | ||||
-rw-r--r-- | virtual/ada/ada-2012.ebuild | 7 |
3 files changed, 3 insertions, 20 deletions
diff --git a/virtual/ada/ada-1995.ebuild b/virtual/ada/ada-1995.ebuild index 1eb507d3c809..ff23d600c6a0 100644 --- a/virtual/ada/ada-1995.ebuild +++ b/virtual/ada/ada-1995.ebuild @@ -1,22 +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" DESCRIPTION="Virtual for selecting an appropriate Ada compiler" -HOMEPAGE="" -SRC_URI="" -LICENSE="" - # Different versions of Ada compilers can and likely will be installed side by # side SLOT="1995" - KEYWORDS="amd64 ppc x86" -IUSE="" RDEPEND="|| ( =dev-lang/gnat-gcc-4.2* =dev-lang/gnat-gcc-4.1* =dev-lang/gnat-gcc-3.4* )" -DEPEND="" diff --git a/virtual/ada/ada-2005.ebuild b/virtual/ada/ada-2005.ebuild index 073bb0009936..315548a6c9ba 100644 --- a/virtual/ada/ada-2005.ebuild +++ b/virtual/ada/ada-2005.ebuild @@ -1,17 +1,12 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" DESCRIPTION="Virtual for selecting an appropriate Ada compiler" -HOMEPAGE="" -SRC_URI="" -LICENSE="" SLOT="2005" KEYWORDS="amd64 x86" -IUSE="" # Only one at present, but gnat-gcc-4.3 is coming soon too RDEPEND="|| ( >=dev-lang/gnat-gcc-4.3 )" -DEPEND="" diff --git a/virtual/ada/ada-2012.ebuild b/virtual/ada/ada-2012.ebuild index 60a10c736b32..ce86e2271aa0 100644 --- a/virtual/ada/ada-2012.ebuild +++ b/virtual/ada/ada-2012.ebuild @@ -1,17 +1,12 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" DESCRIPTION="Virtual for selecting an appropriate Ada compiler" -HOMEPAGE="" -SRC_URI="" -LICENSE="" SLOT="2012" KEYWORDS="~amd64 ~arm ~x86" -IUSE="" # Only one at present, but gnat-gcc-5.x is coming soon (I Swear) RDEPEND="|| ( >=virtual/gnat-4.9 )" -DEPEND="" |