summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-05-27 20:39:27 +0100
committerJustin Lecher <jlec@gentoo.org>2017-06-03 09:39:45 +0100
commit6b7b290a5e19ba0882c9f37c99e23bb6eeb0fec4 (patch)
tree753d52503ab0ea847796ca6a8a29a5c49c553cd8
parentsci-chemistry/ghemical: Drop old (diff)
downloadgentoo-6b7b290a5e19ba0882c9f37c99e23bb6eeb0fec4.tar.gz
gentoo-6b7b290a5e19ba0882c9f37c99e23bb6eeb0fec4.tar.bz2
gentoo-6b7b290a5e19ba0882c9f37c99e23bb6eeb0fec4.zip
x11-libs/liboglappth: Drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.2 Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--x11-libs/liboglappth/Manifest1
-rw-r--r--x11-libs/liboglappth/liboglappth-0.98.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/x11-libs/liboglappth/Manifest b/x11-libs/liboglappth/Manifest
index 63dd935ab95a..c35138b1e470 100644
--- a/x11-libs/liboglappth/Manifest
+++ b/x11-libs/liboglappth/Manifest
@@ -1,2 +1 @@
-DIST liboglappth-0.98.tar.gz 326755 SHA256 1ec5964bb281215d5c6e58dee7e5a1a8bcaef2e07df4ac1336ec404b701a11c1 SHA512 c8f37ed385b02078aee217dff4ae005bcc330c4bc84db9b88656a79923b0efc03b84687e78c6496bc1dc811f2398b572a818660cb8cb6092f73432ac58c4b81a WHIRLPOOL ab39942ff3d8a3a6a8d0eb8a73f596cc65f84b7a00493d09b99462014b7a79e87a4a45c2a6bad25b23a6f86193684a634ba1a613e6c0f2717a0df2bbb438eb7a
DIST liboglappth-1.0.0.tar.gz 325178 SHA256 b461a31065d6912d190f78ad0041218009f44a5acdb5757545bd4a8bd6b509aa SHA512 b0d883379650f1062d503d2adaab48202614b3ab68eba2e0ab01513b51cdd88f75fa02af5dcb00077fb057cdf09987dfe123ea9e0541e2e56893e11e53ac8ef1 WHIRLPOOL e01b177d75584cc6fda99396d0353fa5444f426e1616492defe19f32eb2d53b62b5353967f2c76024daca16e3f7c02bec5e70507cd04a1a3197dfee57ce5b2ac
diff --git a/x11-libs/liboglappth/liboglappth-0.98.ebuild b/x11-libs/liboglappth/liboglappth-0.98.ebuild
deleted file mode 100644
index ddc28aca4477..000000000000
--- a/x11-libs/liboglappth/liboglappth-0.98.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-DESCRIPTION="Libary for OpenGL applications with easy-to-code scene setup and selection"
-HOMEPAGE="http://www.bioinformatics.org/ghemical/"
-SRC_URI="http://www.bioinformatics.org/ghemical/download/current/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-RDEPEND="virtual/opengl
- media-libs/freeglut"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/gcc-4.3.patch
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}