diff options
Diffstat (limited to 'x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.6.ebuild')
-rw-r--r-- | x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.6.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.6.ebuild b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.6.ebuild deleted file mode 100644 index 4f2b663a3c3d..000000000000 --- a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.6.ebuild +++ /dev/null @@ -1,35 +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/c++-gtk-utils/c++-gtk-utils-2.0.6.ebuild,v 1.3 2012/05/05 03:52:30 jdhore Exp $ - -EAPI=4 - -DESCRIPTION="A library containing a number of classes and functions for programming GTK+ programs using C++" -HOMEPAGE="http://cxx-gtk-utils.sourceforge.net/" -SRC_URI="mirror://sourceforge/cxx-gtk-utils/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="3" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="nls static-libs" - -RDEPEND=">=dev-libs/glib-2.26 - x11-libs/gtk+:3" -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( sys-devel/gettext )" - -DOCS="ChangeLog" - -src_configure() { - econf \ - --docdir=/usr/share/doc/${PF} \ - --htmldir=/usr/share/doc/${PF}/html \ - $(use_enable static-libs static) \ - $(use_enable nls) -} - -src_install() { - default - rm -f "${ED}"usr/lib*/lib*.la -} |