diff options
author | Mike Auty <ikelos@gentoo.org> | 2008-11-21 00:37:29 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2008-11-21 00:37:29 +0000 |
commit | 9eab882176ad0d28783a005063607e149b1131d3 (patch) | |
tree | 7c611c11350034e185fd34c4296b8a72d6ca6d85 /x11-libs | |
parent | Include fix in libview for 239325. (diff) | |
download | vmware-9eab882176ad0d28783a005063607e149b1131d3.tar.gz vmware-9eab882176ad0d28783a005063607e149b1131d3.tar.bz2 vmware-9eab882176ad0d28783a005063607e149b1131d3.zip |
Remove old libview file.
svn path=/trunk/; revision=327
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libview/libview-0.6.0.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/x11-libs/libview/libview-0.6.0.ebuild b/x11-libs/libview/libview-0.6.0.ebuild deleted file mode 100644 index 1813859..0000000 --- a/x11-libs/libview/libview-0.6.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/libview-0.5.6-r1.ebuild,v 1.3 2007/07/21 06:51:46 vapier Exp $ - -inherit gnome2 eutils - -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="" - -RDEPEND=">=x11-libs/gtk+-2.4.0 - >=dev-cpp/gtkmm-2.4" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_unpack() { - gnome2_src_unpack - cd "${S}" - epatch "${FILESDIR}"/${PN}-0.5.6-pcfix.patch -} |