diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-12-05 22:02:47 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-12-05 23:14:46 +0100 |
commit | c7d55b0b5dc75e13e547a7e5ade832b8a858a7d1 (patch) | |
tree | 7ee15b5084679899145a7396e3a9ea97fd1ce62a /dev-perl/SDL | |
parent | dev-perl/Scope-Upper: Remove old (diff) | |
download | gentoo-c7d55b0b5dc75e13e547a7e5ade832b8a858a7d1.tar.gz gentoo-c7d55b0b5dc75e13e547a7e5ade832b8a858a7d1.tar.bz2 gentoo-c7d55b0b5dc75e13e547a7e5ade832b8a858a7d1.zip |
dev-perl/SDL: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/SDL')
-rw-r--r-- | dev-perl/SDL/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/SDL/SDL-2.546.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/dev-perl/SDL/Manifest b/dev-perl/SDL/Manifest index 83c16e2e87a3..4d26a99efe61 100644 --- a/dev-perl/SDL/Manifest +++ b/dev-perl/SDL/Manifest @@ -1,2 +1 @@ -DIST SDL-2.546.tar.gz 2487053 BLAKE2B c0856c844fd94338f7fe9cd1a20f7e7889cf73ac0c4018bca55b4fc630555b344cebe5158db5fb369ae6cbdaa5471a6681aadd71b788bee044fb367b0b12f9aa SHA512 7f7015c90a277b91951a2357bcdf7c3f2f930270d211657c903240ed4529f408c200337ca79e4971eb3912da28ebf1e950053ce4d763c2599c701444c618c71a DIST SDL-2.548.tar.gz 2487708 BLAKE2B 1d17c5ffc8d966fd06b282632de1f504548df9c67754788e5dcbe2144057aa9d463a88e01b33b0f265a821cfb24847bafc1cb1215cdd6282cc29ff3aacea6c3c SHA512 bafc49dddb7e592861f822920915c73bf0c5eea3a6c567623b48a2332c7644caf1451e457545e6666adea5e314b23bcd85a3f3a52c770abfd498c0e4c0feae85 diff --git a/dev-perl/SDL/SDL-2.546.ebuild b/dev-perl/SDL/SDL-2.546.ebuild deleted file mode 100644 index bd377a212650..000000000000 --- a/dev-perl/SDL/SDL-2.546.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -MODULE_AUTHOR=FROGGS -inherit perl-module - -DESCRIPTION="Simple DirectMedia Layer (SDL) bindings for perl" -HOMEPAGE="http://sdl.perl.org/ http://search.cpan.org/dist/SDL/ https://github.com/PerlGameDev/SDL" - -LICENSE="GPL-2 OFL-1.1" -SLOT="0" -KEYWORDS="amd64 ~hppa x86" -IUSE="" - -RDEPEND=">=dev-perl/Alien-SDL-1.434 - dev-perl/Capture-Tiny - dev-perl/File-ShareDir - dev-perl/Test-Most - dev-perl/Tie-Simple - media-libs/libpng:0 - media-libs/libsdl - media-libs/sdl-gfx - media-libs/sdl-image - media-libs/sdl-mixer - media-libs/sdl-pango - media-libs/sdl-ttf - media-libs/smpeg - media-libs/tiff:0 - virtual/glu - virtual/jpeg:0 - virtual/opengl - virtual/perl-ExtUtils-CBuilder - >=dev-perl/Module-Build-0.400.0 - virtual/perl-Scalar-List-Utils - virtual/perl-Test-Simple" -DEPEND=${RDEPEND} - -SRC_TEST=parallel -mydoc='CHANGELOG README TODO' -PATCHES=( "${FILESDIR}"/${P}-pointer.patch ) |