diff options
author | Mike Auty <ikelos@gentoo.org> | 2008-12-31 02:11:32 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2008-12-31 02:11:32 +0000 |
commit | 6d9177bbdbed0d6d3a6ca261f67f250be1e174f6 (patch) | |
tree | 4eb4e57d7e30eb91cc36339957e1bde1970d1361 /x11-libs/libview | |
parent | Version bump vmware-player to 2.5.1. (diff) | |
download | gentoo-2-6d9177bbdbed0d6d3a6ca261f67f250be1e174f6.tar.gz gentoo-2-6d9177bbdbed0d6d3a6ca261f67f250be1e174f6.tar.bz2 gentoo-2-6d9177bbdbed0d6d3a6ca261f67f250be1e174f6.zip |
Version bump, and add vmware as herd, since this is mostly used for vmware products.
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 i686)
Diffstat (limited to 'x11-libs/libview')
-rw-r--r-- | x11-libs/libview/ChangeLog | 11 | ||||
-rw-r--r-- | x11-libs/libview/libview-0.6.2.ebuild | 32 | ||||
-rw-r--r-- | x11-libs/libview/metadata.xml | 2 |
3 files changed, 42 insertions, 3 deletions
diff --git a/x11-libs/libview/ChangeLog b/x11-libs/libview/ChangeLog index 9a24f603aa4f..a6033b2a7b45 100644 --- a/x11-libs/libview/ChangeLog +++ b/x11-libs/libview/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-libs/libview -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/ChangeLog,v 1.6 2007/10/28 20:06:49 compnerd Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/ChangeLog,v 1.7 2008/12/31 02:11:32 ikelos Exp $ + +*libview-0.6.2 (31 Dec 2008) + + 31 Dec 2008; Mike Auty <ikelos@gentoo.org> metadata.xml, + +libview-0.6.2.ebuild: + Version bump, and add vmware as herd, since this is mostly used for vmware + products. *libview-0.6.1 (28 Oct 2007) diff --git a/x11-libs/libview/libview-0.6.2.ebuild b/x11-libs/libview/libview-0.6.2.ebuild new file mode 100644 index 000000000000..09cbbeaecc70 --- /dev/null +++ b/x11-libs/libview/libview-0.6.2.ebuild @@ -0,0 +1,32 @@ +# 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.2.ebuild,v 1.1 2008/12/31 02:11:32 ikelos 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 index f760753beb47..213c4530374a 100644 --- a/x11-libs/libview/metadata.xml +++ b/x11-libs/libview/metadata.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>no-herd</herd> + <herd>vmware</herd> <maintainer> <email>compnerd@gentoo.org</email> <name>Saleem Abdulrasool</name> |