diff options
author | 2008-12-31 14:07:35 +0000 | |
---|---|---|
committer | 2008-12-31 14:07:35 +0000 | |
commit | ad0a81baecad949d7a64cc3e83fa357fa7082637 (patch) | |
tree | 55a0d9b4ac74f4927eb64663e7778a96d297f1da /x11-libs | |
parent | Remove debugging statement from vmware-config.sh (diff) | |
download | vmware-ad0a81baecad949d7a64cc3e83fa357fa7082637.tar.gz vmware-ad0a81baecad949d7a64cc3e83fa357fa7082637.tar.bz2 vmware-ad0a81baecad949d7a64cc3e83fa357fa7082637.zip |
Remove libview since it's now in the main tree.
svn path=/trunk/; revision=333
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libview/Manifest | 4 | ||||
-rw-r--r-- | x11-libs/libview/files/libview-0.5.6-pcfix.patch | 17 | ||||
-rw-r--r-- | x11-libs/libview/libview-0.6.2.ebuild | 32 | ||||
-rw-r--r-- | x11-libs/libview/metadata.xml | 12 |
4 files changed, 0 insertions, 65 deletions
diff --git a/x11-libs/libview/Manifest b/x11-libs/libview/Manifest deleted file mode 100644 index 837de4d..0000000 --- a/x11-libs/libview/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX libview-0.5.6-pcfix.patch 600 RMD160 58869acfda194c671bc6c858d0f8cfd7bc62851b SHA1 393d7d2e440173cd0cb2edc7de10629dab1f1c6e SHA256 4d93c8067fb1d371780a665fff731dd27ce3daac983ea63efbb7ba2bad492d39 -DIST libview-0.6.2.tar.bz2 279507 RMD160 6483afadda26dc47382de1c68e2e388d2d6fde5f SHA1 03072adca31982019db7409300dc804ea2bf3c4e SHA256 2d9874491ba696bc264750fdb371c0eabae47e82a2709f31d2fa3501e8cf7eb3 -EBUILD libview-0.6.2.ebuild 784 RMD160 896df3464f8d5a82ce09ab92ddfa146d8b409365 SHA1 ff1d06a38df53a566cdd4a1c39b214deeadd7e33 SHA256 82ceeb9bee8f9f05288984d2a7edca76660b4fe77da144a13de8afd7be2b56b9 -MISC metadata.xml 311 RMD160 868d0eab62db916aa47b7f440a3f4efecc6163b1 SHA1 0e56da7be32af7c553c07179c574cd7837298702 SHA256 774cc71e08a317563fb2700d5aac76af10e3e31ae7c1c58325730bfa0fbb110a diff --git a/x11-libs/libview/files/libview-0.5.6-pcfix.patch b/x11-libs/libview/files/libview-0.5.6-pcfix.patch deleted file mode 100644 index e43bac0..0000000 --- a/x11-libs/libview/files/libview-0.5.6-pcfix.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff -u -r libview-0.5.6.old/libview.pc.in libview-0.5.6/libview.pc.in ---- libview-0.5.6.old/libview.pc.in 2005-09-07 18:35:12.000000000 -0400 -+++ libview-0.5.6/libview.pc.in 2006-05-31 10:38:50.000000000 -0400 -@@ -1,9 +1,10 @@ --prefix=${prefix} -+prefix=@prefix@ -+exec_prefix=${prefix} - libdir=${exec_prefix}/lib - includedir=${prefix}/include - - Name: libview - Description: VMware's Incredibly Exciting Widgets for GTK+ - Version: @VERSION@ --Libs: -L${libdir} -lview @PACKAGE_LIBS@ --Cflags: -I${includedir} @PACKAGE_CFLAGS@ -+Libs: -L${libdir} -lview @VIEW_LIBS@ -+Cflags: -I${includedir} @VIEW_CFLAGS@ diff --git a/x11-libs/libview/libview-0.6.2.ebuild b/x11-libs/libview/libview-0.6.2.ebuild deleted file mode 100644 index b91727b..0000000 --- a/x11-libs/libview/libview-0.6.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/libview-0.6.1.ebuild,v 1.1 2007/10/28 20:06:49 compnerd 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 - - # Fix the pkgconfig file - epatch "${FILESDIR}"/${PN}-0.5.6-pcfix.patch -} - -src_compile() { - CPPFLAGS="${CPPFLAGS} -U GTK_DISABLE_DEPRECATED" - econf || die "Configure failed." - emake || die "Compilation failed." -} diff --git a/x11-libs/libview/metadata.xml b/x11-libs/libview/metadata.xml deleted file mode 100644 index f760753..0000000 --- a/x11-libs/libview/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>no-herd</herd> - <maintainer> - <email>compnerd@gentoo.org</email> - <name>Saleem Abdulrasool</name> - </maintainer> - <longdescription lang="en"> - </longdescription> -</pkgmetadata> - |