diff options
Diffstat (limited to 'dev-cpp/gtkglextmm/gtkglextmm-1.0.1.ebuild')
-rw-r--r-- | dev-cpp/gtkglextmm/gtkglextmm-1.0.1.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/dev-cpp/gtkglextmm/gtkglextmm-1.0.1.ebuild b/dev-cpp/gtkglextmm/gtkglextmm-1.0.1.ebuild deleted file mode 100644 index 31500d9fc3ba..000000000000 --- a/dev-cpp/gtkglextmm/gtkglextmm-1.0.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkglextmm/gtkglextmm-1.0.1.ebuild,v 1.11 2006/03/16 13:44:05 caleb Exp $ - -inherit gnome2 - -DESCRIPTION="C++ bindings for gtkglext" -HOMEPAGE="http://gtkglext.sourceforge.net/" -SRC_URI="mirror://sourceforge/gtkglext/${P}.tar.bz2" - -KEYWORDS="~amd64 ~ppc x86" -IUSE="" -SLOT="1.0" -LICENSE="GPL-2 LGPL-2.1" - -RDEPEND=">=x11-libs/gtkglext-1 - =dev-cpp/gtkmm-2.2* - virtual/opengl - virtual/glu" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -DOCS="AUTHORS ChangeLog* README TODO" - -src_unpack() { - unpack ${A} - cd ${S} - # Remove docs from SUBDIRS so that docs are not installed, as - # we handle it in src_install. - sed -i -e 's|^\(SUBDIRS =.*\)docs\(.*\)|\1\2|' Makefile.in || \ - die "sed Makefile.in failed" -} - -src_compile() { - if [ "${ARCH}" = "amd64" ]; then - aclocal -I m4macros - automake -c -f - autoconf - fi - gnome2_src_compile -} - -src_install() { - gnome2_src_install - use doc && dohtml -r docs/reference/html/* -} |