diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-08-02 09:22:49 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-08-02 09:22:49 +0000 |
commit | 1d6d468d9a742d7f87bb426b734554273bfd8e82 (patch) | |
tree | ffe880aaa417e7318842057cdf29818f6e863ffa /x11-libs/libGLw | |
parent | Version bump. (diff) | |
download | gentoo-2-1d6d468d9a742d7f87bb426b734554273bfd8e82.tar.gz gentoo-2-1d6d468d9a742d7f87bb426b734554273bfd8e82.tar.bz2 gentoo-2-1d6d468d9a742d7f87bb426b734554273bfd8e82.zip |
x11-libs/libGLw: Drop old
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libGLw')
-rw-r--r-- | x11-libs/libGLw/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libGLw/libGLw-1.0.0.ebuild | 36 | ||||
-rw-r--r-- | x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild | 34 |
3 files changed, 5 insertions, 71 deletions
diff --git a/x11-libs/libGLw/ChangeLog b/x11-libs/libGLw/ChangeLog index 838a3e1a8083..c03ebe0028ab 100644 --- a/x11-libs/libGLw/ChangeLog +++ b/x11-libs/libGLw/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libGLw # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libGLw/ChangeLog,v 1.7 2012/06/24 19:16:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libGLw/ChangeLog,v 1.8 2012/08/02 09:22:49 jlec Exp $ + + 02 Aug 2012; Justin Lecher <jlec@gentoo.org> -libGLw-1.0.0_pre120304.ebuild, + -libGLw-1.0.0.ebuild: + Drop old 24 Jun 2012; Agostino Sarubbo <ago@gentoo.org> libGLw-8.0.0.ebuild: Stable for x86, wrt bug #419473 diff --git a/x11-libs/libGLw/libGLw-1.0.0.ebuild b/x11-libs/libGLw/libGLw-1.0.0.ebuild deleted file mode 100644 index 203ccd5f9425..000000000000 --- a/x11-libs/libGLw/libGLw-1.0.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libGLw/libGLw-1.0.0.ebuild,v 1.1 2012/05/17 15:50:18 jlec Exp $ - -EAPI=4 - -MY_P=glw-"${PV}" - -inherit autotools-utils - -DESCRIPTION="Mesa GLw library" -HOMEPAGE="http://mesa3d.sourceforge.net/" -SRC_URI="ftp://ftp.freedesktop.org/pub/mesa/glw/${MY_P}.tar.bz2" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="+motif static-libs" - -RDEPEND=" - !media-libs/mesa[motif] - x11-libs/libX11 - x11-libs/libXt - x11-libs/openmotif - virtual/opengl" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S="${WORKDIR}"/${MY_P} - -src_configure() { - local myeconfargs=( - --enable-motif - ) - autotools-utils_src_configure -} diff --git a/x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild b/x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild deleted file mode 100644 index 52b6b237f9b8..000000000000 --- a/x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild,v 1.3 2012/05/05 03:52:24 jdhore Exp $ - -EAPI=4 - -AUTOTOOLS_AUTORECONF=true - -inherit autotools-utils - -DESCRIPTION="Mesa GLw library" -HOMEPAGE="http://mesa3d.sourceforge.net/" -SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="+motif static-libs" - -RDEPEND=" - !media-libs/mesa[motif] - x11-libs/libX11 - x11-libs/libXt - x11-libs/openmotif - virtual/opengl" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - local myeconfargs=( - --enable-motif - ) - autotools-utils_src_configure -} |