diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-04-14 20:25:23 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-04-14 20:25:23 +0000 |
commit | 3dc3a43989f7155320ccc48000dca33e39aaf478 (patch) | |
tree | 8d81f87045b39f7a47b7bd1bc7df5ec28e6328b5 /x11-libs | |
parent | Remove old. (diff) | |
download | gentoo-2-3dc3a43989f7155320ccc48000dca33e39aaf478.tar.gz gentoo-2-3dc3a43989f7155320ccc48000dca33e39aaf478.tar.bz2 gentoo-2-3dc3a43989f7155320ccc48000dca33e39aaf478.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/liboglappth/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/liboglappth/liboglappth-0.96.ebuild | 27 |
2 files changed, 5 insertions, 29 deletions
diff --git a/x11-libs/liboglappth/ChangeLog b/x11-libs/liboglappth/ChangeLog index dd09bd468b62..50500af5e45a 100644 --- a/x11-libs/liboglappth/ChangeLog +++ b/x11-libs/liboglappth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/liboglappth -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/ChangeLog,v 1.12 2014/08/10 20:06:38 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/ChangeLog,v 1.13 2015/04/14 20:25:23 mrueg Exp $ + + 14 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -liboglappth-0.96.ebuild: + Remove old. 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> liboglappth-0.96.ebuild, liboglappth-0.98.ebuild, liboglappth-1.0.0.ebuild: diff --git a/x11-libs/liboglappth/liboglappth-0.96.ebuild b/x11-libs/liboglappth/liboglappth-0.96.ebuild deleted file mode 100644 index 3c76d48cfc3c..000000000000 --- a/x11-libs/liboglappth/liboglappth-0.96.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/liboglappth-0.96.ebuild,v 1.7 2014/08/10 20:06:38 slyfox Exp $ - -inherit eutils - -DESCRIPTION="A library for creating portable 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 ~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" -} |