diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-02-12 17:29:53 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-02-12 17:29:53 +0000 |
commit | 528af611246690a23f7cec61b2b2b2a626a88491 (patch) | |
tree | 43b0f35599fed0ebaf7d38056f703423019261b7 /x11-libs/gl2ps | |
parent | stable x86, bug 354237 (diff) | |
download | gentoo-2-528af611246690a23f7cec61b2b2b2a626a88491.tar.gz gentoo-2-528af611246690a23f7cec61b2b2b2a626a88491.tar.bz2 gentoo-2-528af611246690a23f7cec61b2b2b2a626a88491.zip |
Marked ~ppc wrt #327811. Drop old.
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Diffstat (limited to 'x11-libs/gl2ps')
-rw-r--r-- | x11-libs/gl2ps/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/gl2ps/gl2ps-1.3.3.ebuild | 37 | ||||
-rw-r--r-- | x11-libs/gl2ps/gl2ps-1.3.5-r1.ebuild | 6 |
3 files changed, 9 insertions, 42 deletions
diff --git a/x11-libs/gl2ps/ChangeLog b/x11-libs/gl2ps/ChangeLog index 702b00e28757..3fa669ef8cfd 100644 --- a/x11-libs/gl2ps/ChangeLog +++ b/x11-libs/gl2ps/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/gl2ps -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gl2ps/ChangeLog,v 1.11 2010/10/10 19:16:29 klausman Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gl2ps/ChangeLog,v 1.12 2011/02/12 17:29:53 xarthisius Exp $ + + 12 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> -gl2ps-1.3.3.ebuild, + gl2ps-1.3.5-r1.ebuild: + Marked ~ppc wrt #327811. Drop old. 10 Oct 2010; Tobias Klausmann <klausman@gentoo.org> gl2ps-1.3.5-r1.ebuild: Keyworded on alpha, bug #327811 diff --git a/x11-libs/gl2ps/gl2ps-1.3.3.ebuild b/x11-libs/gl2ps/gl2ps-1.3.3.ebuild deleted file mode 100644 index ebd3b900dfde..000000000000 --- a/x11-libs/gl2ps/gl2ps-1.3.3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gl2ps/gl2ps-1.3.3.ebuild,v 1.2 2010/09/16 17:33:01 scarabeus Exp $ - -EAPI=2 -inherit eutils toolchain-funcs - -DESCRIPTION="OpenGL to PostScript printing library" -HOMEPAGE="http://www.geuz.org/gl2ps/" -SRC_URI="http://geuz.org/${PN}/src/${P}.tgz" -LICENSE="LGPL-2" -SLOT="0" -IUSE="doc" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" - -RDEPEND="media-libs/freeglut" -DEPEND="${RDEPEND}" - -src_compile() { - $(tc-getCC) ${CFLAGS} -fPIC -c gl2ps.c -o gl2ps.o \ - || die "compiling gl2ps failed" - $(tc-getCC) -shared ${LDFLAGS} -Wl,-soname,libgl2ps.so.1 \ - gl2ps.o -o libgl2ps.so.1 -lm -lGL -lGLU -lglut \ - || die "linking libgl2ps failed" -} - -src_install () { - dolib.so libgl2ps.so.1 || die - dosym libgl2ps.so.1 /usr/$(get_libdir)/libgl2ps.so - insinto /usr/include - doins gl2ps.h || die - dodoc TODO - insinto /usr/share/doc/${PF} - if use doc; then - doins gl2psTest* *.pdf || die - fi -} diff --git a/x11-libs/gl2ps/gl2ps-1.3.5-r1.ebuild b/x11-libs/gl2ps/gl2ps-1.3.5-r1.ebuild index e8d9d4d5d0f8..29dfae0d3305 100644 --- a/x11-libs/gl2ps/gl2ps-1.3.5-r1.ebuild +++ b/x11-libs/gl2ps/gl2ps-1.3.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gl2ps/gl2ps-1.3.5-r1.ebuild,v 1.4 2010/10/10 19:16:29 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gl2ps/gl2ps-1.3.5-r1.ebuild,v 1.5 2011/02/12 17:29:53 xarthisius Exp $ EAPI="3" inherit cmake-utils multilib @@ -11,7 +11,7 @@ SRC_URI="http://geuz.org/${PN}/src/${P}.tgz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="doc png zlib" DEPEND="media-libs/freeglut |