diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-02 21:47:16 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-02 21:47:38 +0300 |
commit | 733e314bdce73fd83b26e16a5dd62f4623df1707 (patch) | |
tree | 429565081248cd7fb1b31b354e310a2de111c946 /dev-perl/Data-Section-Simple/Data-Section-Simple-0.07.ebuild | |
parent | net-wireless/iwgtk: Add dependency x11-base/xorg-proto to build (diff) | |
download | gentoo-733e314bdce73fd83b26e16a5dd62f4623df1707.tar.gz gentoo-733e314bdce73fd83b26e16a5dd62f4623df1707.tar.bz2 gentoo-733e314bdce73fd83b26e16a5dd62f4623df1707.zip |
dev-perl/Data-Section-Simple: fix version, add missing test dep
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-perl/Data-Section-Simple/Data-Section-Simple-0.07.ebuild')
-rw-r--r-- | dev-perl/Data-Section-Simple/Data-Section-Simple-0.07.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-perl/Data-Section-Simple/Data-Section-Simple-0.07.ebuild b/dev-perl/Data-Section-Simple/Data-Section-Simple-0.07.ebuild deleted file mode 100644 index 2969da359496..000000000000 --- a/dev-perl/Data-Section-Simple/Data-Section-Simple-0.07.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_AUTHOR=MIYAGAWA -DIST_VERSION=0.07 -inherit perl-module - -DESCRIPTION="Read data out of the DATA section" -SLOT="0" -KEYWORDS="~amd64" - -BDEPEND=" - ${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.780.0 - test? ( - >=virtual/perl-Test-Simple-0.960.0 - ) -" |