Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/liboglappth/
Date: Sat, 03 Jun 2017 08:39:50
Message-Id: 1496479185.6b7b290a5e19ba0882c9f37c99e23bb6eeb0fec4.jlec@gentoo
1 commit: 6b7b290a5e19ba0882c9f37c99e23bb6eeb0fec4
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 27 19:39:27 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 3 08:39:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b7b290a
7
8 x11-libs/liboglappth: Drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 x11-libs/liboglappth/Manifest | 1 -
14 x11-libs/liboglappth/liboglappth-0.98.ebuild | 26 --------------------------
15 2 files changed, 27 deletions(-)
16
17 diff --git a/x11-libs/liboglappth/Manifest b/x11-libs/liboglappth/Manifest
18 index 63dd935ab95..c35138b1e47 100644
19 --- a/x11-libs/liboglappth/Manifest
20 +++ b/x11-libs/liboglappth/Manifest
21 @@ -1,2 +1 @@
22 -DIST liboglappth-0.98.tar.gz 326755 SHA256 1ec5964bb281215d5c6e58dee7e5a1a8bcaef2e07df4ac1336ec404b701a11c1 SHA512 c8f37ed385b02078aee217dff4ae005bcc330c4bc84db9b88656a79923b0efc03b84687e78c6496bc1dc811f2398b572a818660cb8cb6092f73432ac58c4b81a WHIRLPOOL ab39942ff3d8a3a6a8d0eb8a73f596cc65f84b7a00493d09b99462014b7a79e87a4a45c2a6bad25b23a6f86193684a634ba1a613e6c0f2717a0df2bbb438eb7a
23 DIST liboglappth-1.0.0.tar.gz 325178 SHA256 b461a31065d6912d190f78ad0041218009f44a5acdb5757545bd4a8bd6b509aa SHA512 b0d883379650f1062d503d2adaab48202614b3ab68eba2e0ab01513b51cdd88f75fa02af5dcb00077fb057cdf09987dfe123ea9e0541e2e56893e11e53ac8ef1 WHIRLPOOL e01b177d75584cc6fda99396d0353fa5444f426e1616492defe19f32eb2d53b62b5353967f2c76024daca16e3f7c02bec5e70507cd04a1a3197dfee57ce5b2ac
24
25 diff --git a/x11-libs/liboglappth/liboglappth-0.98.ebuild b/x11-libs/liboglappth/liboglappth-0.98.ebuild
26 deleted file mode 100644
27 index ddc28aca447..00000000000
28 --- a/x11-libs/liboglappth/liboglappth-0.98.ebuild
29 +++ /dev/null
30 @@ -1,26 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -inherit eutils
35 -
36 -DESCRIPTION="Libary for OpenGL applications with easy-to-code scene setup and selection"
37 -HOMEPAGE="http://www.bioinformatics.org/ghemical/"
38 -SRC_URI="http://www.bioinformatics.org/ghemical/download/current/${P}.tar.gz"
39 -LICENSE="GPL-2"
40 -SLOT="0"
41 -KEYWORDS="amd64 ppc x86"
42 -IUSE=""
43 -RDEPEND="virtual/opengl
44 - media-libs/freeglut"
45 -DEPEND="${RDEPEND}
46 - virtual/pkgconfig"
47 -
48 -src_unpack() {
49 - unpack ${A}
50 - cd "${S}"
51 - epatch "${FILESDIR}"/gcc-4.3.patch
52 -}
53 -
54 -src_install() {
55 - emake DESTDIR="${D}" install || die "emake install failed"
56 -}