Gentoo Archives: gentoo-commits

From: "Azamat H. Hackimov" <winterheart@××××××.ru>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: media-libs/glpng/
Date: Tue, 24 Dec 2019 18:58:11
Message-Id: 1577213868.3adee688c20ede29d4b72170fbefd4408fc78900.winterheart@gentoo
1 commit: 3adee688c20ede29d4b72170fbefd4408fc78900
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Tue Dec 24 18:53:46 2019 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Tue Dec 24 18:57:48 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=3adee688
7
8 media-libs/glpng: in portage now
9
10 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
11
12 media-libs/glpng/glpng-1.46-r1.ebuild | 27 ---------------------------
13 media-libs/glpng/metadata.xml | 9 ---------
14 2 files changed, 36 deletions(-)
15
16 diff --git a/media-libs/glpng/glpng-1.46-r1.ebuild b/media-libs/glpng/glpng-1.46-r1.ebuild
17 deleted file mode 100644
18 index a16cbf7..0000000
19 --- a/media-libs/glpng/glpng-1.46-r1.ebuild
20 +++ /dev/null
21 @@ -1,27 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -inherit cmake-multilib vcs-snapshot
27 -
28 -DESCRIPTION="An OpenGL PNG image library"
29 -HOMEPAGE="http://repo.or.cz/glpng.git"
30 -SRC_URI="http://repo.or.cz/glpng.git/snapshot/v${PV}.tar.gz -> ${P}.tar.gz"
31 -
32 -LICENSE="ZLIB"
33 -SLOT="0"
34 -KEYWORDS="amd64 ppc x86"
35 -IUSE="static-libs"
36 -
37 -RDEPEND="
38 - virtual/opengl[${MULTILIB_USEDEP}]
39 - virtual/glu[${MULTILIB_USEDEP}]
40 - media-libs/libpng:0=[${MULTILIB_USEDEP}]
41 - sys-libs/zlib:=[${MULTILIB_USEDEP}]
42 -"
43 -DEPEND=${RDEPEND}
44 -
45 -src_configure() {
46 - local mycmakeargs=( -DBUILD_STATIC_LIBS=$(usex static-libs ON OFF) )
47 - cmake-multilib_src_configure
48 -}
49
50 diff --git a/media-libs/glpng/metadata.xml b/media-libs/glpng/metadata.xml
51 deleted file mode 100644
52 index 90d83b9..0000000
53 --- a/media-libs/glpng/metadata.xml
54 +++ /dev/null
55 @@ -1,9 +0,0 @@
56 -<?xml version="1.0" encoding="UTF-8"?>
57 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
58 -<pkgmetadata>
59 - <maintainer type="person">
60 - <email>chewi@g.o</email>
61 - <name>James Le Cuirot</name>
62 - </maintainer>
63 - <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>
64 -</pkgmetadata>