summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/libview/libview-0.6.6-r1.ebuild')
-rw-r--r--x11-libs/libview/libview-0.6.6-r1.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/x11-libs/libview/libview-0.6.6-r1.ebuild b/x11-libs/libview/libview-0.6.6-r1.ebuild
deleted file mode 100644
index f1c95bf..0000000
--- a/x11-libs/libview/libview-0.6.6-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit autotools eutils gnome2
-
-DESCRIPTION="VMware's Incredibly Exciting Widgets"
-HOMEPAGE="http://view.sourceforge.net"
-SRC_URI="mirror://sourceforge/view/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-RDEPEND=">=x11-libs/gtk+-2.4.0:2
- dev-cpp/gtkmm:2.4"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-G2CONF="--enable-deprecated"
-
-src_unpack() {
- gnome2_src_unpack
-}
-
-src_prepare() {
- # Fix the pkgconfig file
- epatch "${FILESDIR}"/${PN}-0.5.6-pcfix.patch
- eautoreconf -i
-}
-src_configure() {
- econf \
- --enable-deprecated \
- $(use_enable static-libs static)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS
-
- find "${ED}" -name '*.la' -delete
-}