commit: 3adee688c20ede29d4b72170fbefd4408fc78900 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com> AuthorDate: Tue Dec 24 18:53:46 2019 +0000 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru> CommitDate: Tue Dec 24 18:57:48 2019 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=3adee688
media-libs/glpng: in portage now Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com> media-libs/glpng/glpng-1.46-r1.ebuild | 27 --------------------------- media-libs/glpng/metadata.xml | 9 --------- 2 files changed, 36 deletions(-) diff --git a/media-libs/glpng/glpng-1.46-r1.ebuild b/media-libs/glpng/glpng-1.46-r1.ebuild deleted file mode 100644 index a16cbf7..0000000 --- a/media-libs/glpng/glpng-1.46-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit cmake-multilib vcs-snapshot - -DESCRIPTION="An OpenGL PNG image library" -HOMEPAGE="http://repo.or.cz/glpng.git" -SRC_URI="http://repo.or.cz/glpng.git/snapshot/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="static-libs" - -RDEPEND=" - virtual/opengl[${MULTILIB_USEDEP}] - virtual/glu[${MULTILIB_USEDEP}] - media-libs/libpng:0=[${MULTILIB_USEDEP}] - sys-libs/zlib:=[${MULTILIB_USEDEP}] -" -DEPEND=${RDEPEND} - -src_configure() { - local mycmakeargs=( -DBUILD_STATIC_LIBS=$(usex static-libs ON OFF) ) - cmake-multilib_src_configure -} diff --git a/media-libs/glpng/metadata.xml b/media-libs/glpng/metadata.xml deleted file mode 100644 index 90d83b9..0000000 --- a/media-libs/glpng/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>ch...@gentoo.org</email> - <name>James Le Cuirot</name> - </maintainer> - <longdescription>This is a library for OpenGL to load PNG graphics files as an OpenGL texture as easily as possible. It also has a number of options for generating the alpha channel and mipmaps.</longdescription> -</pkgmetadata>