diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-10-28 20:06:50 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-10-28 20:06:50 +0000 |
commit | f3026f281124e8661dda9d4ff13e956aacc4c986 (patch) | |
tree | 43fb7998f1ee6ac2c19888068620719a8b3b05ad /x11-libs/libview | |
parent | Stable on amd64 for bug #196409 (diff) | |
download | gentoo-2-f3026f281124e8661dda9d4ff13e956aacc4c986.tar.gz gentoo-2-f3026f281124e8661dda9d4ff13e956aacc4c986.tar.bz2 gentoo-2-f3026f281124e8661dda9d4ff13e956aacc4c986.zip |
version bump from upstream
(Portage version: 2.1.3.12)
Diffstat (limited to 'x11-libs/libview')
-rw-r--r-- | x11-libs/libview/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libview/files/digest-libview-0.6.1 | 3 | ||||
-rw-r--r-- | x11-libs/libview/libview-0.6.1.ebuild | 26 |
3 files changed, 36 insertions, 1 deletions
diff --git a/x11-libs/libview/ChangeLog b/x11-libs/libview/ChangeLog index fd5598ed23ac..9a24f603aa4f 100644 --- a/x11-libs/libview/ChangeLog +++ b/x11-libs/libview/ChangeLog @@ -1,6 +1,12 @@ # 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.5 2007/04/28 22:26:22 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/ChangeLog,v 1.6 2007/10/28 20:06:49 compnerd Exp $ + +*libview-0.6.1 (28 Oct 2007) + + 28 Oct 2007; Saleem Abdulrasool <compnerd@gentoo.org> + +libview-0.6.1.ebuild: + Version bump from upstream (bug #170683) 28 Apr 2007; Saleem Abdulrasool <compnerd@gentoo.org> -libview-0.5.6.ebuild: diff --git a/x11-libs/libview/files/digest-libview-0.6.1 b/x11-libs/libview/files/digest-libview-0.6.1 new file mode 100644 index 000000000000..11a368a1475b --- /dev/null +++ b/x11-libs/libview/files/digest-libview-0.6.1 @@ -0,0 +1,3 @@ +MD5 5d13ed66c4dd979ef90c1b01bdb8fb33 libview-0.6.1.tar.bz2 279647 +RMD160 64ed6648abaa959b2a383c259dd1bc9c4746903f libview-0.6.1.tar.bz2 279647 +SHA256 55ea05ad47dc652a769fced55a7482b69320e5ba7223f5b4fecec0241d51d499 libview-0.6.1.tar.bz2 279647 diff --git a/x11-libs/libview/libview-0.6.1.ebuild b/x11-libs/libview/libview-0.6.1.ebuild new file mode 100644 index 000000000000..dbb80f5e5faf --- /dev/null +++ b/x11-libs/libview/libview-0.6.1.ebuild @@ -0,0 +1,26 @@ +# 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.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 +} |